pantheon.switchboard-with-plugs: enable strictDeps

This commit is contained in:
Colin
2026-01-27 03:03:29 +00:00
parent 20b923f341
commit 6a5470f4a0
@@ -36,6 +36,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
glib
lndir
wrapGAppsHook4
];
@@ -47,11 +48,12 @@ stdenv.mkDerivation {
preferLocalBuild = true;
allowSubstitutes = false;
strictDeps = true;
installPhase = ''
mkdir -p $out
for i in $(cat $pathsPath); do
${lndir}/bin/lndir -silent $i $out
lndir -silent $i $out
done
dbus_file="share/dbus-1/services/io.elementary.settings.service"