(define-module (snow-postgresql-conditions) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-postgresql-conditions (package (name "snow-postgresql-conditions") (version "17.09.26") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/ymail.com/ktakashi/postgresql/17.09.26/postgresql-17.09.26.tgz") (hash (base32 "1ld0dc389psx8bccf6dqr8kdr53a64ivsiqs6h6fy0mf86q01n6n")))) (build-system copy-build-system) (arguments (list #:install-plan '(("postgresql/" "share/snow/postgresql/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain))) snow-postgresql-conditions