mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into staging
This commit is contained in:
commit
091eb323ba
167 changed files with 173179 additions and 137080 deletions
|
@ -2267,17 +2267,17 @@ instance of a component on each request.")
|
|||
(define-public perl-catalyst-devel
|
||||
(package
|
||||
(name "perl-catalyst-devel")
|
||||
(version "1.41")
|
||||
(version "1.42")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
|
||||
"Catalyst-Devel-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1r8arq7sw37d0mjyfzkc3pg1a9plgydqbscryc8qpvba4swpljls"))))
|
||||
(base32 "1gcaqivyxwsdq87v9za1ijjibh6llirzqsbpwjbw1f5mravg1iky"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
(list perl-test-fatal))
|
||||
(list perl-file-sharedir-install perl-test-fatal))
|
||||
(propagated-inputs
|
||||
(list perl-catalyst-action-renderview
|
||||
perl-catalyst-plugin-configloader
|
||||
|
@ -5526,6 +5526,12 @@ w3c webidl files and a binding configuration file.")
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(add-after 'unpack 'remove-timestamps
|
||||
;; Avoid embedding timestamp for reproducible builds
|
||||
(lambda _
|
||||
(substitute* "utils/git-testament.pl"
|
||||
(("WT_COMPILEDATE ..$compiledate")
|
||||
"WT_COMPILEDATE \\\""))))
|
||||
(add-after 'build 'adjust-welcome
|
||||
(lambda _
|
||||
(substitute* "frontends/gtk/res/welcome.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue