mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
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/;
|
||||
description = "A faster (using SIMD) libjpeg implementation";
|
||||
license = licenses.ijg; # and some parts under other BSD-style licenses
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.vcunat ];
|
||||
# upstream supports darwin (and others), but it doesn't build currently
|
||||
platforms = platforms.all;
|
||||
hydraPlatforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user