maphosts: convert to pname + version
This commit is contained in:
parent
5803b41b0c
commit
4b518a3132
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ let
|
|||
gemdir = ./.;
|
||||
};
|
||||
in stdenv.mkDerivation {
|
||||
name = "maphosts-${env.gems.maphosts.version}";
|
||||
pname = "maphosts";
|
||||
version = env.gems.maphosts.version;
|
||||
|
||||
phases = ["installPhase"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue