forked from mirrors/nixpkgs
sdlmame: mark as broken due to URL cc @lovek323
This commit is contained in:
parent
fb2675c5cf
commit
255a49cb7b
|
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
|||
license = "MAME";
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
platforms = platforms.linux;
|
||||
broken = true; # URL doesn't work anymore
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue