libjpeg(-turbo): drop unneeded autoreconf, fix cross
This commit is contained in:
parent
a01fdb3ad4
commit
c9fe0d779c
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, nasm, autoreconfHook }:
|
{ stdenv, fetchurl, nasm }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libjpeg-turbo-1.4.2";
|
name = "libjpeg-turbo-1.4.2";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "dev" "out" "doc" "bin" ];
|
outputs = [ "dev" "out" "doc" "bin" ];
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook nasm ];
|
nativeBuildInputs = [ nasm ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user