mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: alsa-scarlett-gui: Update to 0.4.0.
* gnu/packages/music.scm (alsa-scarlett-gui): Update to 0.4.0. [inputs]: Add openssl. Change-Id: I8d4101bd7bf64b2032f60b9b309bd1450f2fffbc
This commit is contained in:
parent
235adb4f6b
commit
008cbf4066
1 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ (define-module (gnu packages music)
|
||||||
(define-public alsa-scarlett-gui
|
(define-public alsa-scarlett-gui
|
||||||
(package
|
(package
|
||||||
(name "alsa-scarlett-gui")
|
(name "alsa-scarlett-gui")
|
||||||
(version "0.3.3")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -217,7 +217,7 @@ (define-public alsa-scarlett-gui
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nd764vd7qfy2x8dqapiyh5yrxjimm8b4himhm1qkgpf5hvh734l"))))
|
"1397z3c232n3zpqmpc77lbwv8z5szsbagawl3l7hiizn152hkgpv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -243,7 +243,7 @@ (define-public alsa-scarlett-gui
|
||||||
"/share/glib-2.0/schemas"))))))
|
"/share/glib-2.0/schemas"))))))
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib glib gtk))
|
(list alsa-lib glib gtk openssl))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin") pkg-config))
|
(list `(,glib "bin") pkg-config))
|
||||||
(home-page "https://github.com/geoffreybennett/alsa-scarlett-gui")
|
(home-page "https://github.com/geoffreybennett/alsa-scarlett-gui")
|
||||||
|
|
Loading…
Reference in a new issue