From 77ce75b09546f4df6db9891329cef9d32f54bc4a Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Fri, 15 Aug 2008 14:18:11 +0000
Subject: [PATCH] * Disable splashutils on x86_64 for now; it fails to link
 statically   because of an issue in Glibc (see  
 http://bugs.gentoo.org/show_bug.cgi?id=198949).

svn path=/nixpkgs/trunk/; revision=12635
---
 pkgs/top-level/all-packages.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index be33d2b2b05f..b4261d26b708 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5166,7 +5166,7 @@ let pkgs = rec {
 
     splashutils =
       if kernel.features ? fbSplash then splashutils_13 else
-      if kernel.features ? fbConDecor then splashutils_15 else
+      if kernel.features ? fbConDecor && system != "x86_64-linux" then splashutils_15 else
       null;
 
     splashutils_13 = import ../os-specific/linux/splashutils/1.3.nix {