linuxPackages.phc-intel: Only works on x86

https://hydra.nixos.org/build/65227029
This commit is contained in:
Tuomas Tynkkynen 2017-12-05 22:33:27 +02:00
parent 8abcedd90e
commit 94dbb3a397

View File

@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
homepage = http://www.linux-phc.org/;
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
license = licenses.gpl2;
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ nckx ];
};
}