guix-commits
[Top][All Lists]
Advanced

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

07/18: gnu: carla: Set #:guile argument of 'wrap-script'.


From: guix-commits
Subject: 07/18: gnu: carla: Set #:guile argument of 'wrap-script'.
Date: Fri, 4 Jun 2021 17:29:22 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 0a843e36434f3e99bed7b591f22b7b04406e4890
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Mon May 31 19:41:22 2021 +0200

    gnu: carla: Set #:guile argument of 'wrap-script'.
    
    * gnu/packages/audio.scm
      (carla)[arguments]<#:phases>{wrap-executables}:
      Set #:guile argument of ‘wrap-script’.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/audio.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f677d46..930c111 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4711,9 +4711,10 @@ as is the case with audio plugins.")
                (chmod (string-append out "/share/carla/carla") #o555)
                #t)))
          (add-after 'install 'wrap-executables
-           (lambda* (#:key outputs #:allow-other-keys)
+           (lambda* (#:key inputs outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))
                (wrap-script (string-append out "/bin/carla")
+                            #:guile (search-input-file inputs "bin/guile")
                             `("GUIX_PYTHONPATH" ":" prefix (,(getenv 
"GUIX_PYTHONPATH"))))
                #t))))))
     (inputs



reply via email to

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