gtk-gnutella: mark as "broken"

The current version doesn't compile with the latest GCC any more.
This commit is contained in:
Peter Simons 2014-04-26 15:54:18 +02:00
parent cd31cff9f4
commit 3c08cdce48
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ stdenv.mkDerivation {
homepage = "http://gtk-gnutella.sourceforge.net/";
description = "a server/client for Gnutella";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.simons ];
broken = true;
};
}