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