Modify actual-server
parent
8f42fa4c2b
commit
7e35b1b8ef
|
@ -15,7 +15,7 @@
|
||||||
(url "https://github.com/actualbudget/actual-server")
|
(url "https://github.com/actualbudget/actual-server")
|
||||||
(commit "master"))) ; Use the latest commit on master
|
(commit "master"))) ; Use the latest commit on master
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32 "PLACEHOLDER")))) ; Placeholder checksum
|
(sha256 #f))) ; Placeholder checksum
|
||||||
(build-system node-build-system)
|
(build-system node-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Disable tests for simplicity
|
`(#:tests? #f ; Disable tests for simplicity
|
||||||
|
|
Loading…
Reference in New Issue