mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: denemo: Improve package style.
* gnu/packages/music.scm (denemo)[native-inputs]: Remove labels. [arguments]: Use G-expressions. Remove trailing #T from phases.
This commit is contained in:
parent
ab042de0f7
commit
33331efc46
1 changed files with 30 additions and 30 deletions
|
@ -628,8 +628,9 @@ many input formats and provides a customisable Vi-style user interface.")
|
||||||
(base32 "0pdmjij2635jbw2a24ivk1y4w0z58jbmq9vnz3qrfzw4d469grab"))))
|
(base32 "0pdmjij2635jbw2a24ivk1y4w0z58jbmq9vnz3qrfzw4d469grab"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
;; Tests require to write $HOME.
|
;; Tests require to write $HOME.
|
||||||
|
@ -650,15 +651,14 @@ many input formats and provides a customisable Vi-style user interface.")
|
||||||
(("g_string_new \\(\"lilypond\"\\);")
|
(("g_string_new \\(\"lilypond\"\\);")
|
||||||
(string-append "g_string_new (\""
|
(string-append "g_string_new (\""
|
||||||
lilypond
|
lilypond
|
||||||
"\");"))))
|
"\");")))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("diffutils" ,diffutils)
|
(list diffutils
|
||||||
("glib:bin" ,glib "bin") ; for gtester
|
`(,glib "bin") ; for gtester
|
||||||
("gtk-doc" ,gtk-doc)
|
gtk-doc
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("libtool" ,libtool)
|
libtool
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
aubio
|
aubio
|
||||||
|
|
Loading…
Add table
Reference in a new issue