mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add wine-staging-for-system.
* gnu/packages/wine.scm (wine-staging-for-system): New procedure. Change-Id: Ic738345b0963bf089f64ad7d9f801a3bbd56f529
This commit is contained in:
parent
ec6b5d0f76
commit
f0b5c57fe7
1 changed files with 7 additions and 0 deletions
|
|
@ -442,3 +442,10 @@ version)")
|
|||
(if (supported-package? wine64) wine64 wine))
|
||||
|
||||
(export wine-for-system)
|
||||
|
||||
(define* (wine-staging-for-system #:optional
|
||||
(system (or (%current-target-system)
|
||||
(%current-system))))
|
||||
(if (supported-package? wine64-staging) wine64 wine-staging))
|
||||
|
||||
(export wine-staging-for-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue