packages: disk: set #:install-source? to #f in lf arguments
parent
31bc1db1f6
commit
48101fdb38
|
@ -29,6 +29,7 @@
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:go go-1.18
|
(list #:go go-1.18
|
||||||
|
#:install-source? #f
|
||||||
#:import-path import-path
|
#:import-path import-path
|
||||||
#:phases
|
#:phases
|
||||||
#~(let ((src (string-append "src/" #$import-path))
|
#~(let ((src (string-append "src/" #$import-path))
|
||||||
|
|
Loading…
Reference in New Issue