forked from mirrors/nixpkgs
parent
700e7898b7
commit
0f2a1e9ef9
|
@ -30,10 +30,6 @@ buildPerlModule rec {
|
||||||
# Tests seem to be broken
|
# Tests seem to be broken
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
postUnpack = ''
|
|
||||||
sed '1s/env perl/perl/' -i */bin/biber
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Backend for BibLaTeX";
|
description = "Backend for BibLaTeX";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in a new issue