mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: buildah: Update to 1.39.4.
* gnu/packages/containers.scm (buildah): Update to 1.39.4. [arguments]<#:phases>{'set-env}: Do not set CC. Change-Id: If64a18f0da0b9caf73f01fbe0d56d4ea1c065c3a Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
1d7e752970
commit
404559c98b
1 changed files with 3 additions and 7 deletions
|
@ -627,7 +627,7 @@ being rootless and not requiring any daemon to be running.")
|
||||||
(define-public buildah
|
(define-public buildah
|
||||||
(package
|
(package
|
||||||
(name "buildah")
|
(name "buildah")
|
||||||
(version "1.39.2")
|
(version "1.39.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -635,7 +635,7 @@ being rootless and not requiring any daemon to be running.")
|
||||||
(url "https://github.com/containers/buildah")
|
(url "https://github.com/containers/buildah")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0b16zhsf9g863wxjvqyapb6wa8dr6r1rwrpffy6hf98fnq38jyh8"))
|
(base32 "1jkkf3jk1i0df279c1si6h81dcrkind9cwifsxidv1yx57sysvzn"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -653,11 +653,7 @@ being rootless and not requiring any daemon to be running.")
|
||||||
(add-after 'unpack 'set-env
|
(add-after 'unpack 'set-env
|
||||||
(lambda _
|
(lambda _
|
||||||
;; When running go, things fail because HOME=/homeless-shelter.
|
;; When running go, things fail because HOME=/homeless-shelter.
|
||||||
(setenv "HOME" "/tmp")
|
(setenv "HOME" "/tmp")))
|
||||||
;; Required for detecting btrfs in hack/btrfs* due to bug in GNU
|
|
||||||
;; Make <4.4 causing CC not to be propagated into $(shell ...)
|
|
||||||
;; calls. Can be removed once we update to >4.3.
|
|
||||||
(setenv "CC" #$(cc-for-target))))
|
|
||||||
;; Add -trimpath to build flags to avoid keeping references to go
|
;; Add -trimpath to build flags to avoid keeping references to go
|
||||||
;; packages.
|
;; packages.
|
||||||
(add-after 'set-env 'patch-buildflags
|
(add-after 'set-env 'patch-buildflags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue