xfce4-session: enable strictDeps (#510550)

This commit is contained in:
Bobby Rong
2026-05-03 14:51:25 +00:00
committed by GitHub
+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"}"