Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 376981987177
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c8124c121522
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 27, 2019

  1. linuxPackages.nvidia_x11_legacy390: use patches from archlinux

    Those seem to have gotten outdated, and don't build on current kernels
    anymore.
    
    Reported-In: NixOS/nixpkgs#62012
    (cherry picked from commit 00263c9)
    flokli committed May 27, 2019
    Copy the full SHA
    c8124c1 View commit details
Showing with 9 additions and 25 deletions.
  1. +9 −1 pkgs/os-specific/linux/nvidia-x11/default.nix
  2. +0 −24 pkgs/os-specific/linux/nvidia-x11/drm_mode_connector.patch
10 changes: 9 additions & 1 deletion pkgs/os-specific/linux/nvidia-x11/default.nix
Original file line number Diff line number Diff line change
@@ -36,7 +36,15 @@ rec {
settingsSha256 = "0n4pj8dzkr7ccwrn5p46mn59cnijdhg8zmn3idjzrk56pq0hbgjr";
persistencedSha256 = "0bnjr0smhlwlqpyg9m6lca3b7brl2mw8aypc6p7525dn9d9kv6kb";

patches = lib.optional (kernel.meta.branch == "4.19") ./drm_mode_connector.patch;
patches = [
(fetchurl {
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/kernel-4.16.patch?h=2ad07241ea525a6b6b555b6cb96a97634a4b2cb0";
sha256 = "11b3dp0na496rn13v5q4k66bf61174800g36rcwj42r0xj9cfak2";
})
(fetchurl {
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/kernel-5.1.patch?h=42d50ef8d6048608d18bdf2c296dd335260c5a1a";
sha256 = "03v46ym2bcckg9q2xrilkg21hfiwypr6gl4jmly2q3m4yza9ja6r";
})];
};

legacy_340 = generic {
24 changes: 0 additions & 24 deletions pkgs/os-specific/linux/nvidia-x11/drm_mode_connector.patch

This file was deleted.