mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: moc: Remove obsolete snippet.
* gnu/packages/music.scm (moc)[source](snippet): Remove.
This commit is contained in:
parent
bb5c508c12
commit
2784b35f90
1 changed files with 1 additions and 7 deletions
|
@ -2780,13 +2780,7 @@ (define-public moc
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove use of __DATE__ and __TIME__ for reproducibility.
|
||||
'(substitute* "main.c"
|
||||
(("printf \\(\" Built : %s\", __DATE__\\);") "")
|
||||
(("printf \\(\" %s\", __TIME__\\);") "")))))
|
||||
"026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
|
|
Loading…
Reference in a new issue