1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

linuxPackages_4_18.nvidia_x11_legacy304: mark as broken on 4.18 and newer

This commit is contained in:
Jörg Thalheim 2018-12-02 10:45:13 +00:00
parent cc7eb74622
commit 3775f1e53e
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA
2 changed files with 3 additions and 0 deletions

View file

@ -75,5 +75,6 @@ rec {
'';
in applyPatches [ "fix-typos" ];
patches = maybePatch_drm_legacy;
broken = stdenv.lib.versionAtLeast kernel.version "4.18";
};
}

View file

@ -10,6 +10,7 @@
, prePatch ? ""
, patches ? []
, broken ? false
}:
{ stdenv, callPackage, pkgsi686Linux, fetchurl
@ -91,6 +92,7 @@ let
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = [ maintainers.vcunat ];
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
inherit broken;
};
};