guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add wine64-staging.


From: Rutger Helling
Subject: 01/01: gnu: Add wine64-staging.
Date: Sun, 24 Dec 2017 10:08:28 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 6cd46747e7e09fd9b89ef236443a8d71e2559b5d
Author: Rutger Helling <address@hidden>
Date:   Sun Dec 24 16:00:15 2017 +0100

    gnu: Add wine64-staging.
    
    * gnu/packages/wine.scm (wine64-staging): New variable.
---
 gnu/packages/wine.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 361e597..b4a303d 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -216,3 +216,20 @@ integrated into the main branch.")
     ;; both GPL3+ and Apache 2 License.
     (license
      (list license:lgpl2.1+ license:silofl1.1 license:gpl3+ license:asl2.0))))
+
+(define-public wine64-staging
+  (package
+    (inherit wine-staging)
+    (name "wine64-staging")
+    (arguments
+     `(#:make-flags
+       (list "SHELL=bash"
+             (string-append "libdir=" %output "/lib"))
+       #:configure-flags
+       (list "--enable-win64"
+             (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
+       ,@(strip-keyword-arguments '(#:configure-flags #:make-flags #:system)
+                                  (package-arguments wine-staging))))
+    (synopsis "Implementation of the Windows API (staging branch, 64-bit
+version)")
+    (supported-systems '("x86_64-linux" "aarch64-linux"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]