jasper: fixup

This commit is contained in:
Vladimír Čunát 2015-10-03 14:37:07 +02:00
parent 837c104512
commit 8c811ea13a

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, libjpeg }:
{ stdenv, fetchurl, unzip, libjpeg, autoreconfHook }:
stdenv.mkDerivation rec {
name = "jasper-1.900.1";
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
./jasper-CVE-2014-9029.diff
];
# outputs TODO: why reconf
# newer reconf to recognize a multiout flag
nativeBuildInputs = [ unzip autoreconfHook ];
propagatedBuildInputs = [ libjpeg ];