[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/17: gnu: git-minimal: Fix cross build.
From: |
guix-commits |
Subject: |
05/17: gnu: git-minimal: Fix cross build. |
Date: |
Tue, 16 Jan 2024 02:42:23 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 4e08874c05655d4f1874785edbe4c3dbb210ae73
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 13 16:05:59 2024 +0100
gnu: git-minimal: Fix cross build.
This is a follow-up to
aae7b00d52275619e7676e948bf286d2a1ffbdb2
gnu: git: Remove labels and use gexps.
* gnu/packages/version-control.scm (git-minimal)[arguments]: Use #+ to
access
native-inputs for bash-minimal and bash.
Change-Id: I6b4cb18123d6f98bda84726b99531c88542be12d
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 4b8cbbef88..744ee0099e 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 John D. Boy <jboy@bius.moe>
-;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
@@ -267,12 +267,12 @@ Python 3.3 and later, rather than on Python 2.")
#:make-flags
#~(list "V=1" ;more verbose compilation
(string-append "SHELL_PATH="
- #$(this-package-native-input "bash-minimal")
+ #+(this-package-native-input "bash-minimal")
"/bin/sh")
;; Tests require a bash with completion support.
(string-append "TEST_SHELL_PATH="
- #$(this-package-native-input "bash")
+ #+(this-package-native-input "bash")
"/bin/bash")
;; By default 'make install' creates hard links for
- 14/17: HACK compile-as-derivation: build #:system "i586-gnu"., (continued)
- 14/17: HACK compile-as-derivation: build #:system "i586-gnu"., guix-commits, 2024/01/16
- 15/17: Revert "HACK compile-as-derivation: build #:system "i586-gnu".", guix-commits, 2024/01/16
- 16/17: Revert "gnu: binutils: Use gexps.", guix-commits, 2024/01/16
- 13/17: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2024/01/16
- 01/17: gnu: gcc: Fix building cross compiler for the Hurd., guix-commits, 2024/01/16
- 03/17: gnu: gnumach-headers: Update to v1.8+git20230410., guix-commits, 2024/01/16
- 17/17: Revert "gnu: binutils: Update to 2.41.", guix-commits, 2024/01/16
- 09/17: DRAFT hurd: Support second boot., guix-commits, 2024/01/16
- 07/17: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2024/01/16
- 10/17: DRAFT hurd-boot: Support second boot., guix-commits, 2024/01/16
- 05/17: gnu: git-minimal: Fix cross build.,
guix-commits <=
- 08/17: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2024/01/16