about summary refs log tree commit diff
path: root/pkgs/data/sgml+xml
AgeCommit message (Collapse)AuthorFilesLines
2023-06-24treewide: use optionalString instead of 'then ""'Felix Buehler1-1/+1
2023-06-19docbook-xsl: restore nixos-specific patchpennae2-1/+16
This reverts commit 3e7649f01be8b7a4295bd414e6cb905affff7d66. turns out that home-manager depends on it, and restoring this patch for now seems preferrable to breaking home-manager until they move away from docbook for their manpage generation.
2023-06-16docbook-xsl: remove nixos-specific patchpennae2-16/+1
we're no longer using docbook to render the manpages, so we don't need this patch for our manuals to be usable. remove it to reduce the diff between nixos and other distros for this package.
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2022-04-10Merge pull request #166509 from jtojnar/man-opt-nodupLassulus2-1/+16
nixos/man: prevent duplication of options
2022-04-03nixos/man: prevent duplication of optionsJan Tojnar2-1/+16
libxslt 1.1.35 fixed conflict resolution for templates to match the specification. This uncovered a bug in docbook-xsl (https://github.com/docbook/xslt10-stylesheets/issues/240), which causes option names to be duplicated into the option descriptions. Let’s resolve the conflict by patching the stylesheets. Fixes: https://github.com/NixOS/nixpkgs/issues/166304
2022-03-08docbook_xml_dtd,docbook_xml_ebnf_dtd,xhtml1: replace name with pname&versionFelix Buehler8-37/+24
2022-02-06docbook-xsl: update homepageRenaud1-1/+2
and add license information
2021-01-21treewide: editorconfig fixeszowoq1-1/+1
- remove trailing whitespace - use spaces for indentation
2021-01-15pkgs/data: stdenv.lib -> libBen Siraphob10-20/+20
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly11-16/+16
2020-01-06docbook-xsl: Fix reproducibility when building docsJan Tojnar1-0/+9
When building docs generate.consistent.ids was not respected for indexes. https://github.com/docbook/xslt10-stylesheets/pull/88 https://sourceforge.net/p/docbook/bugs/1385/ This lead to r13y failures in udisks2.devdoc.
2019-07-20docbook5: 5.0 -> 5.0.1Vladimír Čunát1-4/+5
Main reason: the previous source would not unpack with patched unzip: https://github.com/NixOS/nixpkgs/commit/0238946872c1
2019-07-01treewide: use dontUnpackworldofpeace2-2/+2
2019-04-30docbook-xsl-nons: 1.79.1 → 1.79.2Jan Tojnar3-82/+73
Nothing much changed other than adding the suffix -nons to Docbook 4 styles, making the Docbook 5 the variant without suffix: https://github.com/docbook/xslt10-stylesheets/releases/tag/release%2F1.79.2 I have decided to make docbook_xsl an alias of docbook-xsl-nons for now, to avoid confusion. I also updated patch link that was broken to a newer version of the patch and started sharing it between the two packages.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth7-7/+7
2018-04-17docbook-xsl-ns: cleanup last patchMatthew Bauer1-2/+1
Doh.
2018-04-17docbook-xsl-ns: Add patch to avoid infinite recursion.Corey O'Connor2-1/+33
Fixes #39090
2018-03-24treewide: use more HTTPS URLsRyan Mulligan1-1/+1
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-01-30docbook-xsl-ns: "revert" after parent commitVladimír Čunát1-8/+11
I didn't realize I was redefining two derivations at once.
2018-01-29docbook-xsl: apply Debian/Fedora patch to fix issuesVladimír Čunát1-1/+9
Our samba now got hit by that bug: https://hydra.nixos.org/build/68373563
2017-12-03docbook_xsl_*: Remove builder.shTuomas Tynkkynen4-19/+23
2017-12-03xhtml1: libxml2 is a nativeBuildInputTuomas Tynkkynen1-1/+1
2017-12-03docbook5: unzip is a nativeBuildInputTuomas Tynkkynen1-1/+1
2017-12-03docbook_sgml_*: unzip is a nativeBuildInputBen Gamari2-4/+4
2017-12-03docbook_xml_dtd_*: unzip is a nativeBuildInputBen Gamari1-2/+2
[dezgeg resolved a merge conflict] Conflicts: pkgs/data/sgml+xml/schemas/xml-dtd/docbook/generic.nix
2017-11-22docbook-xsl: Expose dbtoepub in passthru.Shea Levy1-3/+9
2017-10-07docbook_{xml,xsl}*: propagate findXMLCatalogsJan Tojnar7-12/+15
2017-07-26Revert "docbook-xsl: Install dbtoepub"Eelco Dolstra1-6/+1
This reverts commit 4e32f5bda32cd580a7ec731beb381b14bbf2b528. IMHO, it's not desirable to make docbook-xsl (and by extension a gazillion packages that depend on it) pull in Ruby. (For example, I just noticed that wget depends on ruby now...)
2017-06-03docbook-xsl: Install dbtoepubShea Levy1-1/+6
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 4.3: md5->sha256Chris Martin1-1/+1
2016-09-10docbook-ebnf: md5->sha256Chris Martin1-1/+1
2016-08-28docbook_xml_dtd_*: Add meta.platformsTuomas Tynkkynen1-1/+5
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen3-0/+12
Build-tested on x86_64 Linux and on Darwin.
2016-06-09Merge #14356: docbook updatesVladimír Čunát1-3/+3
2016-05-04use dontBuild instead of hacksRobin Gloster1-13/+12
changes: * buildPhase = "true" * buildPhase = ":"
2016-04-01docbook-xsl: 1.78.1 -> 1.79.1José Romildo Malaquias1-3/+3
2016-03-11docbook: convert md5 to sha256Graham Christensen1-1/+1
2015-08-27Unify the docbook-xsl and docbook-xsl-ns expressionsEelco Dolstra2-48/+40
2015-08-27docbook-xsl: Remove cruftEelco Dolstra2-12/+18
2015-07-29docbook_xml_dtd: add version 4.4Bjørn Forsman1-0/+13
We already have 4.3 and 4.5, but for the latest "moreutils" package update we need version 4.4.
2014-11-25docbook-xsl-ns: CleanupEelco Dolstra1-4/+11
2014-11-25docbook5: Install a catalog.xmlEelco Dolstra2-20/+25
2014-11-17Attach a bunch of meta.branch info for the monitorMateusz Kowalczyk5-2/+14
This should stop explicitly-versioned expressions from showing up in the monitor as in need of update.
2014-04-09docbook5_xsl: update from 1.75.2 to 1.78.1Peter Simons1-2/+2
2014-01-26pkgs/docbook-xsl: update to 1.78.1 (close #1069)Jaka Hudoklin1-3/+3
2013-03-18Adding the sgml dtd for docbook 3.1Lluís Batlle i Rossell1-0/+33
Required by iputils manpages.
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra4-7/+7
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644