linuxPackages_latest.spl: fix evaluation

This commit is contained in:
Joerg Thalheim 2017-11-13 19:12:30 +00:00
parent 92e9851731
commit 7f7aa08332

View File

@ -52,7 +52,7 @@ let
kernel.
'';
broken = stdenv.lib.versionAtLeast kernel.version "4.14";
broken = kernel != null && stdenv.lib.versionAtLeast kernel.version "4.14";
homepage = http://zfsonlinux.org/;
platforms = platforms.linux;