treewide: name -> pname
This commit is contained in:
@@ -21,7 +21,8 @@ let version = "3.4.10";
|
||||
] ++ optionals stdenv.isLinux [ "tcmalloc" ];
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "mongodb-${version}";
|
||||
pname = "mongodb";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://fastdl.mongodb.org/src/mongodb-src-r${version}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user