python.pkgs.python-lz4: buildInputs are nativeBuildInputs
This commit is contained in:
parent
7fe783903e
commit
20aa1cc95c
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "02cadqfdmw4vc94px18dh4hcybpsa2lr6jz6j5phwc0jjaavh3wr";
|
sha256 = "02cadqfdmw4vc94px18dh4hcybpsa2lr6jz6j5phwc0jjaavh3wr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ setuptools_scm pkgconfig pytestrunner ];
|
nativeBuildInputs = [ setuptools_scm pkgconfig pytestrunner ];
|
||||||
checkInputs = [ pytest pytestcov psutil ];
|
checkInputs = [ pytest pytestcov psutil ];
|
||||||
propagatedBuildInputs = lib.optionals (!isPy3k) [ future ];
|
propagatedBuildInputs = lib.optionals (!isPy3k) [ future ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user