mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
docbook_sgml_dtd_{31,41}: set pname and version instead of name
This commit is contained in:
parent
70d225e9c8
commit
a9e4e2bc52
2 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,8 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "docbook-sgml-3.1";
|
||||
pname = "docbook-sgml";
|
||||
version = "3.1";
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "docbook-sgml-4.1";
|
||||
pname = "docbook-sgml";
|
||||
version = "4.1";
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue