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:
Maxim Cournoyer 2022-03-27 20:47:57 -04:00
parent 0a5c2816ea
commit 7d136be00f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -257,8 +257,7 @@ (define-public openboardview
(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)