* 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
This commit is contained in:
Eelco Dolstra 2008-08-15 14:18:11 +00:00
parent 64c003f97f
commit 77ce75b095

View file

@ -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 {