Archived
1
0
Fork 0

Change source dir

This commit is contained in:
Sudoer777's Guix Server 2024-05-22 03:16:10 -05:00
parent 3b3735e2ce
commit 098f3847a6
Signed by untrusted user who does not match committer: me
GPG key ID: 030A38A3A5035E37

View file

@ -32,7 +32,7 @@
(add-after 'unpack 'store-source
(lambda* (#:key outputs #:allow-other-keys)
(let ((source-dir (assoc-ref outputs "out")))
(copy-recursively "." (string-append source-dir "/source"))
(copy-recursively "." (string-append source-dir "/src"))
#t))))))
(home-page "https://github.com/actualbudget/actual-server")
(synopsis "Actual server for budget management")