pkgs/os-specific: stdenv.lib -> lib
This commit is contained in:
@@ -94,6 +94,6 @@ rec {
|
||||
'';
|
||||
in applyPatches [ "fix-typos" ];
|
||||
patches = maybePatch_drm_legacy;
|
||||
broken = stdenv.lib.versionAtLeast kernel.version "4.18";
|
||||
broken = lib.versionAtLeast kernel.version "4.18";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
disable32Bit ? false
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
assert !libsOnly -> kernel != null;
|
||||
assert versionOlder version "391" -> sha256_32bit != null;
|
||||
|
||||
Reference in New Issue
Block a user