summary refs log tree commit diff
diff options
context:
space:
mode:
authorRandy Eckenrode <randy@largeandhighquality.com>2022-02-15 19:42:16 -0500
committerRandy Eckenrode <randy@largeandhighquality.com>2022-02-17 08:30:42 -0500
commitbf1f71c0e2d6bec9b6c910bb4b3509836f535199 (patch)
tree9a40a43fdf99da9923b5bea255febc5cc48fe719
parent855311e176815e2caf63fbacea3805741ad87bce (diff)
downloadnixpkgs-bf1f71c0e2d6bec9b6c910bb4b3509836f535199.tar
nixpkgs-bf1f71c0e2d6bec9b6c910bb4b3509836f535199.tar.gz
nixpkgs-bf1f71c0e2d6bec9b6c910bb4b3509836f535199.tar.bz2
nixpkgs-bf1f71c0e2d6bec9b6c910bb4b3509836f535199.tar.lz
nixpkgs-bf1f71c0e2d6bec9b6c910bb4b3509836f535199.tar.xz
nixpkgs-bf1f71c0e2d6bec9b6c910bb4b3509836f535199.tar.zst
nixpkgs-bf1f71c0e2d6bec9b6c910bb4b3509836f535199.zip
wine: support stack unwinding
-rw-r--r--pkgs/applications/emulators/wine/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/wine/base.nix b/pkgs/applications/emulators/wine/base.nix
index 815048d204c..89aa4b3e68c 100644
--- a/pkgs/applications/emulators/wine/base.nix
+++ b/pkgs/applications/emulators/wine/base.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
   ++ lib.optionals supportFlags.mingwSupport mingwGccs;
 
   buildInputs = toBuildInputs pkgArches (with supportFlags; (pkgs:
-  [ pkgs.freetype pkgs.perl ]
+  [ pkgs.freetype pkgs.perl pkgs.libunwind ]
   ++ lib.optional stdenv.isLinux         pkgs.libcap
   ++ lib.optional cupsSupport            pkgs.cups
   ++ lib.optional gettextSupport         pkgs.gettext