fakenes: mark as broken

This commit is contained in:
Yegor Timoshenko 2017-09-28 15:11:42 +00:00 committed by Franz Pletz
parent dfdfb97f0f
commit 9aae605fe7

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2Plus;
description = "Portable Open Source NES Emulator";
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}