summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2023-02-04 08:14:44 +0000
committerGitHub <noreply@github.com>2023-02-04 08:14:44 +0000
commitbdd29411405dc09346634a2b44de97bad25dd529 (patch)
treeb7fd73fa66dc9740097d84719ba3f17a01593456 /pkgs/tools
parent32ec41a6726d57e539acea7ac57f94266d8d8d1a (diff)
parentee03c8669f9122171453d0106ef28ae4c1584a8c (diff)
Merge pull request #212645 from SFrijters/wine-8
wine: 7.x -> 8.x
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/audio/yabridge/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/tools/audio/yabridge/default.nix b/pkgs/tools/audio/yabridge/default.nix
index 60af9b430a94..9de97fe52f48 100644
--- a/pkgs/tools/audio/yabridge/default.nix
+++ b/pkgs/tools/audio/yabridge/default.nix
@@ -3,6 +3,7 @@
, fetchFromGitHub
, substituteAll
, pkgsi686Linux
+, fetchpatch
, dbus
, meson
, ninja
@@ -103,6 +104,14 @@ in multiStdenv.mkDerivation rec {
# Patch the chainloader to search for libyabridge through NIX_PROFILES
./libyabridge-from-nix-profiles.patch
+
+ # Remove with next yabridge update
+ (fetchpatch {
+ name = "fix-for-wine-8.0.patch";
+ url = "https://github.com/robbert-vdh/yabridge/commit/29acd40a9add635e2cb40ecc54c88d65604a7a2a.patch";
+ sha256 = "sha256-hVxa/FqH7d938Z/VjHdhmYLCLPZoa9C4xKSKRKiVPSU=";
+ includes = [ "meson.build" ];
+ })
];
postPatch = ''