summary refs log tree commit diff
path: root/pkgs/applications/emulators/wine/base.nix
Commit message (Collapse)AuthorAge
* wine: enable Vulkan on DarwinRandy Eckenrode2022-02-18
|
* wine: improve Darwin supportRandy Eckenrode2022-02-17
| | | | | | | | - Add a setup hook to allow Darwin to build PE DLLs using MinGW; - Add a postConfigure script to fix preloader brekage on Apple Silicon Macs running under Rosetta 2; - Disable linking against X11 libraries (pulled in by ffmpeg); and - Allow building Wine 7.0 using the 10.12 SDK on x86_64-darwin.
* wine: support stack unwindingRandy Eckenrode2022-02-17
|
* wine-packages: support libusb and libkrb5Randy Eckenrode2022-02-17
|
* Move misc/emulators to applications/emulators - part 1AndersonTorres2022-02-16
Emulators form a class by themselves. So, they should be moved to applications/.