3
0
Fork 0
forked from mirrors/nixpkgs

aterm: Mark as broken

It segfaults when built with GCC 5. I could try to fix it, but it's
not clear if anybody still cares about this package. Disabling it
until somebody complains.

http://hydra.nixos.org/build/32612811
This commit is contained in:
Eelco Dolstra 2016-03-02 17:21:46 +01:00
parent 735b430537
commit a5b501a36e

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation {
description = "Library for manipulation of term data structures in C";
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
maintainers = [ stdenv.lib.maintainers.eelco ];
broken = true;
};
}