[Backport release-25.05] selinux-sandbox: fix building (#410011)

This commit is contained in:
Tristan Ross
2025-05-22 20:44:42 -07:00
committed by GitHub

View File

@@ -12,6 +12,7 @@
xorgserver,
openbox,
xmodmap,
libselinux,
}:
# this is python3 only as it depends on selinux-python
@@ -39,6 +40,7 @@ stdenv.mkDerivation rec {
openbox
xmodmap
dbus
libselinux
];
propagatedBuildInputs = [
pygobject3