selinux-python: fix build (#358461)

This commit is contained in:
Weijia Wang 2024-11-23 16:57:24 +01:00 committed by GitHub
commit 088c7de656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,11 @@ stdenv.mkDerivation rec {
strictDeps = true;
nativeBuildInputs = [ python3 python3.pkgs.wrapPython ];
nativeBuildInputs = [
python3
python3.pkgs.distutils
python3.pkgs.wrapPython
];
buildInputs = [ libsepol ];
propagatedBuildInputs = [ libselinux libsemanage setools python3.pkgs.ipy ];