libjpeg-turbo: make Hydra only build it on Linux
I don't know what's wrong with darwin. Anyway, it's unused on darwin by default.
This commit is contained in:
parent
22c8244605
commit
5b7837c0d3
@ -17,8 +17,10 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://libjpeg-turbo.virtualgl.org/;
|
homepage = http://libjpeg-turbo.virtualgl.org/;
|
||||||
description = "A faster (using SIMD) libjpeg implementation";
|
description = "A faster (using SIMD) libjpeg implementation";
|
||||||
license = licenses.ijg; # and some parts under other BSD-style licenses
|
license = licenses.ijg; # and some parts under other BSD-style licenses
|
||||||
platforms = platforms.all;
|
|
||||||
maintainers = [ maintainers.vcunat ];
|
maintainers = [ maintainers.vcunat ];
|
||||||
|
# upstream supports darwin (and others), but it doesn't build currently
|
||||||
|
platforms = platforms.all;
|
||||||
|
hydraPlatforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user