treewide: name -> pname
This commit is contained in:
@@ -13,7 +13,8 @@ let
|
||||
|
||||
version_short = stdenv.lib.replaceChars [ "." ] [ "" ] "${version}";
|
||||
in stdenv.mkDerivation {
|
||||
name = "nexuiz-${version}";
|
||||
pname = "nexuiz";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/nexuiz/nexuiz-${version_short}.zip";
|
||||
|
||||
Reference in New Issue
Block a user