guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add missing module import.


From: guix-commits
Subject: branch master updated: gnu: Add missing module import.
Date: Thu, 30 Apr 2020 08:42:43 -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 4ac3996  gnu: Add missing module import.
4ac3996 is described below

commit 4ac399603616b1fa5e2639ba2c587219f366ef6e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Apr 30 14:41:53 2020 +0200

    gnu: Add missing module import.
    
    This is a follow-up to commit 61fc72d3ac949d0c65690ee25bb1daf01f39bb42.
    
    * gnu/packages/backup.scm: Add missing import of (guix build-system cmake).
---
 gnu/packages/backup.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 23860ec..692795c 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2017 Rutger Helling <address@hidden>
 ;;; Copyright © 2018 Mark H Weaver <address@hidden>
 ;;; Copyright © 2018 Oleg Pykhalov <address@hidden>
-;;; Copyright © 2018, 2019 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2019 Alex Vong <address@hidden>
 ;;; Copyright © 2019 Marius Bakke <address@hidden>
 ;;; Copyright © 2020 Nicolas Goaziou <address@hidden>
@@ -37,6 +37,7 @@
   #:use-module (guix git-download)
   #:use-module (guix download)
   #:use-module (guix utils)
+  #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system go)
   #:use-module (guix build-system python)



reply via email to

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