dependencies: Adding Bower out of nixpkgs
Usually bower would be installed globally, so it seems to be appropriate to use the one out of the nixpkgs so that we don't have to pin a specific version ourselves.
This commit is contained in:
parent
4ad8c2eca4
commit
32466dc650
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ let
|
|||
buildInputs =
|
||||
attrs.buildInputs ++
|
||||
(with self; [
|
||||
pkgs.nodePackages.bower
|
||||
pkgs.nodePackages.grunt-cli
|
||||
pkgs.subversion
|
||||
pytest-catchlog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue