mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
pharo-vm: stop trying to build on darwin
Building these pharo-vm sources on darwin may be possible but doesn't make much sense because native darwin sources exist.
This commit is contained in:
parent
fde23a01b4
commit
ce549c85c8
@ -88,6 +88,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://pharo.org;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
# Pharo VM sources are packaged separately for darwin (OS X)
|
||||
platforms = with stdenv.lib;
|
||||
intersectLists
|
||||
platforms.mesaPlatforms
|
||||
(subtractLists platforms.darwin platforms.unix);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user