From 4bc71b4eee5b8a7bbeed30fa5562ae8509ab8df1 Mon Sep 17 00:00:00 2001 From: Jakub Kądziołka Date: Mon, 29 Jun 2020 04:39:48 +0200 Subject: gnu: exercism: Don't install source. * gnu/packages/education.scm (exercism)[arguments]: Set install-source? to #f. --- gnu/packages/education.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/education.scm') diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index cba061f195..12e1b6f0a0 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -1000,7 +1000,8 @@ machine, and more.") (build-system go-build-system) (arguments `(#:import-path "github.com/exercism/cli/exercism" - #:unpack-path "github.com/exercism/cli")) + #:unpack-path "github.com/exercism/cli" + #:install-source? #f)) (inputs `(("github.com/blang/semver" ,go-github-com-blang-semver) ("github.com/spf13/cobra" ,go-github-com-spf13-cobra) -- cgit v1.2.3