mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
Merge pull request #106481 from tadfisher/patch-3
fetchFirefoxAddon: fix typo
This commit is contained in:
commit
5efbf24b67
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
inherit name;
|
||||
extid = if fixedExtid == null then "nixos@${name}" else fixedExtid;
|
||||
passthru = {
|
||||
exitd=extid;
|
||||
inherit extid;
|
||||
};
|
||||
|
||||
builder = writeScript "xpibuilder" ''
|
||||
|
Loading…
Reference in New Issue
Block a user