Skip to content

Commit 2461c29

Browse files
committedMar 8, 2017
mess: Mark broken
Even fixing the source urls doesn't make it build. (cherry picked from commit 413bc03)
1 parent c5a10ac commit 2461c29

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎pkgs/misc/emulators/mess/default.nix

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ let
66
version = "139";
77

88
mameSrc = fetchurl {
9-
url = "http://www.aarongiles.com/mirror/releases/mame0${version}s.zip";
9+
url = "https://github.com/mamedev/mame/releases/download/mame0139/mame0${version}s.zip";
1010
sha256 = "1mpkwxfz38cgxzvlni2y3fxas3b8qmnzj2ik2zzbd8mr622jdp79";
1111
};
12-
12+
1313
messSrc = fetchurl {
14-
url = "http://mess.redump.net/_media/downloads:mess0${version}s.zip";
14+
url = "http://www.progettosnaps.net/MESS/src/mess0${version}s.zip";
1515
name = "mess0139s.zip";
1616
sha256 = "1v892cg6wn8cdwc8pf1gcqqdb1v1v295r6jw2hf58svwx3h27xyy";
1717
};
@@ -39,10 +39,11 @@ stdenv.mkDerivation {
3939
mkdir -p $out/bin
4040
cp mess* $out/bin/mess
4141
'';
42-
42+
4343
meta = {
4444
homepage = http://www.mess.org/;
4545
license = "non-commercial";
4646
description = "Multi Emulator Super System, an emulator of many game consoles and computer systems";
47+
broken = true;
4748
};
4849
}

0 commit comments

Comments
 (0)
Please sign in to comment.