From 8105a94e2bb882518ca52e17dd1da15bb4f7aa7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 4 Dec 2014 14:20:47 +0100 Subject: [PATCH] eaglemode: fix build --- pkgs/applications/misc/eaglemode/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/eaglemode/default.nix b/pkgs/applications/misc/eaglemode/default.nix index 9d9b22abcb19..db613cd49222 100644 --- a/pkgs/applications/misc/eaglemode/default.nix +++ b/pkgs/applications/misc/eaglemode/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { # http://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261 buildPhase = '' export NIX_LDFLAGS="$NIX_LDFLAGS -lXxf86vm -lXext" - yes y | perl make.pl build + perl make.pl build ''; dontPatchELF = true;