* Re-enable splashutils for x86_64-linux, they work again since we

have Glibc 2.9.

svn path=/nixpkgs/trunk/; revision=15393
This commit is contained in:
Eelco Dolstra 2009-04-29 14:24:32 +00:00
parent 2eaae478af
commit 7d07afc2fa

View file

@ -4985,7 +4985,7 @@ let
splashutils =
# Splashutils 1.3 is broken, so disable splash on older kernels.
if kernel.features ? fbSplash then /* splashutils_13 */ null else
if kernel.features ? fbConDecor && system != "x86_64-linux" then splashutils_15 else
if kernel.features ? fbConDecor then splashutils_15 else
null;
ext3cowtools = import ../os-specific/linux/ext3cow-tools {