aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-12-20 19:00:15 +0100
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:16 +0200
commit052d12f040c9f253032ee4af0145aa5a7b90872c (patch)
tree44ec225d1938f02ba5adb8f662fb7b9cc3335e71 /gnu/local.mk
parent45d66ce8e995761dcde73c7ae437e00ab91ab8d7 (diff)
downloadguix-052d12f040c9f253032ee4af0145aa5a7b90872c.tar.gz
guix-052d12f040c9f253032ee4af0145aa5a7b90872c.zip
gnu: guile-gnutls: Update to 4.0.0.
* gnu/packages/tls.scm (guile-gnutls): Update to 4.0.0. [source]: Remove “gnutls-cross.patch”. [arguments]: Add #:make-flags. * gnu/packages/patches/gnutls-cross.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: Ic4432e2d5ca37af5aa20cdf7e4e456afe2b37537
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 31a4524fd1..319eed05b8 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1431,7 +1431,6 @@ dist_patch_DATA = \
%D%/packages/patches/gnupg-default-pinentry.patch \
%D%/packages/patches/gnupg-1-build-with-gcc10.patch \
%D%/packages/patches/gnutls-skip-trust-store-test.patch \
- %D%/packages/patches/gnutls-cross.patch \
%D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \
%D%/packages/patches/gobject-introspection-absolute-shlib-path-1.72.patch \
%D%/packages/patches/gobject-introspection-cc.patch \
a6bfc5d48137f4bdcc271189a06fdc6ed3'>home: services: mcron: Define as a mapping of the system service....Ludovic Courtès 2023-08-20home: services: Support mapping of System services to Home services....Ludovic Courtès 2023-07-11home: services: bash: Properly quote shell aliases....Ludovic Courtès 2023-07-05home: Add inputrc service....Efraim Flashner 2023-06-15home: services: xdg-base-directories: Deprecate XDG_LOG_HOME....Bruno Victal 2023-06-14home: services: ssh: Allow unset boolean options in ssh-config....Efraim Flashner 2023-06-09home: services: ssh: Export home-ssh-agent variables....Nicolas Graves 2023-06-09home: services: ssh: Export configuration predicates....Nicolas Graves 2023-06-09home: services: ssh: Add 'match-criteria' option....Nicolas Graves 2023-06-09home: services: ssh: Add 'add-keys-to-agent' field....Nicolas Graves 2023-05-30home: services: Add msmtp service....Tanguy Le Carrour 2023-05-24home: services: ssh: Do not empty ~/.ssh/authorized_keys by default....Janneke Nieuwenhuizen 2023-05-13services: shepherd: Default to 0.10....Ludovic Courtès 2023-05-11gnu: home: services: fontutils: Add support for SXML fragments....Andrew Patterson 2023-04-21home: services: openssh: Add configuration option for jump proxies...Saku Laesvuori 2023-04-08home: Add gpg-agent service....Ludovic Courtès 2023-04-07home: xdg-base-directories: Set correct value for XDG_STATE_HOME....Bruno Victal 2023-04-02services: replace bare serializers with (serializer ...)...Bruno Victal