setools: fix build (#58172)
This commit is contained in:
parent
149f580412
commit
aeea929058
@ -17,8 +17,8 @@ buildPythonApplication rec {
|
|||||||
sha256 = "0iyj35fff93cprjkzbkg9dn5xz8dg5h2kjx3476fl625nxxskndn";
|
sha256 = "0iyj35fff93cprjkzbkg9dn5xz8dg5h2kjx3476fl625nxxskndn";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bison flex ];
|
nativeBuildInputs = [ bison flex swig ];
|
||||||
buildInputs = [ libsepol swig ];
|
buildInputs = [ libsepol ];
|
||||||
propagatedBuildInputs = [ enum34 libselinux networkx ]
|
propagatedBuildInputs = [ enum34 libselinux networkx ]
|
||||||
++ optionals withGraphics [ pyqt5 ];
|
++ optionals withGraphics [ pyqt5 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user