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:
Johannes Bornhold 2016-08-26 15:06:13 +02:00
parent 4ad8c2eca4
commit 32466dc650

View file

@ -98,6 +98,7 @@ let
buildInputs =
attrs.buildInputs ++
(with self; [
pkgs.nodePackages.bower
pkgs.nodePackages.grunt-cli
pkgs.subversion
pytest-catchlog