gnu: awesome: Remove obsolete snippet.
* gnu/packages/wm.scm (awesome)[source](snippet): Remove.
This commit is contained in:
parent
40fb6b84f9
commit
cee6d90f73
|
@ -675,18 +675,6 @@ experience.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kwpbls9h1alxcmvxh5g9qb995fds5b2ngcr44w0ibazkyls2pdc"))
|
"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"))))
|
(patches (search-patches "awesome-reproducible-png.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs `(("asciidoc" ,asciidoc)
|
(native-inputs `(("asciidoc" ,asciidoc)
|
||||||
|
|
Loading…
Reference in New Issue