guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: moc: Remove obsolete snippet.


From: Marius Bakke
Subject: 07/07: gnu: moc: Remove obsolete snippet.
Date: Mon, 23 Apr 2018 14:06:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2784b35f90a7e659ae30c0e24380ecea42557f7d
Author: Marius Bakke <address@hidden>
Date:   Mon Apr 23 19:55:58 2018 +0200

    gnu: moc: Remove obsolete snippet.
    
    * gnu/packages/music.scm (moc)[source](snippet): Remove.
---
 gnu/packages/music.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c27055e..4a7a315 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2780,13 +2780,7 @@ available memory.")
                                   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)



reply via email to

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