* 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

+1 -1
+1 -1
pkgs/top-level/all-packages.nix
··· 5166 5167 splashutils = 5168 if kernel.features ? fbSplash then splashutils_13 else 5169 - if kernel.features ? fbConDecor then splashutils_15 else 5170 null; 5171 5172 splashutils_13 = import ../os-specific/linux/splashutils/1.3.nix {
··· 5166 5167 splashutils = 5168 if kernel.features ? fbSplash then splashutils_13 else 5169 + if kernel.features ? fbConDecor && system != "x86_64-linux" then splashutils_15 else 5170 null; 5171 5172 splashutils_13 = import ../os-specific/linux/splashutils/1.3.nix {