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