me
/
guix
Archived
1
0
Fork 0

gnu: butt: Add snippet.

* gnu/packages/audio.scm (butt)[source]: Add snippet.
master
Tobias Geerinckx-Rice 2021-05-23 22:38:58 +02:00
parent 755d494cbd
commit 6c7dc0bad1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 1 deletions

View File

@ -5173,7 +5173,11 @@ while still staying in time.")
version "/butt-" version ".tar.gz"))
(sha256
(base32
"1dfspdh3f18lpp7asxpj63b9zfpvazi7shgrdacg17gd42ycayq5"))))
"1dfspdh3f18lpp7asxpj63b9zfpvazi7shgrdacg17gd42ycayq5"))
(modules '((guix build utils)))
(snippet
'(substitute* "src/butt.cpp"
((".*zica.*") "")))))
(build-system gnu-build-system)
(arguments
`(#:phases