mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
firefox-unwrapped: use pname+version
This commit is contained in:
parent
551e65e946
commit
7b270bf098
@ -202,7 +202,7 @@ let
|
||||
in
|
||||
|
||||
buildStdenv.mkDerivation ({
|
||||
name = "${pname}-unwrapped-${version}";
|
||||
pname = "${pname}-unwrapped";
|
||||
inherit version;
|
||||
|
||||
inherit src unpackPhase meta;
|
||||
|
Loading…
Reference in New Issue
Block a user