mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: openboardview: Do not recursively clone source.
This is a follow up to commit ad85ca0977
.
* gnu/packages/electronics.scm (openboardview)
[source]<git-reference>: Delete the recursive? field.
This commit is contained in:
parent
0a5c2816ea
commit
7d136be00f
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue