about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex/tetex/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-26tetex: fix darwin buildpaparodeo1-0/+5
specify -std=gnu89 and -std=c++03 to fix the configure script and build. the tarballs were last updated in 2006 and the package is no longer maintain so use standards from the era.
2021-08-02tools/{text/typesetting}: replace name with pname&versionFelix Buehler1-4/+5
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-3/+3
2017-12-09tetex: patch off-by-one to fix segfaultWill Dietz1-1/+1
Fixes #32264. Patch based on one from Fedora texlive-2007-66 source rpm. References: https://bugzilla.redhat.com/show_bug.cgi?id=754517 http://tug.org/pipermail/tex-k/2011-July/002317.html https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633011 https://www.mail-archive.com/tetex@dbs.uni-hannover.de/msg00968.html Redhat discussion suggests this happens when using -Wl,-z,relro (or other linker flags) that change the default memory layout.
2017-04-29treewide: fix the remaining issues with meta attributesDan Peebles1-1/+1
2017-01-24tetex: fix source urlszimbatm1-4/+4
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-09tetex: turn off format hardeningRobin Gloster1-1/+3
2015-09-23tetex: don't build on Hydra anymoreVladimír Čunát1-1/+1
Only asciidoc refers to it now (and broken latex2html).
2015-06-19darwin purity: tetex-3.0Jude Taylor1-0/+2
2015-05-28cygwin: tetex patch to make it build on cygwinRok Garbas1-1/+5
2015-03-20Set some meta.platformsEelco Dolstra1-0/+1
Also fix meta.platform -> meta.platforms in a few places.
2014-09-09suitable clang stdenvJoel Taylor1-1/+1
2013-09-06texLive: fix build on darwinJason "Don" O'Conal1-20/+23
vcunat edit: use ruby19 on all platforms now. See #700 for discussion related to the changes.
2012-02-06svn merge ^/nixpkgs/trunkYury G. Kudryashov1-0/+44
Merge conflicts: * unzip (almost trivial) * dvswitch (trivial) * gmp (copied result of `git merge`) The last item introduced gmp-5.0.3, thus full rebuild. +ensureDir->mkdir -p in TeX packages was catched by git but not svn. svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-04Moved all LaTeX expressions into tools/typesetting hierarchy.Peter Simons1-0/+44
svn path=/nixpkgs/trunk/; revision=32028