xfce4-session: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-04-24 20:07:11 +02:00
parent 9a58c50333
commit ecbfb55dcc
+5 -1
View File
@@ -7,6 +7,7 @@
xfce4-dev-tools,
wrapGAppsHook3,
polkit,
bashNonInteractive,
xfce4-exo,
libxfce4util,
libxfce4ui,
@@ -37,9 +38,11 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
xfce4-dev-tools
wrapGAppsHook3
iceauth
];
buildInputs = [
bashNonInteractive
xfce4-exo
gtk3
gtk-layer-shell
@@ -50,9 +53,10 @@ stdenv.mkDerivation (finalAttrs: {
libwnck
xfconf
polkit
iceauth
];
strictDeps = true;
configureFlags = [
"--enable-maintainer-mode"
"--with-xsession-prefix=${placeholder "out"}"