guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: awesome: Remove obsolete snippet.


From: Marius Bakke
Subject: 03/03: gnu: awesome: Remove obsolete snippet.
Date: Thu, 29 Mar 2018 15:31:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cee6d90f7390d62e83ff0b68e7b19491450d0db3
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 29 21:14:31 2018 +0200

    gnu: awesome: Remove obsolete snippet.
    
    * gnu/packages/wm.scm (awesome)[source](snippet): Remove.
---
 gnu/packages/wm.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 910b226..7f6d54c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -675,18 +675,6 @@ experience.")
              (sha256
               (base32
                "0kwpbls9h1alxcmvxh5g9qb995fds5b2ngcr44w0ibazkyls2pdc"))
-             (modules '((guix build utils)
-                        (srfi srfi-19)))
-             (snippet
-              ;; Remove non-reproducible timestamp and use the date of the
-              ;; source file instead.
-              '(substitute* "common/version.c"
-                 (("__DATE__ \" \" __TIME__")
-                  (date->string
-                   (time-utc->date
-                    (make-time time-utc 0
-                               (stat:mtime (stat "awesome.c"))))
-                   "\"~c\""))))
              (patches (search-patches "awesome-reproducible-png.patch"))))
     (build-system cmake-build-system)
     (native-inputs `(("asciidoc" ,asciidoc)



reply via email to

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