(define-module (snow-chibi-net-dns) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-chibi-net-dns (package (name "snow-chibi-net-dns") (version "0.2") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/gmail.com/alexshinn/chibi/net/dns/0.2/chibi-net-dns-0.2.tgz") (hash (base32 "02hylhyg30jivmznyfvgclgqrv75zsfwwq07c03r33hnh2ipvw7i")))) (build-system copy-build-system) (arguments (list #:install-plan '(("chibi/" "share/snow/chibi/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license non-copyleft))) snow-chibi-net-dns