gnu: Add wine-for-system. * gnu/packages/wine.scm (wine-for-system): New procedure. Change-Id: I4e1d0afe30f79710c6d61fce3b072ddfb122c7b2
1 files changed, 7 insertions(+), 0 deletions(-) M gnu/packages/wine.scm
M gnu/packages/wine.scm => gnu/packages/wine.scm +7 -0
@@ 435,3 435,10 @@ integrated into the main branch.") (synopsis "Implementation of the Windows API (staging branch, WoW64 version)") (supported-systems '("x86_64-linux" "aarch64-linux")))) (define* (wine-for-system #:optional (system (or (%current-target-system) (%current-system)))) (if (supported-package? wine64) wine64 wine)) (export wine-for-system)