payroll-import/manifest.scm
Ben Sturmfels 23cc4657ee
Make CSV file an argument, handle blank amounts and add non-zero PFML warning
Was producing an error due to new PFML field with blank amounts.
2026-02-13 13:36:15 +11:00

12 lines
362 B
Scheme

;; Guix manifest
;;
;; If you're running GNU Guix, this file describes the dependencies necessary to
;; develop/build the program. Use it with `guix shell --manifest=manifest.scm`.
(specifications->manifest
(list
;; No issues running this OpenJDK 21 program on Debian Stable (OpenJDK 17).
"openjdk@21:jdk"
"clojure-tools"
"clj-kondo"
"beancount"
))