d{1,2}x-rebirth-full: set pname and version instead of name (#483927)

This commit is contained in:
Sandro
2026-01-26 16:13:35 +00:00
committed by GitHub
+2 -1
View File
@@ -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 ];