guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch ungrafting updated: gnu: guix: Remove reference to 'gnutls/fixed'


From: guix-commits
Subject: branch ungrafting updated: gnu: guix: Remove reference to 'gnutls/fixed'.
Date: Tue, 08 Dec 2020 08:03:22 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch ungrafting
in repository guix.

The following commit(s) were added to refs/heads/ungrafting by this push:
     new f4ab70d  gnu: guix: Remove reference to 'gnutls/fixed'.
f4ab70d is described below

commit f4ab70d228ce6600b0503bd8cf863e7d839c5c3c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 8 14:02:36 2020 +0100

    gnu: guix: Remove reference to 'gnutls/fixed'.
    
    This is a followup to 3da1fc21a04822b08472566ca0c82a3693436335.
    
    * gnu/packages/package-management.scm (guix)[propagated-inputs]: Remove
    reference to 'gnutls/fixed'.
---
 gnu/packages/package-management.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 9e8f9df..a76fc49 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -405,7 +405,7 @@ $(prefix)/etc/init.d\n")))
 
          ("glibc-utf8-locales" ,glibc-utf8-locales)))
       (propagated-inputs
-       `(("gnutls" ,(if (%current-target-system) gnutls/fixed gnutls))
+       `(("gnutls" ,gnutls)
          ;; Avahi requires "glib" which doesn't cross-compile yet.
          ,@(if (%current-target-system)
                '()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]