about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/biber
AgeCommit message (Collapse)AuthorFilesLines
2023-11-23treewide: add mainProgramh7x41-0/+1
2023-10-07biber: use new texlive package sourceVincenzo Mantova1-3/+2
2023-08-14biber: use license from texlive sourceVincenzo Mantova1-1/+1
2023-08-14biber: remove outdated UnicodeCollate versionVincenzo Mantova1-15/+1
2022-12-30texlive: 2021-final -> 2022.20221227 (#208313)Dmitry Kalinkin1-9/+1
2022-08-16biber: import patch for Perl 5.36.0 compatMauricio Collares1-0/+8
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-11texlive: 2020.20201009 -> 2020.20210109Dmitry Kalinkin1-10/+16
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-10-13biber: add patch for upstream bug 329Dmitry Kalinkin1-0/+8
2020-03-15texlive: 2019 -> 2019-finalDmitry Kalinkin1-2/+1
The biber package is now at 2.14, but TextBibTeX is still required. Few changes were needed for newly introduced scripts-extra path. This broke some of our old tricks which were relying on having writable script directories. The changes to the script locations made buildEnv create symlinks to the script directories instead of directories of symlinks to scripts. The changes to texlinks.sh and texlive/TeXLive perl path were made because of this.
2019-11-06texlive: 2018 -> 2019Dmitry Kalinkin1-15/+2
biber: 2.12 -> 2.13 Vendored potrace was moved from libs/potrace to texk/dvisvgm/dvisvgm-src/libs/potrace. Unfortunately, it is not trivial to remove it from there, so for now dvisvgm seems to be using its vendored dependencies.
2019-09-03biber: fix currently broken testsFlorian Klink1-1/+15
2019-08-18biber: fix too-long shebang line on DarwinBenjamin Esham1-1/+6
Closes #35353.
2019-06-20buildPerlPackage: name -> (pname, version)volth1-2/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-05-03biber: Fix evalJan Tojnar1-4/+1
Remove UnicodeCollate dependency, which is part of Perl 5.28 and does not exist separately anymore. Add PerlIO::utf8_strict, which lack thereof Biber complains about during build.
2019-03-04biber: use texlive.biber for srcDmitry Kalinkin1-8/+7
2019-03-04biber: 2.11 -> 2.12Robert Schütz1-7/+5
Biber 2.12 is for biblatex 3.12.
2018-12-14treewide: remove aliases evaluated to `null`volth1-2/+2
2018-08-29biber: 2.10 -> 2.11Uli Baum1-2/+2
2.11 is the version used in TexLive 2018
2018-08-09biber: 2.7 -> 2.10Uli Baum1-3/+6
2.10 is the appropriate version for latest texlive 2017.
2018-08-05biber: cleanupJan Malakhovski1-15/+8
2018-07-21treewide: fix build with disallowed aliases (#43872)volth1-2/+2
fixes build with disallowed aliases
2017-12-18Merge branch 'master' into stagingOrivej Desh1-5/+7
* master: (125 commits) scummvm: fix eval tinycc: 0.9.27pre-20171016 -> 0.9.27 Update terraform provider versions vscode: 1.18.1 -> 1.19.0 linux: 4.14.6 -> 4.14.7 scummvm: 1.9.0 -> 2.0.0 cmst: 2017.03.18 -> 2017.09.19 albert: 0.14.7 -> 0.14.14 obs-studio: fix vlc plugin ffmpeg, ffmpeg-full: 3.4 -> 3.4.1 uchiwa: 0.26.3 -> 1.1.0 linux-testing: 4.15-rc3 -> 4.15-rc4 steam: override nss, nspr, fixes #32781 ponyc: 0.20.0 -> 0.21.0 pythonPackages.pwntools: disable tests gnome3.gnome-tweak-tool: 3.26.3 → 3.26.4 vim-rhubarb: init at 2017-06-28 atom: depend on libsecret nvidia-settings: Make sure binary can find libXv.so backblaze-b2: 0.6.2 -> 1.1.0 ...
2017-12-16biber: add missing dependenciesGabriel Ebner1-5/+7
2017-12-16biber: remove sed workaroundGabriel Ebner1-4/+0
This was fixed by #32717.
2017-12-15biber: 2.5 -> 2.7Gabriel Ebner1-14/+14
Fixes #32715.
2016-07-13biber: 2.4 -> 2.5Ioannis Koutras1-8/+9
2016-06-22biber: 1.9 -> 2.4Nikolay Amiantov1-3/+5
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-09-20biber: version bump to 1.9Thomas Tuegel1-2/+2
2014-07-28Partially revert 7a45996 some more.Peter Simons1-1/+1
Removing more references to the non-existent license "stdenv.lib.licenses.perl5". Thanks to @FlashKorten for catching those.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-03-07Add biber-1.8 and dependenciesThomas Tuegel1-0/+40