packages: disk: set #:install-source? to #f in lf arguments

main
Luis Guilherme Coelho 2024-11-12 20:22:48 -03:00
parent 31bc1db1f6
commit 48101fdb38
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 0 deletions

View File

@ -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))