Skip to content

Commit

Permalink
vips: 8.3.1 -> 8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Feb 12, 2018
1 parent 81a6e50 commit daaa594
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/tools/graphics/vips/default.nix
@@ -1,20 +1,22 @@
{ stdenv, fetchurl, pkgconfig, glib, libxml2, flex, bison, vips,
{ stdenv, fetchurl, pkgconfig, glib, libxml2, flex, bison, vips, expat,
fftw, orc, lcms, imagemagick, openexr, libtiff, libjpeg, libgsf, libexif,
python27, libpng, matio ? null, cfitsio ? null, libwebp ? null
}:

stdenv.mkDerivation rec {
name = "vips-8.3.1";
name = "vips-${version}";
version = "8.6.2";

src = fetchurl {
url = "http://www.vips.ecs.soton.ac.uk/supported/current/${name}.tar.gz";
sha256 = "01hh1baar2r474kny24fcq6ddshcvq104207mqxnkis0as6pzjq9";
url = "https://github.com/jcupitt/libvips/releases/download/v${version}/${name}.tar.gz";
sha256 = "18hjwk000w49yjjb41qrk4s39mr1xccisrvwy2x063vyjbdbr1ll";
};

buildInputs =
[ pkgconfig glib libxml2 fftw orc lcms
imagemagick openexr libtiff libjpeg
libgsf libexif python27 libpng
expat
];

meta = with stdenv.lib; {
Expand Down

0 comments on commit daaa594

Please sign in to comment.