mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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 {
|
||||
name = "libjpeg-turbo-1.4.2";
|
||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "dev" "out" "doc" "bin" ];
|
||||
|
||||
buildInputs = [ autoreconfHook nasm ];
|
||||
nativeBuildInputs = [ nasm ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user