linuxPackages.phc-intel: Only works on x86
https://hydra.nixos.org/build/65227029
This commit is contained in:
parent
8abcedd90e
commit
94dbb3a397
@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.linux-phc.org/;
|
homepage = http://www.linux-phc.org/;
|
||||||
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
|
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user