ponyc: segfaults on i686
This commit is contained in:
parent
4ea01af4e9
commit
37c31c635d
@ -79,11 +79,11 @@ stdenv.mkDerivation ( rec {
|
|||||||
# Stripping breaks linking for ponyc
|
# Stripping breaks linking for ponyc
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Pony is an Object-oriented, actor-model, capabilities-secure, high performance programming language";
|
description = "Pony is an Object-oriented, actor-model, capabilities-secure, high performance programming language";
|
||||||
homepage = http://www.ponylang.org;
|
homepage = http://www.ponylang.org;
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ doublec kamilchm ];
|
maintainers = with maintainers; [ doublec kamilchm ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = subtractLists platforms.i686 platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user