about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/audio/yabridge/hardcode-wine.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/audio/yabridge/hardcode-wine.patch')
-rw-r--r--nixpkgs/pkgs/tools/audio/yabridge/hardcode-wine.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixpkgs/pkgs/tools/audio/yabridge/hardcode-wine.patch b/nixpkgs/pkgs/tools/audio/yabridge/hardcode-wine.patch
index 2b6ce1f448fa..d58aedeb27ff 100644
--- a/nixpkgs/pkgs/tools/audio/yabridge/hardcode-wine.patch
+++ b/nixpkgs/pkgs/tools/audio/yabridge/hardcode-wine.patch
@@ -1,13 +1,13 @@
 diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp
-index 1ff05bc..0723456 100644
+index 7fb7d1b3..eb227101 100644
 --- a/src/plugin/utils.cpp
 +++ b/src/plugin/utils.cpp
-@@ -351,7 +351,7 @@ std::string get_wine_version() {
+@@ -105,5 +105,5 @@ std::string PluginInfo::wine_version() const {
          access(wineloader_path.c_str(), X_OK) == 0) {
          wine_path = wineloader_path;
      } else {
 -        wine_path = bp::search_path("wine").string();
 +        wine_path = "@wine@/bin/wine";
      }
- 
+
      bp::ipstream output;