summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/sgml
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster
2019-11-08opensp: `sgmlHookDone` can be undefinedJohn Ericson
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-04-26opensp: fix on darwin/10.12Matthew Bauer
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski
trivial part)
2017-12-30treewide: Don't use envHook anymoreJohn Ericson
This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-08-11spCompat: removeRobin Gloster
not used anymore
2017-02-10jade: Cleanup a bitTuomas Tynkkynen
- Include version number the name so Nix knows about it. - gcc and gzip are implicitly included, no need to add them here. - Add meta.platforms
2017-01-04sssd: init at 1.14.2Alexander Kahl
perlPackages.TextWrapI18N: init at 0.06 perlPackages.Po4a: init at 0.47 jade: init at 1.2.1 ding-libs: init at 0.6.0 Switch nscd to no-caching mode if SSSD is enabled. abbradar: disable jade parallel building. Closes #21150
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-08-02koji, opensp: Some meta fixesTuomas Tynkkynen
2015-05-28cygwin: openspMarko Durkovic
2015-01-03opensp: display ftp_proxy and http_proxy during buildJohn Wiegley
2014-11-04Merge remote-tracking branch 'origin/darwin-clang-stdenv' into stagingEelco Dolstra
Conflicts: pkgs/applications/editors/vim/macvim.nix
2014-10-31Merge remote-tracking branch 'origin/master' into staging.Peter Simons
2014-10-28Remove http_proxy/ftp_proxy overrides used in setup hooks.Domen Kožar
Partially reverts eaa4db148dc402f7a124bc9c17583067710a7814. Used together with nix-shell it results into unresolvable domains. For example: `nix-shell -p libxml2` spawns a shell with non-working DNS. chroot should remove such unpurities.
2014-09-30Fix evaluationEelco Dolstra
2014-09-23Merge branch 'darwin-stdenv' of github.com:joelteon/nixpkgs into stagingEelco Dolstra
Conflicts: pkgs/development/interpreters/ruby/ruby-19.nix pkgs/development/libraries/libc++/default.nix pkgs/development/libraries/libc++abi/default.nix pkgs/tools/text/sgml/opensp/default.nix
2014-09-13groff, opensp: make deterministicAlexander Kjeldaas
2014-09-09wip libc++Joel Taylor
2014-09-08Merge branch 'staging' into modular-stdenvVladimír Čunát
Conflicts: pkgs/development/interpreters/perl/5.10/setup-hook.sh pkgs/development/interpreters/perl/5.8/setup-hook.sh pkgs/stdenv/linux/default.nix
2014-08-21openjade: Use default perlEelco Dolstra
2014-08-09Cleanup: Use += to append to envHooksEelco Dolstra
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2014-01-17sp-compat: Fix buildEelco Dolstra
You can't run fixupPhase before installPhase. http://hydra.nixos.org/build/8149119
2013-03-18Adding setup-hook for opensp, to set the sgml catalog filesLluís Batlle i Rossell
This sets the SGML_CATALOG_FILES, similar to how libxml2 does the same with XML_CATALOG_FILES. I based the hook on the libxml2 one, and I followed the instructions about this variable here: http://docbook.sourceforge.net/release/dsssl/1.79/doc/install.html
2013-01-28openjade: Use default gccEelco Dolstra
2010-12-29Add sp compatibility wrapperYury G. Kudryashov
This wrapper is required by some old programs (e.g., po4a which I'm trying to package) svn path=/nixpkgs/trunk/; revision=25320
2010-10-01use sourceforge mirror for openjade.Russell O'Connor
svn path=/nixpkgs/trunk/; revision=24010
2010-01-26Adding libofx and updating opensp (to get libofx built).Lluís Batlle i Rossell
(I may have broken openjade... I will check later). svn path=/nixpkgs/trunk/; revision=19697
2009-10-22new: openjade, opensp - by Russell O'ConnorMarc Weber
svn path=/nixpkgs/trunk/; revision=17926