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;
|
homepage = http://pharo.org;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
|
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…
x
Reference in New Issue
Block a user