mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
fetchFirefoxAddon: enable strictDeps, enable structuredAttrs (#552765)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
stdenv,
|
||||
stdenvNoCC,
|
||||
fetchurl,
|
||||
jq,
|
||||
strip-nondeterminism,
|
||||
@@ -35,7 +35,7 @@ let
|
||||
;
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
stdenvNoCC.mkDerivation {
|
||||
inherit name;
|
||||
|
||||
passthru = {
|
||||
@@ -62,4 +62,7 @@ stdenv.mkDerivation {
|
||||
unzip
|
||||
zip
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user