1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: vim: Enable cross-compilation.

* gnu/packages/vim.scm (vim)[arguments]: Set STRIP configure flag.

Change-Id: I15c5c233053496bc4c75d4d33d6e169381f83822
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #7267
This commit is contained in:
Herman Rimm
2025-03-17 17:58:58 +01:00
committed by Ludovic Courtès
parent 04a3266a3d
commit 1debc5ea30

View File

@@ -16,7 +16,7 @@
;;; Copyright © 2023 Charles Jackson <charles.b.jackson@protonmail.com> ;;; Copyright © 2023 Charles Jackson <charles.b.jackson@protonmail.com>
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com> ;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
;;; Copyright © 2023, 2024 Nguyễn Gia Phong <cnx@loang.net> ;;; Copyright © 2023, 2024 Nguyễn Gia Phong <cnx@loang.net>
;;; Copyright © 2026 Herman Rimm <herman@rimm.ee> ;;; Copyright © 2025, 2026 Herman Rimm <herman@rimm.ee>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@@ -108,6 +108,8 @@
(list (list
#:test-target "test" #:test-target "test"
#:parallel-tests? #f #:parallel-tests? #f
#:configure-flags
#~(list (string-append "STRIP=" #$(strip-for-target)))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'configure 'patch-absolute-paths (add-after 'configure 'patch-absolute-paths