1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];