mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
dblatex: 0.3.7 -> 0.3.10, fixes for the new texlive
This commit is contained in:
parent
0e37a2cc98
commit
77b1803830
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ assert enableAllFeatures ->
|
|||
ghostscript != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dblatex-0.3.7";
|
||||
name = "dblatex-0.3.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/dblatex/${name}.tar.bz2";
|
||||
sha256 = "0bkjgrn03dy5c7438s429wnv6z5ynxkr4pbhp2z49kynskgkzkjr";
|
||||
sha256 = "1yicd861rqz78i2khl35j7nvc0ccv4jx4hzqrbhll17082vrdmkg";
|
||||
};
|
||||
|
||||
buildInputs = [ python2 libxslt tex ]
|
||||
|
|
Loading…
Reference in a new issue