gnu: awesome: Remove obsolete snippet.

* gnu/packages/wm.scm (awesome)[source](snippet): Remove.
This commit is contained in:
Marius Bakke 2018-03-29 21:14:31 +02:00
parent 40fb6b84f9
commit cee6d90f73
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -675,18 +675,6 @@ (define-public awesome
(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)