me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 2 deletions

View File

@ -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)