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 = 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 \