mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
linuxPackages_latest.spl: fix evaluation
This commit is contained in:
parent
92e9851731
commit
7f7aa08332
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue