parent
3cd40f1a4f
commit
0663e972a4
@ -86,6 +86,6 @@ stdenv.mkDerivation ( rec {
|
|||||||
homepage = http://www.ponylang.org;
|
homepage = http://www.ponylang.org;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ doublec kamilchm patternspandemic ];
|
maintainers = with maintainers; [ doublec kamilchm patternspandemic ];
|
||||||
platforms = subtractLists platforms.i686 platforms.unix;
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user