selinux-python: fix build

This commit is contained in:
Jacek Galowicz 2024-11-23 15:00:56 +00:00
parent 1fb3496b1e
commit d073785482

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