mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: alsa-scarlett-gui: Update to 0.5.0.
* gnu/packages/music.scm (alsa-scarlett-gui): Update to 0.5.0. [arguments]: Remove -Werror. Change-Id: I5b6e4d2ca13a7d43ae59f87040c17c179b43a29e
This commit is contained in:
parent
162179e787
commit
187b6c515d
1 changed files with 4 additions and 3 deletions
|
@ -220,7 +220,7 @@
|
||||||
(define-public alsa-scarlett-gui
|
(define-public alsa-scarlett-gui
|
||||||
(package
|
(package
|
||||||
(name "alsa-scarlett-gui")
|
(name "alsa-scarlett-gui")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1397z3c232n3zpqmpc77lbwv8z5szsbagawl3l7hiizn152hkgpv"))))
|
"14c5yk6gp2bqkcyl78r9hnnlxidpdpmrwpf05dcq6zyca8l0mkr9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -244,7 +244,8 @@
|
||||||
(substitute* "src/Makefile"
|
(substitute* "src/Makefile"
|
||||||
((" cc -o")
|
((" cc -o")
|
||||||
(string-append " "
|
(string-append " "
|
||||||
#$(cc-for-target) " -o")))
|
#$(cc-for-target) " -o"))
|
||||||
|
(("-Werror") ""))
|
||||||
(chdir "src")))
|
(chdir "src")))
|
||||||
(add-after 'install 'wrap-program
|
(add-after 'install 'wrap-program
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue