biber: 2.11 -> 2.12
Biber 2.12 is for biblatex 3.12.
This commit is contained in:
parent
40f55d6870
commit
1046761a3e
@ -1,17 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, perlPackages }:
|
{ stdenv, fetchFromGitHub, perlPackages }:
|
||||||
|
|
||||||
# builds but doesn't work with perl 5.24, see discussion in #40826
|
|
||||||
# TODO: build with perl >=5.26 and try to enable tests
|
|
||||||
|
|
||||||
perlPackages.buildPerlModule rec {
|
perlPackages.buildPerlModule rec {
|
||||||
name = "biber-${version}";
|
name = "biber-${version}";
|
||||||
version = "2.11";
|
version = "2.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "plk";
|
owner = "plk";
|
||||||
repo = "biber";
|
repo = "biber";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qgkc1k9n36yfmndwz879pak6mjphld0p85lzn9g2ng0vhxsifzz";
|
sha256 = "1g1hi6zvf2hmrjly1sidjaxy5440gfqm4p7p3n7kayshnjsmlskx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with perlPackages; [
|
buildInputs = with perlPackages; [
|
||||||
@ -25,8 +22,9 @@ perlPackages.buildPerlModule rec {
|
|||||||
TestDifferences
|
TestDifferences
|
||||||
];
|
];
|
||||||
|
|
||||||
# Tests depend on the precise Unicode-Collate version (expects 1.19, but we have 1.25)
|
checkInputs = with perlPackages; [
|
||||||
doCheck = false;
|
UnicodeCollate
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Backend for BibLaTeX";
|
description = "Backend for BibLaTeX";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user