Merge pull request #130757 from SuperSandro2000/SuperSandro2000-patch-4

This commit is contained in:
Sandro 2021-07-20 14:31:22 +02:00 committed by GitHub
commit 9fe2d85119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@ let
gemdir = ./.;
};
in stdenv.mkDerivation {
name = "maphosts-${env.gems.maphosts.version}";
pname = "maphosts";
version = env.gems.maphosts.version;
dontUnpack = true;