mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: exercism: Don't install source.
* gnu/packages/education.scm (exercism)[arguments]: Set install-source? to #f.
This commit is contained in:
parent
19c0280ff7
commit
4bc71b4eee
1 changed files with 2 additions and 1 deletions
|
@ -1000,7 +1000,8 @@ (define-public exercism
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue