mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Updating podofo
svn path=/nixpkgs/trunk/; revision=27694
This commit is contained in:
parent
3806050f60
commit
5d27ed479a
@ -2,10 +2,10 @@
|
||||
openssl, libpng, lua5}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "podofo-0.8.2";
|
||||
name = "podofo-0.9.1";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/podofo/${name}.tar.gz";
|
||||
sha256 = "064cgrvjvy57n5i25d4j7yx5wd3wgkdks448bzc3a8nsmyl08skq";
|
||||
sha256 = "0icpxh1l1dpviq2zwy764dhg8y03zwyf4pgw4s7kb165nvh9v5kv";
|
||||
};
|
||||
propagatedBuildInputs = [ zlib freetype libjpeg libtiff fontconfig openssl libpng ];
|
||||
buildInputs = [ cmake lua5 stdenv.gcc.libc ];
|
||||
|
Loading…
Reference in New Issue
Block a user