docbook_sgml_dtd_{31,41}: set pname and version instead of name

This commit is contained in:
jopejoe1 2026-01-26 23:44:04 +01:00
parent 70d225e9c8
commit a9e4e2bc52
2 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,8 @@ let
in
stdenv.mkDerivation {
name = "docbook-sgml-3.1";
pname = "docbook-sgml";
version = "3.1";
dontUnpack = true;

View file

@ -20,7 +20,8 @@ let
in
stdenv.mkDerivation {
name = "docbook-sgml-4.1";
pname = "docbook-sgml";
version = "4.1";
dontUnpack = true;