patch: use a more generic name

it now also patches the shebang for libdisplay-info so that python works during the build
This commit is contained in:
Nojus 2025-07-13 04:24:05 +02:00
parent 0413b8836c
commit 1059d6fdb3
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,7 @@ in llvmPackages.stdenv.mkDerivation {
# we need to unvendor dxvk and pe-parse which would normally be downloaded from git during buildtime in the cmakefiles
patches = [
(replaceVars ./no-download.patch {
(replaceVars ./nix-cmake.patch {
inherit dxvk-git peparse-git python3;
})
];