pantheon.switchboard-with-plugs: enable strictDeps (#484270)

This commit is contained in:
Bobby Rong
2026-01-29 01:32:07 +00:00
committed by GitHub
@@ -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"