repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build-support/vm: don't depend on the "unix" module (#375355)
[NixPkgs.git]
/
pkgs
/
data
/
sgml+xml
/
schemas
/
xml-dtd
/
docbook
/
4.5.nix
blob
c4ab1f6f3a9bd9b189dede8ed3b2fa28140fb049
1
{lib, stdenv, fetchurl, unzip, findXMLCatalogs}:
2
3
import ./generic.nix {
4
inherit lib stdenv unzip findXMLCatalogs;
5
version = "4.5";
6
src = fetchurl {
7
url = "https://docbook.org/xml/4.5/docbook-xml-4.5.zip";
8
sha256 = "1d671lcjckjri28xfbf6dq7y3xnkppa910w1jin8rjc35dx06kjf";
9
};
10
}