about summary refs log tree commit diff
path: root/pkgs/top-level/wine-packages.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-02-15winePackages: enable mingwSupport in base buildKira Bruneau1-0/+1
With mingwSupport enabled, Wine uses MinGW builds of GCC (compiled for the i686-w64-mingw32 & x86_64-w64-mingw32 targets) to cross compile system DLLs as PE executables. This is used to workaround some basic anticheat software. (See #103102) Fedora & Arch Linux also have this enabled by default in their Wine builds: - Fedora: https://src.fedoraproject.org/rpms/wine/blob/8e216ca407b6c0f78f65f36c5b068c6452701e55/f/wine.spec#_116 - Arch Linux: https://github.com/archlinux/svntogit-community/blob/2435e762eacd989c588200d7cf57d8f4fb2e0cf3/trunk/PKGBUILD#L44
2019-10-12faudio, wine, vkd3d: add faudio 19.10 and vkd3d 1.1 to winemarius8510001-0/+2
fixes https://github.com/NixOS/nixpkgs/pull/68952
2019-06-12winePackages.fonts: init at 4.0Daniel Schaefer1-0/+1
"Wine's fonts should be a natural candidate for their own subpackage" https://wiki.winehq.org/Packaging They are a replacement for some Microsoft fonts not available in other replacement packages.
2018-11-29winePackages.wine: add SDL supportrnhmjoj1-0/+1
2018-07-03wine: build wineWow packages on hydragnidorah1-2/+2
2018-05-17winePackages: move to pkgs/top-level/wine-packages.nixYegor Timoshenko1-0/+50