Merge pull request #23986 from lheckemann/renpy-broken

renpy: mark as broken
This commit is contained in:
Frederik Rietdijk 2017-03-17 12:28:32 +01:00 committed by GitHub
commit 17eaa5fe25

View file

@ -12,6 +12,9 @@ stdenv.mkDerivation {
homepage = "http://renpy.org/";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
# This is an ancient version, last updated in 2014 (3d59f42ce); it fails to
# build with the most recent pygame version, and fails to run with 1.9.1.
broken = true;
};
src = fetchurl {