guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nvi: Add missing includes.


From: guix-commits
Subject: branch master updated: gnu: nvi: Add missing includes.
Date: Tue, 27 Oct 2020 08:16:04 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f0c6093  gnu: nvi: Add missing includes.
f0c6093 is described below

commit f0c609323e583c075e1af4329d4d9d84befeba52
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Oct 27 13:15:19 2020 +0100

    gnu: nvi: Add missing includes.
    
    This is a follow-up of a01f32924423c45a0ffa50f6c1727be2a25ef75c.
    
    * gnu/packages/nvi.scm (nvi): Add missing includes.
---
 gnu/packages/nvi.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/nvi.scm b/gnu/packages/nvi.scm
index eea6093..b520b32 100644
--- a/gnu/packages/nvi.scm
+++ b/gnu/packages/nvi.scm
@@ -19,12 +19,14 @@
 
 (define-module (gnu packages nvi)
   #:use-module (gnu packages)
+  #:use-module (gnu packages autotools)
   #:use-module (gnu packages dbm)
   #:use-module (gnu packages ncurses)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix build-system gnu)
-  #:use-module (guix licenses))
+  #:use-module (guix licenses)
+  #:use-module (guix utils))
 
 (define-public nvi
   (package



reply via email to

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