From ab79b9b43a8fe98874ab183354f067eaf2fac17c Mon Sep 17 00:00:00 2001 From: sophiebsw Date: Thu, 23 Jul 2026 03:58:30 -0700 Subject: [PATCH 1/2] buildFHSEnv: enable strictDeps --- pkgs/build-support/build-fhsenv-bubblewrap/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/build-support/build-fhsenv-bubblewrap/default.nix b/pkgs/build-support/build-fhsenv-bubblewrap/default.nix index b3406d062449..d1151b2befa2 100644 --- a/pkgs/build-support/build-fhsenv-bubblewrap/default.nix +++ b/pkgs/build-support/build-fhsenv-bubblewrap/default.nix @@ -349,6 +349,7 @@ runCommandLocal name inherit nativeBuildInputs; __structuredAttrs = true; + strictDeps = true; passthru = passthru // { env = From a35c0b09399753ba5d98fe14e87ecbee5b748ae7 Mon Sep 17 00:00:00 2001 From: sophiebsw Date: Thu, 23 Jul 2026 19:40:51 -0700 Subject: [PATCH 2/2] simplenote: remove ignored __structuredAttrs and strictDeps args --- pkgs/by-name/si/simplenote/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/si/simplenote/package.nix b/pkgs/by-name/si/simplenote/package.nix index 3818dfb1e247..e5d00d23171b 100644 --- a/pkgs/by-name/si/simplenote/package.nix +++ b/pkgs/by-name/si/simplenote/package.nix @@ -20,9 +20,6 @@ in appimageTools.wrapType2 { inherit pname version src; - __structuredAttrs = true; - strictDeps = true; - extraInstallCommands = '' install -m 444 -D ${appimageContents}/${pname}.desktop -t $out/share/applications substituteInPlace $out/share/applications/${pname}.desktop \