unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 60967@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#60967] [PATCH 3/3] gnu: vnstat: Build vnstati.
Date: Fri, 20 Jan 2023 16:51:21 +0000	[thread overview]
Message-ID: <26da96d877bca48ce0fdf16fd6116ee422350f43.1674233232.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1674233232.git.mirai@makinata.eu>

* gnu/packages/networking.scm (vnstat)[inputs]: Add gd.
---
 gnu/packages/networking.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0565d997b2..d0d915604f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -111,6 +111,7 @@ (define-module (gnu packages networking)
   #:use-module (gnu packages documentation)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages freedesktop)
+  #:use-module (gnu packages gd)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
@@ -4533,7 +4534,7 @@ (define-public vnstat
        (base32
         "09bx8mz9jdq94i0mpmjbc7dis0klvjx85lml5mp3d36dwm21gim9"))))
    (build-system gnu-build-system)
-   (inputs (list sqlite))
+   (inputs (list sqlite gd))
    (native-inputs (list pkg-config check))
    (arguments
     (list
-- 
2.38.1





  parent reply	other threads:[~2023-01-20 16:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-20 16:48 [bug#60967] [PATCH 0/3] Update vnstat to 2.10 and build vnstati Bruno Victal
2023-01-20 16:51 ` [bug#60967] [PATCH 1/3] gnu: vnstat: Update to 2.10 Bruno Victal
2023-01-20 16:51 ` [bug#60967] [PATCH 2/3] gnu: vnstat: Use G-Expressions Bruno Victal
2023-01-20 16:51 ` Bruno Victal [this message]
2023-02-01  8:48 ` bug#60967: [PATCH 0/3] Update vnstat to 2.10 and build vnstati Christopher Baines

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=26da96d877bca48ce0fdf16fd6116ee422350f43.1674233232.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=60967@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).