gtk-gnutella: mark as "broken"
The current version doesn't compile with the latest GCC any more.
This commit is contained in:
parent
cd31cff9f4
commit
3c08cdce48
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue