nvidiaLegacy304: fix build
Fixes #37768. Fixes #33395. Closes #37866. abbradar: don't fix settings in a NixOS module.
This commit is contained in:
parent
ab33c0afde
commit
f396dd1dcb
@ -50,8 +50,8 @@ rec {
|
|||||||
prePatch = let
|
prePatch = let
|
||||||
debPatches = fetchurl {
|
debPatches = fetchurl {
|
||||||
url = "mirror://debian/pool/non-free/n/nvidia-graphics-drivers-legacy-304xx/"
|
url = "mirror://debian/pool/non-free/n/nvidia-graphics-drivers-legacy-304xx/"
|
||||||
+ "nvidia-graphics-drivers-legacy-304xx_304.135-2.debian.tar.xz";
|
+ "nvidia-graphics-drivers-legacy-304xx_304.137-5.debian.tar.xz";
|
||||||
sha256 = "0mhji0ssn7075q5a650idigs48kzf11pzj2ca2n07rwxg3vj6pdr";
|
sha256 = "0n8512mfcnvklfbg8gv4lzbkm3z6nncwj6ix2b8ngdkmc04f3b6l";
|
||||||
};
|
};
|
||||||
prefix = "debian/module/debian/patches";
|
prefix = "debian/module/debian/patches";
|
||||||
applyPatches = pnames: if pnames == [] then null else
|
applyPatches = pnames: if pnames == [] then null else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user