summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-03-29 21:14:31 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-03-29 21:30:15 +0200
commitcee6d90f7390d62e83ff0b68e7b19491450d0db3 (patch)
tree5459a4ff1196aafd5d47a45129b10ff635eb35cd /gnu
parent40fb6b84f9b4f800dac846ec1fdc7b2c9e2b02db (diff)
downloadpatches-cee6d90f7390d62e83ff0b68e7b19491450d0db3.tar
patches-cee6d90f7390d62e83ff0b68e7b19491450d0db3.tar.gz
gnu: awesome: Remove obsolete snippet.
* gnu/packages/wm.scm (awesome)[source](snippet): Remove.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/wm.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 910b226fd3..7f6d54c124 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)