Fix build.scm blank
This commit is contained in:
parent
0a1f9be5a1
commit
2b120529c5
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ directory
|
||||||
|
|
||||||
;; Create tar.gz archive
|
;; Create tar.gz archive
|
||||||
(run-and-display-command "tar -czvf /actual-server/actual-server.tar.gz -C /actual-server-build .")
|
(run-and-display-command "tar -czvf /actual-server/actual-server.tar.gz -C /actual-server-build .")
|
||||||
port)))))))))
|
) port))))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("bash" ,bash)
|
`(("bash" ,bash)
|
||||||
|
|
Reference in a new issue