fakenes: mark as broken

This commit is contained in:
Yegor Timoshenko
2017-09-28 17:22:04 +02:00
committed by Franz Pletz
parent dfdfb97f0f
commit 9aae605fe7
+1
View File
@@ -27,5 +27,6 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
description = "Portable Open Source NES Emulator"; description = "Portable Open Source NES Emulator";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
broken = true;
}; };
} }