about summary refs log tree commit diff
path: root/pkgs/tools/text/sgml
AgeCommit message (Collapse)AuthorFilesLines
2023-11-05linuxdoc-tools: replace texlive.combined.scheme-medium with texliveMediumVincenzo Mantova1-2/+2
2023-07-13Merge branch 'master' into staging-nextVladimír Čunát2-2/+2
2023-07-12pkgs/tools/text: remove dead codefigsoda2-2/+2
with the help of deadnix & nil
2023-07-06Merge branch 'staging' into staging-nextVladimír Čunát2-1/+19
2023-07-04linuxdoc-tools: 0.9.82 -> 0.9.83R. Ryantm1-2/+2
2023-06-29opensp: fix build with clang 16Randy Eckenrode2-1/+19
There are two issues preventing a build with clang 16: * The configure scripts are too old and generate invalid `config.h`. This is fixed by using `autoreconfHook` with clang. * Use of the `register` storage class specifier, which is not allowed in C++17 (the default when building with clang 16). This is fixed by removing that usage.
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie2-2/+2
2022-12-28linuxdoc-tools: init at 0.9.82Philippe Hürlimann1-0/+62
Heavily based on original work by xvuko Co-authored-by: xvuko <nix@vuko.pl>
2022-12-12treewide: remove e-user from maintainersAndersonTorres1-1/+1
According to https://github.com/NixOS/nixpkgs/pull/22789#issuecomment-757687683, the maintainer doesn't use NixOS anymore.
2021-12-23jade: explicitly disable parallel buildsSergei Trofimovich1-0/+5
Without the change enabling parallel builds fails as: ld: cannot find -lsp ld: cannot find -lspgrove
2021-11-30pkgs/tools: use pname&version instead of nameFelix Buehler1-1/+1
2021-11-07Merge pull request #144780 from SuperSandro2000/openspSandro1-5/+9
2021-11-07opensp: minor formattingSandro Jäckel1-5/+9
2021-11-06Merge staging-next into staginggithub-actions[bot]1-1/+1
2021-11-06treewide: use mirror URLs where availableAlyssa Ross1-1/+1
Candidates identified with git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix | grep -v nixos.org | grep :// | cut -d '"' -f 2)" and then manually reviewed and tested.
2021-11-05opensp: enable strictDeps and remove unneeded depsArtturin1-3/+6
neither gentoo or arch list them checked with diffoscope and there were no changes
2021-08-02tools/{text/typesetting}: replace name with pname&versionFelix Buehler2-5/+7
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob3-11/+11
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-4/+4
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-11-08opensp: `sgmlHookDone` can be undefinedJohn Ericson1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-04-26opensp: fix on darwin/10.12Matthew Bauer1-8/+12
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski1-0/+2
trivial part)
2017-12-30treewide: Don't use envHook anymoreJohn Ericson1-1/+1
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 Gloster1-21/+0
not used anymore
2017-02-10jade: Cleanup a bitTuomas Tynkkynen1-7/+8
- 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 Kahl1-0/+38
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 Tynkkynen3-0/+3
Build-tested on x86_64 Linux & Mac.
2016-08-02koji, opensp: Some meta fixesTuomas Tynkkynen1-2/+3
2015-05-28cygwin: openspMarko Durkovic1-2/+6
2015-01-03opensp: display ftp_proxy and http_proxy during buildJohn Wiegley1-0/+8
2014-11-04Merge remote-tracking branch 'origin/darwin-clang-stdenv' into stagingEelco Dolstra1-2/+5
Conflicts: pkgs/applications/editors/vim/macvim.nix
2014-10-31Merge remote-tracking branch 'origin/master' into staging.Peter Simons1-8/+0
2014-10-28Remove http_proxy/ftp_proxy overrides used in setup hooks.Domen Kožar1-8/+0
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 Dolstra1-3/+2
2014-09-23Merge branch 'darwin-stdenv' of github.com:joelteon/nixpkgs into stagingEelco Dolstra1-0/+4
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 Kjeldaas1-0/+8
2014-09-09wip libc++Joel Taylor1-0/+5
2014-09-08Merge branch 'staging' into modular-stdenvVladimír Čunát2-0/+36
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 Dolstra2-0/+36
2014-08-09Cleanup: Use += to append to envHooksEelco Dolstra1-1/+1
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk2-2/+2
2014-01-17sp-compat: Fix buildEelco Dolstra1-2/+2
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 Rossell3-1/+29
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 Dolstra1-9/+6
2010-12-29Add sp compatibility wrapperYury G. Kudryashov1-0/+15
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'Connor1-1/+1
svn path=/nixpkgs/trunk/; revision=24010