Skip to content

Commit

Permalink
fakenes: mark as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras authored and fpletz committed Sep 28, 2017
1 parent dfdfb97 commit 9aae605
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/misc/emulators/fakenes/default.nix
@@ -1,7 +1,7 @@
{stdenv, fetchurl, allegro, openal, mesa, zlib, hawknl, freeglut, libX11,
libXxf86vm, libXcursor, libXpm }:

stdenv.mkDerivation {
stdenv.mkDerivation {
name = "fakenes-0.5.9b3";
src = fetchurl {
url = mirror://sourceforge/fakenes/fakenes-0.5.9-beta3.tar.gz;
Expand All @@ -18,7 +18,7 @@ stdenv.mkDerivation {
cp fakenes $out/bin
'';

NIX_LDFLAGS = "-lX11 -lXxf86vm -lXcursor -lXpm";
NIX_LDFLAGS = "-lX11 -lXxf86vm -lXcursor -lXpm";

patches = [ ./build.patch ];

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

0 comments on commit 9aae605

Please sign in to comment.