payroll-import/manifest.scm

14 lines
375 B
Scheme
Raw Normal View History

;; 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 Bookworm (OpenJDK 17).
"openjdk@21:jdk"
"clojure-tools"
"rlwrap"
"clj-kondo"
"beancount"
))