mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
setools: fix runtime error
This commit is contained in:
parent
ab63839a5d
commit
03e3e91dfb
@ -19,7 +19,7 @@ buildPythonApplication rec {
|
||||
|
||||
nativeBuildInputs = [ cython ];
|
||||
buildInputs = [ libsepol ];
|
||||
propagatedBuildInputs = [ enum34 libselinux networkx ]
|
||||
propagatedBuildInputs = [ enum34 libselinux networkx setuptools ]
|
||||
++ optionals withGraphics [ pyqt5 ];
|
||||
|
||||
nativeCheckInputs = [ tox checkpolicy ];
|
||||
|
Loading…
Reference in New Issue
Block a user