GNU bug report logs - #60633
[PATCH] gnu: Add kiln.

Previous Next

Package: guix-patches;

Reported by: Nikolay Korotkiy <sikmir <at> disroot.org>

Date: Sat, 7 Jan 2023 18:33:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Nikolay Korotkiy via Guix-patches via <guix-patches <at> gnu.org>
Cc: Nikolay Korotkiy <sikmir <at> disroot.org>, 60633-done <at> debbugs.gnu.org
Subject: Re: [bug#60633] [PATCH] gnu: Add kiln.
Date: Fri, 10 Mar 2023 22:16:04 +0100
Hello,

Nikolay Korotkiy via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/web.scm (kiln): New variable.

Applied. Thank you.

> +    (arguments
> +     `(#:import-path "git.sr.ht/~adnano/kiln"

I used G-expressions.

> +       #:install-source? #f
> +       #:phases (modify-phases %standard-phases
> +                  (add-after 'install 'install-man
> +                    (lambda* (#:key outputs #:allow-other-keys)
> +                      (let* ((out (assoc-ref outputs "out"))
> +                             (man1 (string-append out "/share/man/man1")))
> +                        (system
> +                         "scdoc < src/git.sr.ht/~adnano/kiln/docs/kiln.1.scd > kiln.1")
> +                        (mkdir-p man1)
> +                        (install-file "kiln.1" man1)) #t)))))

I removed the trailing #T.

> +    (propagated-inputs (list go-github-com-google-shlex
> +                             go-github-com-pelletier-go-toml
> +                             go-gopkg-in-yaml-v3))
> +    (native-inputs (list scdoc))
> +    (home-page "https://kiln.adnano.co/")
> +    (synopsis "A simple static site generator")

I removed the article "A".

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 2 years and 125 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.