gnu: checkmake: Fix typo.
Fixes a regression introduced in
7a149c6003
.
* gnu/packages/check.scm (checkmake)[arguments]: Fix typo
for #:install-source?.
Change-Id: Iaec646632fb342a50d93ab0b1a09f073e06d59b7
This commit is contained in:
parent
7a149c6003
commit
edab591daa
@ -298,7 +298,7 @@ source code editors and IDEs.")
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:instal-source? #f
|
||||
#:install-source? #f
|
||||
#:import-path "github.com/mrtazz/checkmake"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
Loading…
Reference in New Issue
Block a user