gtk-gnutella: mark as "broken"

The current version doesn't compile with the latest GCC any more.

(cherry picked from commit 3c08cdce48)
This commit is contained in:
Peter Simons
2014-04-26 15:54:18 +02:00
committed by Eelco Dolstra
parent 5ceef8d2b1
commit fcdf7e80ab

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;
};
}