3
0
Fork 0
forked from mirrors/nixpkgs

aterm: mark version 2.8 as broken

This commit is contained in:
Peter Simons 2013-12-06 19:31:03 +01:00
parent 125bf9e488
commit 65d33fda95

View file

@ -31,5 +31,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;
};
}