mongodb: use pname instead of name

This commit is contained in:
Justin Humm
2020-04-04 01:08:37 +02:00
parent e303532eab
commit 6f7af76904

View File

@@ -27,7 +27,7 @@ let
in stdenv.mkDerivation rec {
inherit version;
name = "mongodb-${version}";
pname = "mongodb";
src = fetchurl {
url = "https://fastdl.mongodb.org/src/mongodb-src-r${version}.tar.gz";