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:
Ludovic Courtès 2024-08-21 18:54:04 +02:00
parent 7a149c6003
commit edab591daa
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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