nox: add git as build input

also: add nox as separate target to make build log more quiet
This commit is contained in:
Matthew Justin Bauer
2016-07-29 20:54:02 -05:00
committed by Matthew Bauer
parent d7176a83a7
commit a30a34b6f3
3 changed files with 12 additions and 5 deletions
@@ -1,4 +1,4 @@
{ lib, pythonPackages, fetchurl }:
{ lib, pythonPackages, fetchurl, git }:
pythonPackages.buildPythonApplication rec {
name = "nox-${version}";
@@ -10,7 +10,7 @@ pythonPackages.buildPythonApplication rec {
sha256 = "11f6css8rnh7qz55z7i81cnb5h9ys98fqxq3fps3hsh64zlydj52";
};
buildInputs = [ pythonPackages.pbr ];
buildInputs = [ pythonPackages.pbr git ];
propagatedBuildInputs = with pythonPackages; [
dogpile_cache