Change source dir
parent
3b3735e2ce
commit
098f3847a6
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue