mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
* 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:
parent
2eaae478af
commit
7d07afc2fa
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue