mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
fetchFirefoxAddon: fix typo
This commit is contained in:
parent
dfe13f9152
commit
3a5aeb1539
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
inherit name;
|
||||
extid = "${src.outputHash}@${name}";
|
||||
passthru = {
|
||||
exitd=extid;
|
||||
inherit extid;
|
||||
};
|
||||
|
||||
builder = writeScript "xpibuilder" ''
|
||||
|
|
Loading…
Reference in a new issue