gnu: alsa-scarlett-gui: Use ungexp.
This is a follow-up to commit 5d81aa8613.
* gnu/packages/music.scm (alsa-scarlett-gui)[arguments]: Use #$output and
THIS-PACKAGE-INPUT instead of ASSOC-REF.
Change-Id: If56af33e361a215c63c5e004b81d2d0e84a2dd56
			
			
This commit is contained in:
		
							parent
							
								
									4d3c18b8fe
								
							
						
					
					
						commit
						d41e8843f6
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -234,12 +234,11 @@ | ||||||
|                                 #$(cc-for-target) " -o"))) |                                 #$(cc-for-target) " -o"))) | ||||||
|               (chdir "src"))) |               (chdir "src"))) | ||||||
|           (add-after 'install 'wrap-program |           (add-after 'install 'wrap-program | ||||||
|             (lambda* (#:key inputs outputs #:allow-other-keys) |             (lambda* (#:key inputs #:allow-other-keys) | ||||||
|               (wrap-program (string-append (assoc-ref outputs "out") |               (wrap-program (string-append #$output "/bin/alsa-scarlett-gui") | ||||||
|                                            "/bin/alsa-scarlett-gui") |  | ||||||
|                 ;; For GtkFileChooserDialog. |                 ;; For GtkFileChooserDialog. | ||||||
|                 `("GSETTINGS_SCHEMA_DIR" = |                 `("GSETTINGS_SCHEMA_DIR" = | ||||||
|                   (,(string-append (assoc-ref inputs "gtk") |                   (,(string-append #$(this-package-input "gtk") | ||||||
|                                    "/share/glib-2.0/schemas")))))) |                                    "/share/glib-2.0/schemas")))))) | ||||||
|           (delete 'configure)))) |           (delete 'configure)))) | ||||||
|     (inputs |     (inputs | ||||||
|  |  | ||||||
		Reference in a new issue