guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: dxvk: Return #t in install-32 phase.


From: guix-commits
Subject: 01/03: gnu: dxvk: Return #t in install-32 phase.
Date: Tue, 3 Mar 2020 04:36:12 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 3842baa07795ccc9d92ccda631998ffe5d15a6b0
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Sat Feb 29 17:10:46 2020 +0100

    gnu: dxvk: Return #t in install-32 phase.
    
    * gnu/packages/wine.scm (dxvk)[arguments]: Return #t in install-32 phase.
---
 gnu/packages/wine.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 35defc3..a961914 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -607,7 +607,8 @@ Use @command{setup_dxvk} to install the required libraries 
to a Wine prefix.")
                           (dxvk32 (assoc-ref inputs "dxvk32")))
                      (mkdir-p (string-append out "/lib32"))
                      (copy-recursively (string-append dxvk32 "/lib")
-                                       (string-append out "/lib32"))))))
+                                       (string-append out "/lib32"))
+                     #t))))
              '())
          (add-after 'install 'install-setup
            (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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