guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: openboardview: Do not recursively clone source.


From: guix-commits
Subject: 01/02: gnu: openboardview: Do not recursively clone source.
Date: Mon, 28 Mar 2022 13:56:39 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 7d136be00f5db191bf8450e977bb6fcb386e5dd8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Mar 27 20:47:57 2022 -0400

    gnu: openboardview: Do not recursively clone source.
    
    This is a follow up to commit ad85ca09777052426e801788032beb7592f0f21a.
    
    * gnu/packages/electronics.scm (openboardview)
    [source]<git-reference>: Delete the recursive? field.
---
 gnu/packages/electronics.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index ab72c36563..6e303f3fdc 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -257,8 +257,7 @@ supported devices, as well as input/output file format 
support.")
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/OpenBoardView/OpenBoardView";)
-                    (commit version)
-                    (recursive? #t)))   ;for the "src/imgui" submodule
+                    (commit version)))
               (file-name (git-file-name name version))
               (modules '((ice-9 ftw)
                          (srfi srfi-26)



reply via email to

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