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:
parent
cc7eb74622
commit
3775f1e53e
|
@ -75,5 +75,6 @@ rec {
|
|||
'';
|
||||
in applyPatches [ "fix-typos" ];
|
||||
patches = maybePatch_drm_legacy;
|
||||
broken = stdenv.lib.versionAtLeast kernel.version "4.18";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue