linuxPackages_latest.spl: fix evaluation
This commit is contained in:
parent
92e9851731
commit
7f7aa08332
|
@ -52,7 +52,7 @@ let
|
||||||
kernel.
|
kernel.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
broken = stdenv.lib.versionAtLeast kernel.version "4.14";
|
broken = kernel != null && stdenv.lib.versionAtLeast kernel.version "4.14";
|
||||||
|
|
||||||
homepage = http://zfsonlinux.org/;
|
homepage = http://zfsonlinux.org/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in New Issue