mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
nvidia-x11: Remove patches from the 390 version. (#69851)
Without those patches it builds and works with kernels 4.19 and 5.2. Fixes https://github.com/NixOS/nixpkgs/issues/65937
This commit is contained in:
parent
3264d1c940
commit
b1ed9c6d9e
1 changed files with 0 additions and 12 deletions
|
@ -39,18 +39,6 @@ rec {
|
|||
sha256_64bit = "0h0jcckqpd63vaj95lvdgj2sbbn9y1ri1xx7r2snxfx0plhwz46n";
|
||||
settingsSha256 = "1w5nkxs7a40mq0qf97nhfazdqhfn1bvr54v50s8p0ggixb6vdm3l";
|
||||
persistencedSha256 = "02v76202qcnh8hvg4y9wmk9swdlv7z39ppfd1c850nlv158vn5nf";
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue