unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 52788@debbugs.gnu.org
Subject: bug#52788: static networking: Support pointopoint/peer
Date: Wed, 12 Jan 2022 23:10:58 +0100	[thread overview]
Message-ID: <d8cc2e48-ce9b-9f02-94fc-80c904da6e2f@web.de> (raw)
In-Reply-To: <575f2e6a-8772-a5ec-4ef7-b5701e3bff13@web.de>


Thanks for the fast implementation in guile-netlink! Didn't know how to
use `--with-latest=guile-netlink` in that context so I updated the package:

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm

index 74567830e6..dcb1041136 100644

--- a/gnu/packages/guile-xyz.scm

+++ b/gnu/packages/guile-xyz.scm

@@ -4602,37 +4602,39 @@ (define-public guile-fslib

      (license license:agpl3+)))



  (define-public guile-netlink

-  (package

-    (name "guile-netlink")

-    (version "1.1.1")

-    (source

-     (origin

-       (method git-fetch)

-       (uri (git-reference

-              (url "https://git.lepiller.eu/git/guile-netlink")

-              (commit version)))

-       (file-name (git-file-name name version))

-       (sha256

-        (base32

-         "0jcl6mzqy04if5drflmygmggbgzsxa42mlmskqb3cfqmksq0zj0y"))))

-    (build-system gnu-build-system)

-    (inputs

-     (list guile-3.0))

-    (native-inputs

-     (list automake

-           autoconf

-           pkg-config

-           guile-3.0 ;for 'guild compile' + guile.m4

-           texinfo))

-    (home-page "https://git.lepiller.eu/guile-netlink")

-    (synopsis "Netlink protocol implementation for Guile")

-    (description "Guile Netlink is a GNU Guile library providing an
implementation

+  (let ((commit "b7aa2be9476e0f1b6cc4a7b22ba070c6411cb0ae")

+        (revision "1"))

+    (package

+      (name "guile-netlink")

+      (version (git-version "1.1.1" revision commit))

+      (source

+       (origin

+         (method git-fetch)

+         (uri (git-reference

+                (url "https://git.lepiller.eu/git/guile-netlink")

+                (commit commit)))

+         (file-name (git-file-name name version))

+         (sha256

+          (base32

+           "03f9ads2qj3lj8frlg3pmh0nx4qikqpkhy0fvfy12qivlrfdbvcm"))))

+      (build-system gnu-build-system)

+      (inputs

+       (list guile-3.0))

+      (native-inputs

+       (list automake

+             autoconf

+             pkg-config

+             guile-3.0 ;for 'guild compile' + guile.m4

+             texinfo))

+      (home-page "https://git.lepiller.eu/guile-netlink")

+      (synopsis "Netlink protocol implementation for Guile")

+      (description "Guile Netlink is a GNU Guile library providing an
implementation

  of the netlink protocol.



  It provides a generic library for writing implementations of a netlink

  protocol, a low-level rtnetlink implementation that uses that library
and a

  high-level API for network management that uses rtnetlink.")

-    (license license:gpl3+)))

+      (license license:gpl3+))))



  (define-public guile-gitlab

    (package


That was the easy part. The part in gnu/services/base.scm seems to be a
bit over my Guile/gexp skills. And I couldn't find a proper source to
copy-and-paste-and-adapt :P




      parent reply	other threads:[~2022-01-12 22:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-25 13:03 bug#52788: static networking: Support pointopoint/peer Jonathan Brielmaier
2021-12-25 16:05 ` Julien Lepiller
2022-01-30 17:53   ` Ludovic Courtès
2022-01-30 20:08     ` Julien Lepiller
2022-01-12 22:10 ` Jonathan Brielmaier [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=d8cc2e48-ce9b-9f02-94fc-80c904da6e2f@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=52788@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).