Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cd9cbb110874
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f6f0491a4d8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 2, 2020

  1. linuxPackages.prl-tools: remove version assertion

    Ersin Akinci authored Jan 2, 2020
    Copy the full SHA
    8ed2577 View commit details

Commits on Jan 3, 2020

  1. Merge pull request #76854 from earksiinni/ersin/prl-tools-no-assert-v…

    …ersion
    
    linuxPackages.prl-tools: remove version assertion
    infinisil authored Jan 3, 2020
    Copy the full SHA
    4f6f049 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 pkgs/os-specific/linux/prl-tools/default.nix
2 changes: 0 additions & 2 deletions pkgs/os-specific/linux/prl-tools/default.nix
Original file line number Diff line number Diff line change
@@ -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;