nox: add git as build input
also: add nox as separate target to make build log more quiet
This commit is contained in:
committed by
Matthew Bauer
parent
d7176a83a7
commit
a30a34b6f3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user