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 @@ 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 a new issue