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/";
|
homepage = "http://gtk-gnutella.sourceforge.net/";
|
||||||
description = "a server/client for Gnutella";
|
description = "a server/client for Gnutella";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
broken = true;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue