gnu: exercism: Don't install source.
* gnu/packages/education.scm (exercism)[arguments]: Set install-source? to #f.
parent
19c0280ff7
commit
4bc71b4eee
|
@ -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)
|
||||
|
|
Reference in New Issue