Labels gdome2 as broken.

Closes #4242
This commit is contained in:
Vincent Laporte 2014-09-24 00:09:41 +02:00 committed by Mateusz Kowalczyk
parent 759e047fe9
commit c4197ff4dc

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation {
description = "DOM C library developped for the Gnome project";
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = [ stdenv.lib.maintainers.roconnor ];
broken = true;
};
}