Fix gltron. Sinterklaas present for iElectric.
(cherry picked from commit 013705113bb95f5e43b779c94c231f4f0f3b89fc)
This commit is contained in:
parent
e5ea9a9c20
commit
209f2fa446
@ -9,6 +9,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./gentoo-prototypes.patch ];
|
patches = [ ./gentoo-prototypes.patch ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# Fix http://sourceforge.net/p/gltron/bugs/15
|
||||||
|
sed -i /__USE_MISC/d lua/src/lib/liolib.c
|
||||||
|
'';
|
||||||
|
|
||||||
# The build fails, unless we disable the default -Wall -Werror
|
# The build fails, unless we disable the default -Wall -Werror
|
||||||
configureFlags = "--disable-warn";
|
configureFlags = "--disable-warn";
|
||||||
|
|
||||||
@ -20,6 +25,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
broken = true; # see http://sourceforge.net/p/gltron/bugs/15
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user