mess: Mark broken
Even fixing the source urls doesn't make it build.
This commit is contained in:
parent
c8402dde15
commit
413bc03986
1 changed files with 5 additions and 4 deletions
|
@ -6,12 +6,12 @@ let
|
|||
version = "139";
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
|
||||
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";
|
||||
sha256 = "1v892cg6wn8cdwc8pf1gcqqdb1v1v295r6jw2hf58svwx3h27xyy";
|
||||
};
|
||||
|
@ -39,10 +39,11 @@ stdenv.mkDerivation {
|
|||
mkdir -p $out/bin
|
||||
cp mess* $out/bin/mess
|
||||
'';
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = http://www.mess.org/;
|
||||
license = "non-commercial";
|
||||
description = "Multi Emulator Super System, an emulator of many game consoles and computer systems";
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue