1
0
Fork 0

Change source dir

master
Sudoer777's Guix Server 2024-05-22 03:16:10 -05:00
parent 3b3735e2ce
commit 098f3847a6
No known key found for this signature in database
GPG Key ID: 030A38A3A5035E37
1 changed files with 1 additions and 1 deletions

View File

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