diff options
| author | aristote <quentin.aristote@irif.fr> | 2026-05-03 20:44:13 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2026-05-03 21:51:58 +0200 |
| commit | 93af08080c3c4973e066e6ff577e137c55272897 (patch) | |
| tree | 284dbd523c9c1d38835b01f29f1e711b1e8bd8fa /pkgs/default.nix | |
| parent | e62ea61c946a0a462695376efd2784b0f74f45b8 (diff) | |
| download | my-nixpkgs-93af08080c3c4973e066e6ff577e137c55272897.tar.gz my-nixpkgs-93af08080c3c4973e066e6ff577e137c55272897.tar.bz2 my-nixpkgs-93af08080c3c4973e066e6ff577e137c55272897.tar.xz | |
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 01b3713..3d5fcd4 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -6,7 +6,7 @@ let lockscreen = super.callPackage ./lockscreen { }; firefoxAddons = super.callPackage ./firefoxAddons { - inherit (super.nur.repos.rycee.firefox-addons) buildFirefoxXpiAddon; + buildMozillaXpiAddon = super.nur.repos.rycee.firefox-addons.buildFirefoxXpiAddon; }; rftg = super.callPackage ./rftg { }; |
