lol

gtk-gnutella: mark as "broken"

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

+1 -2
+1 -2
pkgs/tools/networking/p2p/gtk-gnutella/default.nix
··· 23 23 homepage = "http://gtk-gnutella.sourceforge.net/"; 24 24 description = "a server/client for Gnutella"; 25 25 license = stdenv.lib.licenses.gpl2; 26 - platforms = stdenv.lib.platforms.linux; 27 - maintainers = [ stdenv.lib.maintainers.simons ]; 26 + broken = true; 28 27 }; 29 28 }