d{1,2}x-rebirth-full: set pname and version instead of name
This commit is contained in:
@@ -11,7 +11,8 @@ let
|
||||
generic =
|
||||
ver: assets:
|
||||
stdenv.mkDerivation {
|
||||
name = "d${toString ver}x-rebirth-full-${assets.version}";
|
||||
pname = "d${toString ver}x-rebirth-full";
|
||||
inherit (assets) version;
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user