linuxPackages.prl-tools: remove version assertion

This commit is contained in:
Ersin Akinci 2020-01-02 13:53:38 -08:00 committed by GitHub
parent f2f36822ca
commit 8ed2577f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,6 @@
}:
assert (!libsOnly) -> kernel != null;
# Disable for kernels 4.15 and above due to compatibility issues
assert kernel != null -> stdenv.lib.versionOlder kernel.version "4.15";
let xorgFullVer = lib.getVersion xorg.xorgserver;
xorgVer = lib.versions.majorMinor xorgFullVer;