GNU bug report logs - #50728
Update Pandoc (just on my machine)

Previous Next

Package: guix;

Reported by: vidak <at> riseup.net

Date: Wed, 22 Sep 2021 00:14:02 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50728: closed (Update Pandoc (just on my machine))
Date: Thu, 23 Sep 2021 12:58:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 23 Sep 2021 08:57:19 -0400
with message-id <87v92rjvps.fsf <at> gmail.com>
and subject line Re: bug#50728: Update Pandoc (just on my machine)
has caused the debbugs.gnu.org bug report #50728,
regarding Update Pandoc (just on my machine)
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50728: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50728
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: vidak <at> riseup.net
To: bug-guix <at> gnu.org
Subject: Update Pandoc (just on my machine)
Date: Tue, 21 Sep 2021 16:46:05 -0700
I know that there is this issue:

http://issues.guix.gnu.org/39798

And it was closed because Guix wants to stay with the LTS version of
Haskell.

But I need to use some features that come in later versions of pandoc.

A few of my static site generator projects break because I need features
that come after 2.7.x, which is the version that Guix packages.

Can someone explain to me how to package the latest pandoc just on my
own computer?

Thanks.

~vidak


[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: vidak <at> riseup.net
Cc: 50728-done <at> debbugs.gnu.org
Subject: Re: bug#50728: Update Pandoc (just on my machine)
Date: Thu, 23 Sep 2021 08:57:19 -0400
Hello,

vidak <at> riseup.net writes:

> I know that there is this issue:
>
> http://issues.guix.gnu.org/39798
>
> And it was closed because Guix wants to stay with the LTS version of
> Haskell.
>
> But I need to use some features that come in later versions of pandoc.
>
> A few of my static site generator projects break because I need features
> that come after 2.7.x, which is the version that Guix packages.
>
> Can someone explain to me how to package the latest pandoc just on my
> own computer?
>
> Thanks.

The first step is configuring a development setup as explained in "info
'(guix)Contributing" sections.

Then you'd want to update the version and source fields with the new
version details (guix hash -rx on the checkout or guix download
https://tarball-url) to retrieve the new hash.

Then you'd summarily review the new sources for important changes such
as a change to their licensing.  A Changelog or NEWS file can be helpful
to understand what has changed, if available.

Then you'd start iterating on building the new package with something
like:

$ ./pre-inst-env guix build pandoc

If it's your lucky day it'll build without any change; but if it's a
major update you might have to modify the inputs or even update them in
prior commits.

Good luck!

If you have further questions, please ask on the help-guix <at> gnu.org
mailing list.  I'll close this bug, as this tracker should remain focus
on actual bugs rather than update/packaging requests.

Thanks,

Maxim


This bug report was last modified 3 years and 233 days ago.

Previous Next


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