jasper: fixup
This commit is contained in:
parent
837c104512
commit
8c811ea13a
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, unzip, libjpeg }:
|
{ stdenv, fetchurl, unzip, libjpeg, autoreconfHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "jasper-1.900.1";
|
name = "jasper-1.900.1";
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
./jasper-CVE-2014-9029.diff
|
./jasper-CVE-2014-9029.diff
|
||||||
];
|
];
|
||||||
|
|
||||||
# outputs TODO: why reconf
|
# newer reconf to recognize a multiout flag
|
||||||
nativeBuildInputs = [ unzip autoreconfHook ];
|
nativeBuildInputs = [ unzip autoreconfHook ];
|
||||||
propagatedBuildInputs = [ libjpeg ];
|
propagatedBuildInputs = [ libjpeg ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user