mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
firefox: put "unwrapped" into its name
I'm not certain about this, so I'm trying for firefox only. Rationale: it might be confusing to see two firefox-${version} instances in logs or paths, so I wanted to differentiate them.
This commit is contained in:
parent
a8f1d40c1f
commit
2e78e19de0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ assert stdenv.cc ? libc && stdenv.cc.libc != null;
|
|||
let
|
||||
|
||||
common = { pname, version, sha256 }: stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
name = "${pname}-unwrapped-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
|
|
Loading…
Reference in a new issue