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:
committed by
Ludovic Courtès
parent
04a3266a3d
commit
1debc5ea30
@@ -16,7 +16,7 @@
|
||||
;;; Copyright © 2023 Charles Jackson <charles.b.jackson@protonmail.com>
|
||||
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
|
||||
;;; 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.
|
||||
;;;
|
||||
@@ -108,6 +108,8 @@
|
||||
(list
|
||||
#:test-target "test"
|
||||
#:parallel-tests? #f
|
||||
#:configure-flags
|
||||
#~(list (string-append "STRIP=" #$(strip-for-target)))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'configure 'patch-absolute-paths
|
||||
|
||||
Reference in New Issue
Block a user