snow-fort-guix-channel/packages/snow-postgresql-misc-socket...

6 lines
750 B
Scheme
Raw Normal View History

2024-10-06 09:33:19 -04:00
(define-module (snow-postgresql-misc-socket) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-postgresql-misc-socket (package (name "snow-postgresql-misc-socket") (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-misc-socket