mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 14:08:04 +00:00
python.pkgs.python-lz4: buildInputs are nativeBuildInputs
This commit is contained in:
parent
7fe783903e
commit
20aa1cc95c
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
sha256 = "02cadqfdmw4vc94px18dh4hcybpsa2lr6jz6j5phwc0jjaavh3wr";
|
||||
};
|
||||
|
||||
buildInputs = [ setuptools_scm pkgconfig pytestrunner ];
|
||||
nativeBuildInputs = [ setuptools_scm pkgconfig pytestrunner ];
|
||||
checkInputs = [ pytest pytestcov psutil ];
|
||||
propagatedBuildInputs = lib.optionals (!isPy3k) [ future ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user