From 1059d6fdb3f5f95f30badd7a82afcb27c9473ff6 Mon Sep 17 00:00:00 2001 From: Nojus Date: Sun, 13 Jul 2025 04:24:05 +0200 Subject: [PATCH] patch: use a more generic name it now also patches the shebang for libdisplay-info so that python works during the build --- default.nix | 2 +- no-download.patch => nix-cmake.patch | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename no-download.patch => nix-cmake.patch (100%) diff --git a/default.nix b/default.nix index 577cbf5..0572c98 100644 --- a/default.nix +++ b/default.nix @@ -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; }) ]; diff --git a/no-download.patch b/nix-cmake.patch similarity index 100% rename from no-download.patch rename to nix-cmake.patch