guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add one more missing module import.


From: guix-commits
Subject: branch master updated: gnu: Add one more missing module import.
Date: Thu, 30 Apr 2020 08:45:31 -0400

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e174231  gnu: Add one more missing module import.
e174231 is described below

commit e17423186323829dff925d2f0fdbd8f494206a6e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Apr 30 14:44:45 2020 +0200

    gnu: Add one more missing module import.
    
    This is a follow-up to commit 61fc72d3ac949d0c65690ee25bb1daf01f39bb42.
    
    * gnu/packages/backup.scm: Add missing import of (gnu packages protobuf).
---
 gnu/packages/backup.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 692795c..00986a3 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -65,6 +65,7 @@
   #:use-module (gnu packages pcre)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages protobuf)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-web)



reply via email to

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