[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: exercism: Don't install source.
From: |
guix-commits |
Subject: |
branch master updated: gnu: exercism: Don't install source. |
Date: |
Sun, 28 Jun 2020 22:40:45 -0400 |
This is an automated email from the git hooks/post-receive script.
niedzejkob pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4bc71b4 gnu: exercism: Don't install source.
4bc71b4 is described below
commit 4bc71b4eee5b8a7bbeed30fa5562ae8509ab8df1
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Mon Jun 29 04:39:48 2020 +0200
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(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index cba061f..12e1b6f 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: exercism: Don't install source.,
guix-commits <=