nixpkgs/pkgs/os-specific/linux/nvidia-x11
Alexey Lebedeff caed71efb6 nvidia_legacy_340: Remove unneeded/failing patch
The patch is not applying and no longer needed after upgrade in
045575e744. Now the same result is
achieved by the following lines in the driver package itself:

    #if defined(NV_DRM_LEGACY_PCI_INIT_PRESENT)
    #define nv_drm_pci_init drm_legacy_pci_init
    #define nv_drm_pci_exit drm_legacy_pci_exit
    #else
    #define nv_drm_pci_init drm_pci_init
    #define nv_drm_pci_exit drm_pci_exit
    #endif
2018-12-03 16:14:16 +01:00
..
builder.sh nvidia_x11_beta: reinit at 410.57 2018-10-17 19:30:44 -04:00
default.nix nvidia_legacy_340: Remove unneeded/failing patch 2018-12-03 16:14:16 +01:00
drm_mode_connector.patch nvidia_x11: include drm_mode_connector patch 2018-09-07 19:43:33 -04:00
generic.nix linuxPackages_4_18.nvidia_x11_legacy304: mark as broken on 4.18 and newer 2018-12-02 10:46:11 +00:00
persistenced.nix pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
settings.nix Merge remote-tracking branch 'origin/master' into staging 2018-03-28 09:36:47 -04:00
vm_operations_struct-fault.patch nvidia_x11_legacy340: add another patch 2017-11-30 12:06:27 +01:00