GNU Guix consists of Scheme code that implements the deployment model of the Nix package management tool. In fact, it currently talks to a build daemon whose code comes from Nix (see the manual for details.) Nix was initially written by Eelco Dolstra; other people have been contributing to it. See `nix/AUTHORS' for details. The list of GNU Guix contributors is now generated from the output of 'git log' and written to this file, as can be seen in release tarballs. g src='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/wine.scm
AgeCommit message (Expand)Author
2023-12-31gnu: Remove dxvk....This package has been broken for some time, and upstream removed support for building with winelib in version 1.7 released in May 2020. * gnu/packages/wine.scm (dxvk): Delete variable. Change-Id: I393853aa6e0c9257907549f346a36a1fe37a61a0 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Kaelyn Takata
2023-12-31gnu: wine-staging: Update to 8.18....* gnu/packages/wine.scm (wine-staging): Update to 8.18. (wine-staging-patchset-data)[#:builder]: Adjust accordingly. [native-inputs]: Drop bash. (wine-staging)[native-inputs]: Add python-3. [#:phases]<apply-wine-staging-patches>: Adjust path to patch script. (wine64-staging)[#:phases]<apply-wine-staging-patches>: Likewise. Change-Id: Ie71ed785c1e821b1d1752e46b3da11809b4331e5 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Kaelyn Takata
2023-11-03gnu: wine-minimal: Update to 8.18....* gnu/packages/wine.scm (wine-minimal): Update to 8.18. [properties]: Set upstream-name. Change-Id: I018c320a990bf101d193095b68c44312ce9653a4 Signed-off-by: Christopher Baines <mail@cbaines.net> Kaelyn Takata
2023-09-25gnu: wine and wine64: Update to 8.16...* gnu/packages/wine.scm (wine-minimal): Update to 8.16. Signed-off-by: Christopher Baines <mail@cbaines.net> Arne Babenhauserheide