all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Tournier <zimon.toutoune@gmail.com>
To: 61078@debbugs.gnu.org
Cc: Simon Tournier <zimon.toutoune@gmail.com>
Subject: [bug#61078] [PATCH 2/4] gnu: Rename 'libnftnl/fixed' to 'libnftnl/pinned'.
Date: Thu, 26 Jan 2023 17:43:45 +0100	[thread overview]
Message-ID: <20230126164347.2462817-2-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20230126164347.2462817-1-zimon.toutoune@gmail.com>

* gnu/packages/linux.scm: Rename variable 'libnftnl/fixed' to
'libnftnl/pinned'.
(iptables)[native-inputs]: Replace 'libnftnl/fixed' with 'libnftnl/pinned'.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c90fbf396f..bcdf004350 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2848,7 +2848,7 @@ (define-public iptables
     (native-inputs
      (list pkg-config flex bison))
     (inputs
-     (list libmnl libnftnl/fixed))
+     (list libmnl libnftnl/pinned))
     (arguments
      (list #:tests? #f             ; no test suite
            #:configure-flags       ; add $libdir to the RUNPATH of executables
@@ -7656,7 +7656,7 @@ (define-public libnftnl
 
 ;; This is used in iptables, which contributes to rust.  We're pinning this
 ;; variant to avoid accidental rebuilds of rust.
-(define-public libnftnl/fixed
+(define-public libnftnl/pinned
   (package (inherit libnftnl)
     (version "1.2.0")
     (source
-- 
2.38.1





  reply	other threads:[~2023-01-26 16:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-26 16:42 [bug#61078] [PATCH 0/4] Rename '/fixed' by '/pinned' Simon Tournier
2023-01-26 16:43 ` [bug#61078] [PATCH 1/4] gnu: Rename 'git-minimal/fixed' to 'git-minimal/pinned' Simon Tournier
2023-01-26 16:43   ` Simon Tournier [this message]
2023-01-26 16:43   ` [bug#61078] [PATCH 3/4] gnu: Rename 'guile-3.0/fixed' to 'guile-3.0/pinned' Simon Tournier
2023-01-26 16:43   ` [bug#61078] [PATCH 4/4] gnu: Rename 'samba/fixed' to 'samba/pinned' Simon Tournier
2023-01-31 22:46   ` [bug#61078] [PATCH 0/4] Rename '/fixed' by '/pinned' Ludovic Courtès
2023-02-01  9:28     ` zimoun
2023-02-01  9:36 ` [bug#61078] [PATCH v2 1/4] gnu: Rename 'git-minimal/fixed' to 'git-minimal/pinned' Simon Tournier
2023-02-01  9:36   ` [bug#61078] [PATCH v2 2/4] gnu: Rename 'libnftnl/fixed' to 'libnftnl/pinned' Simon Tournier
2023-02-01  9:36   ` [bug#61078] [PATCH v2 3/4] gnu: Rename 'guile-3.0/fixed' to 'guile-3.0/pinned' Simon Tournier
2023-02-01  9:36   ` [bug#61078] [PATCH v2 4/4] gnu: Rename 'samba/fixed' to 'samba/pinned' Simon Tournier
2023-02-01 17:43   ` [bug#61078] [PATCH v2 1/4] gnu: Rename 'git-minimal/fixed' to 'git-minimal/pinned' Liliana Marie Prikler
2023-02-01 20:29     ` zimoun
2023-02-05  6:14       ` bug#61078: " Liliana Marie Prikler
2023-02-06 17:02         ` [bug#61078] " Simon Tournier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230126164347.2462817-2-zimon.toutoune@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=61078@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.