gnu: moc: Remove obsolete snippet.
* gnu/packages/music.scm (moc)[source](snippet): Remove.
This commit is contained in:
parent
bb5c508c12
commit
2784b35f90
|
@ -2780,13 +2780,7 @@ available memory.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk"))
|
"026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
;; Remove use of __DATE__ and __TIME__ for reproducibility.
|
|
||||||
'(substitute* "main.c"
|
|
||||||
(("printf \\(\" Built : %s\", __DATE__\\);") "")
|
|
||||||
(("printf \\(\" %s\", __TIME__\\);") "")))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
|
Loading…
Reference in New Issue