1
0
Fork 0

Modify actual-server

master
Sudoer777's Guix Server 2024-05-20 20:23:17 -05:00 committed by Sudoer777's Guix Server
parent 8f42fa4c2b
commit 7e35b1b8ef
1 changed files with 1 additions and 1 deletions

View File

@ -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