Skip to content

Commit

Permalink
ponyc: segfaults on i686
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 21, 2017
1 parent 4ea01af commit 37c31c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/compilers/ponyc/default.nix
Expand Up @@ -79,11 +79,11 @@ stdenv.mkDerivation ( rec {
# Stripping breaks linking for ponyc
dontStrip = true;

meta = {
meta = with stdenv.lib; {
description = "Pony is an Object-oriented, actor-model, capabilities-secure, high performance programming language";
homepage = http://www.ponylang.org;
license = stdenv.lib.licenses.bsd2;
maintainers = with stdenv.lib.maintainers; [ doublec kamilchm ];
platforms = stdenv.lib.platforms.unix;
license = licenses.bsd2;
maintainers = with maintainers; [ doublec kamilchm ];
platforms = subtractLists platforms.i686 platforms.unix;
};
})

0 comments on commit 37c31c6

Please sign in to comment.