From e752a8cff951b77dfb410ec0232bdede96719241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 12 Dec 2014 18:36:15 +0100 Subject: [PATCH] gltron: mark as broken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 23d01bb90c9d6ba74f507fe69439f7e1e0a3f238) Signed-off-by: Domen Kožar --- pkgs/games/gltron/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/gltron/default.nix b/pkgs/games/gltron/default.nix index d925c8810bf..ebdd95f7073 100644 --- a/pkgs/games/gltron/default.nix +++ b/pkgs/games/gltron/default.nix @@ -20,5 +20,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2Plus; maintainers = with stdenv.lib.maintainers; [viric]; platforms = with stdenv.lib.platforms; linux; + broken = true; # see http://sourceforge.net/p/gltron/bugs/15 }; }