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.
master
parent
0a5c2816ea
commit
7d136be00f
|
@ -257,8 +257,7 @@ supported devices, as well as input/output file format support.")
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/OpenBoardView/OpenBoardView")
|
(url "https://github.com/OpenBoardView/OpenBoardView")
|
||||||
(commit version)
|
(commit version)))
|
||||||
(recursive? #t))) ;for the "src/imgui" submodule
|
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(modules '((ice-9 ftw)
|
(modules '((ice-9 ftw)
|
||||||
(srfi srfi-26)
|
(srfi srfi-26)
|
||||||
|
|
Reference in New Issue