unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Dimakakos Dimos <bendersteed@teknik.io>, 36750-done@debbugs.gnu.org
Subject: bug#36750: [PATCH] gnu: Add emacs-ox-hugo.
Date: Thu, 08 Aug 2019 20:20:49 +0200	[thread overview]
Message-ID: <87ef1vikn2.fsf@devup.no> (raw)
In-Reply-To: <20190721182234.12071-1-bendersteed@teknik.io>

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

Dimakakos Dimos via Guix-patches <guix-patches@gnu.org> writes:

> gnu/packages/emacs-xyz.scm (emacs-ox-hugo): New variable

[...]

> +(define-public emacs-ox-hugo
> +  (package
> +    (name "emacs-ox-hugo")
> +    (version "v0.8")

I moved the "v" out of the version field and added it in the source URI
below.

> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/kaushalmodi/ox-hugo.git")
> +             (commit version)))
> +       (file-name (git-file-name name version))
> +       (sha256
> +	(base32
> +         "11h464cyc28ld0b0zridgm4drydc1qjxbm1y24zrwlkyqqjk6yr7"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs `(("emacs-org" ,emacs-org)))

I also removed propagation here, because users might want to use this
with custom Org packages.  Let me know if this was a mistake :-)

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      reply	other threads:[~2019-08-08 18:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-21 18:22 [bug#36750] [PATCH] gnu: Add emacs-ox-hugo Dimakakos Dimos via Guix-patches
2019-08-08 18:20 ` Marius Bakke [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ef1vikn2.fsf@devup.no \
    --to=mbakke@fastmail.com \
    --cc=36750-done@debbugs.gnu.org \
    --cc=bendersteed@teknik.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).