setools: fix build (#58172)

This commit is contained in:
Robert Schütz
2019-03-24 19:52:40 +01:00
committed by GitHub
parent 149f580412
commit aeea929058

View File

@@ -17,8 +17,8 @@ buildPythonApplication rec {
sha256 = "0iyj35fff93cprjkzbkg9dn5xz8dg5h2kjx3476fl625nxxskndn";
};
nativeBuildInputs = [ bison flex ];
buildInputs = [ libsepol swig ];
nativeBuildInputs = [ bison flex swig ];
buildInputs = [ libsepol ];
propagatedBuildInputs = [ enum34 libselinux networkx ]
++ optionals withGraphics [ pyqt5 ];