about summary refs log tree commit diff
path: root/pkgs/data/sgml+xml/schemas/xml-dtd/docbook-ebnf
AgeCommit message (Collapse)AuthorFilesLines
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-12-03docbook_xsl_*: Remove builder.shTuomas Tynkkynen2-9/+11
2016-10-11stdenv/stripHash: print to stdout, not to variableProfpatsch1-2/+1
`stripHash` documentation states that it prints out the stripped name to the stdout, but the function stored the value in `strippedName` instead. Basically all usages did something like `$(stripHash $foo | echo $strippedName)` which is just braindamaged. Fixed the implementation and all invocations.
2016-09-10docbook-ebnf: md5->sha256Chris Martin1-1/+1
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2016-06-25Revert "stdenv: introduce baseHash() to replace stripHash()"zimbatm1-1/+2
Introduced by mistake This reverts commit e71a5cb87841f0af4a2279517b77a9a07ba394c0.
2016-06-25stdenv: introduce baseHash() to replace stripHash()zimbatm1-2/+1
stripHash uses a global variable to communicate it's computation results, but it's not necessary. You can just pipe to stdout in a subshell. A function mostly behaves like just another command. baseHash() also introduces a suffix-stripping capability since it's something the users of the function tend to use.
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
2005-12-05* "." -> "source".Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4335
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=3660
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2-3/+2
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-04-08* Upgraded the DocBook DTD and the DocBook XSL stylesheets.Eelco Dolstra3-0/+23
* Added the DocBook EBNF module. svn path=/nixpkgs/trunk/; revision=926