guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: alsa-scarlett-gui: Use ungexp.


From: guix-commits
Subject: branch master updated: gnu: alsa-scarlett-gui: Use ungexp.
Date: Tue, 20 Feb 2024 14:51:09 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d41e8843f6 gnu: alsa-scarlett-gui: Use ungexp.
d41e8843f6 is described below

commit d41e8843f6f665733601e4312941f868ce704956
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 20 20:49:15 2024 +0100

    gnu: alsa-scarlett-gui: Use ungexp.
    
    This is a follow-up to commit 5d81aa8613e7f9e348ccc9fd83c25d75a900ba37.
    
    * gnu/packages/music.scm (alsa-scarlett-gui)[arguments]: Use #$output and
    THIS-PACKAGE-INPUT instead of ASSOC-REF.
    
    Change-Id: If56af33e361a215c63c5e004b81d2d0e84a2dd56
---
 gnu/packages/music.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index d6fadf2247..84ccad9641 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -234,12 +234,11 @@
                                 #$(cc-for-target) " -o")))
               (chdir "src")))
           (add-after 'install 'wrap-program
-            (lambda* (#:key inputs outputs #:allow-other-keys)
-              (wrap-program (string-append (assoc-ref outputs "out")
-                                           "/bin/alsa-scarlett-gui")
+            (lambda* (#:key inputs #:allow-other-keys)
+              (wrap-program (string-append #$output "/bin/alsa-scarlett-gui")
                 ;; For GtkFileChooserDialog.
                 `("GSETTINGS_SCHEMA_DIR" =
-                  (,(string-append (assoc-ref inputs "gtk")
+                  (,(string-append #$(this-package-input "gtk")
                                    "/share/glib-2.0/schemas"))))))
           (delete 'configure))))
     (inputs



reply via email to

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