mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 19:06:28 -03:00
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:
parent
0413b8836c
commit
1059d6fdb3
2 changed files with 1 additions and 1 deletions
|
@ -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
|
# we need to unvendor dxvk and pe-parse which would normally be downloaded from git during buildtime in the cmakefiles
|
||||||
patches = [
|
patches = [
|
||||||
(replaceVars ./no-download.patch {
|
(replaceVars ./nix-cmake.patch {
|
||||||
inherit dxvk-git peparse-git python3;
|
inherit dxvk-git peparse-git python3;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue