mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user