wine: support stack unwinding

This commit is contained in:
Randy Eckenrode 2022-02-15 19:42:16 -05:00
parent 855311e176
commit bf1f71c0e2
No known key found for this signature in database
GPG key ID: 64C1CD4EC2A600D9

View file

@ -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