guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/22: gnu: butt: Add snippet.


From: guix-commits
Subject: 07/22: gnu: butt: Add snippet.
Date: Sun, 23 May 2021 17:40:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6c7dc0bad197a4f6dd621b1b54b545a31d19eac2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 23 22:38:58 2021 +0200

    gnu: butt: Add snippet.
    
    * gnu/packages/audio.scm (butt)[source]: Add snippet.
---
 gnu/packages/audio.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index dda1159..2afb371 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]