mess: Mark broken
Even fixing the source urls doesn't make it build.
This commit is contained in:
parent
c8402dde15
commit
413bc03986
@ -6,12 +6,12 @@ let
|
|||||||
version = "139";
|
version = "139";
|
||||||
|
|
||||||
mameSrc = fetchurl {
|
mameSrc = fetchurl {
|
||||||
url = "http://www.aarongiles.com/mirror/releases/mame0${version}s.zip";
|
url = "https://github.com/mamedev/mame/releases/download/mame0139/mame0${version}s.zip";
|
||||||
sha256 = "1mpkwxfz38cgxzvlni2y3fxas3b8qmnzj2ik2zzbd8mr622jdp79";
|
sha256 = "1mpkwxfz38cgxzvlni2y3fxas3b8qmnzj2ik2zzbd8mr622jdp79";
|
||||||
};
|
};
|
||||||
|
|
||||||
messSrc = fetchurl {
|
messSrc = fetchurl {
|
||||||
url = "http://mess.redump.net/_media/downloads:mess0${version}s.zip";
|
url = "http://www.progettosnaps.net/MESS/src/mess0${version}s.zip";
|
||||||
name = "mess0139s.zip";
|
name = "mess0139s.zip";
|
||||||
sha256 = "1v892cg6wn8cdwc8pf1gcqqdb1v1v295r6jw2hf58svwx3h27xyy";
|
sha256 = "1v892cg6wn8cdwc8pf1gcqqdb1v1v295r6jw2hf58svwx3h27xyy";
|
||||||
};
|
};
|
||||||
@ -39,10 +39,11 @@ stdenv.mkDerivation {
|
|||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp mess* $out/bin/mess
|
cp mess* $out/bin/mess
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.mess.org/;
|
homepage = http://www.mess.org/;
|
||||||
license = "non-commercial";
|
license = "non-commercial";
|
||||||
description = "Multi Emulator Super System, an emulator of many game consoles and computer systems";
|
description = "Multi Emulator Super System, an emulator of many game consoles and computer systems";
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user