sdlmame: mark as broken due to URL cc @lovek323

This commit is contained in:
Domen Kožar 2016-01-22 13:11:28 +01:00
parent fb2675c5cf
commit 255a49cb7b

View File

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
license = "MAME";
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.linux;
broken = true; # URL doesn't work anymore
};
}