selinux-sandbox: fix building (#409960)

This commit is contained in:
Aleksana
2025-05-23 11:14:35 +08:00
committed by GitHub
@@ -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