mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge remote-tracking branch 'origin/master' into core-updates
Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm
This commit is contained in:
commit
4cf1acc7f3
740 changed files with 619028 additions and 314277 deletions
|
@ -7,6 +7,7 @@
|
|||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||
;;; Copyright © 2021 Leo Le Bouter <lle-bout@zaclys.net>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
;;; Copyright © 2021 LuHui <luhux76@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -65,7 +66,8 @@
|
|||
;; for "--build", but not for "--host", so update config.sub.
|
||||
,@(if (and (%current-target-system)
|
||||
(or (target-ppc64le? (%current-target-system))
|
||||
(target-aarch64? (%current-target-system))))
|
||||
(target-aarch64? (%current-target-system))
|
||||
(target-riscv64? (%current-target-system))))
|
||||
`((add-after 'unpack 'update-config.sub
|
||||
(lambda* (#:key native-inputs #:allow-other-keys)
|
||||
(delete-file "dist/config.sub")
|
||||
|
@ -118,7 +120,8 @@
|
|||
(native-inputs
|
||||
(if (and (%current-target-system)
|
||||
(or (target-ppc64le? (%current-target-system))
|
||||
(target-aarch64? (%current-target-system))))
|
||||
(target-aarch64? (%current-target-system))
|
||||
(target-riscv64? (%current-target-system))))
|
||||
`(("config" ,config)) ; for config.sub
|
||||
'()))
|
||||
(synopsis "Berkeley database")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue