<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/gnupg.scm, branch tex-team</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: libgpg-error: Remove gettext-minimal input.</title>
<updated>2026-08-28T14:40:53+00:00</updated>
<author>
<name>Yelninei</name>
<email>yelninei@tutamail.com</email>
</author>
<published>2026-08-22T17:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=eb338bb0b10c8c96622c13938dddbe02b37d0e8e'/>
<id>eb338bb0b10c8c96622c13938dddbe02b37d0e8e</id>
<content type='text'>
Not needed when building from the tarball.

* gnu/packages/gnupg.scm (libgpg-error)[native-inputs]: Remove gettext-minimal.

Merges: guix/guix!10722
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not needed when building from the tarball.

* gnu/packages/gnupg.scm (libgpg-error)[native-inputs]: Remove gettext-minimal.

Merges: guix/guix!10722
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "gnu: libgcrypt: Use git repository."</title>
<updated>2026-08-28T14:40:53+00:00</updated>
<author>
<name>Yelninei</name>
<email>yelninei@tutamail.com</email>
</author>
<published>2026-08-22T09:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d8ae8fa7c71f7b356dd2d46c5207deb0412203ff'/>
<id>d8ae8fa7c71f7b356dd2d46c5207deb0412203ff</id>
<content type='text'>
libgcrypt needs the git information to bootstrap autotools.

This reverts commit 9bbe3b2d68104f65b5003f9c0d24ee78b5fa3573.

Fixes: guix/guix#10721
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libgcrypt needs the git information to bootstrap autotools.

This reverts commit 9bbe3b2d68104f65b5003f9c0d24ee78b5fa3573.

Fixes: guix/guix#10721
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "gnu: libgpg-error: Use git repository."</title>
<updated>2026-08-28T14:40:53+00:00</updated>
<author>
<name>Yelninei</name>
<email>yelninei@tutamail.com</email>
</author>
<published>2026-08-22T09:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a5c1917ea69d7ca4df151d1840133537fdffd667'/>
<id>a5c1917ea69d7ca4df151d1840133537fdffd667</id>
<content type='text'>
libgpg-error needs the git information to bootstrap autotools.

This reverts commit 1b19586c07b586d6fb8b3ead00153fbeb882faf8.

Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libgpg-error needs the git information to bootstrap autotools.

This reverts commit 1b19586c07b586d6fb8b3ead00153fbeb882faf8.

Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: gnupg: Fix cross build.</title>
<updated>2026-08-28T14:40:53+00:00</updated>
<author>
<name>Yelninei</name>
<email>yelninei@tutamail.com</email>
</author>
<published>2026-08-20T18:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=63f46189342754a0405eba0e002ce38b391e6dec'/>
<id>63f46189342754a0405eba0e002ce38b391e6dec</id>
<content type='text'>
* gnu/packages/gnupg.scm (gnupg)[arguments]&lt;#:phases&gt;: Set path to gprt_config.
[native-inputs]: Add libgpg-error.

Merges: guix/guix!10687
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/gnupg.scm (gnupg)[arguments]&lt;#:phases&gt;: Set path to gprt_config.
[native-inputs]: Add libgpg-error.

Merges: guix/guix!10687
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: gnupg: Fix build on the Hurd.</title>
<updated>2026-08-28T14:40:53+00:00</updated>
<author>
<name>Yelninei</name>
<email>yelninei@tutamail.com</email>
</author>
<published>2026-08-20T18:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a91a84034a5d6778af84cf433077bcc461b6f4f1'/>
<id>a91a84034a5d6778af84cf433077bcc461b6f4f1</id>
<content type='text'>
* gnu/packages/gnupg.scm (gnupg)[inputs]: Make pcsc-lite conditional.
[arguments]&lt;#:phases&gt;: Allow 'patch-paths to fail to find lib pcsclite.so.

Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/gnupg.scm (gnupg)[inputs]: Make pcsc-lite conditional.
[arguments]&lt;#:phases&gt;: Allow 'patch-paths to fail to find lib pcsclite.so.

Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: gnupg: Simplify gexp logic.</title>
<updated>2026-08-28T14:40:53+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-18T13:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ac4f45cfbca8235fee17e74c5b9635c7f369800a'/>
<id>ac4f45cfbca8235fee17e74c5b9635c7f369800a</id>
<content type='text'>
* gnu/packages/gnupg.scm (gnupg)[arguments]&lt;#:configure-flags&gt;: Use pure
gexp instead of mixture with standard (un-)quotes.

Merges: guix/guix!10645
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/gnupg.scm (gnupg)[arguments]&lt;#:configure-flags&gt;: Use pure
gexp instead of mixture with standard (un-)quotes.

Merges: guix/guix!10645
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: gnupg: Update to 2.5.21.</title>
<updated>2026-08-28T14:40:53+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-18T12:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=668c8e6b2275084fd9c3f00bcf63f0ca48f4ea6f'/>
<id>668c8e6b2275084fd9c3f00bcf63f0ca48f4ea6f</id>
<content type='text'>
* gnu/packages/gnupg.scm (gnupg): Update to 2.5.21 and remove outdated
comment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/gnupg.scm (gnupg): Update to 2.5.21 and remove outdated
comment.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: gnupg: Revert to using tarballs as source.</title>
<updated>2026-08-28T14:40:53+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-18T11:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=844e314a0b21ff0d08618d0cf1b1c84daabf7e6d'/>
<id>844e314a0b21ff0d08618d0cf1b1c84daabf7e6d</id>
<content type='text'>
This effectively reverts commits b6e750acb81debe75c5b844bcb80751a51f5bebc
and 397c4847e3a1108cd7afebc4ff5524ca054ee4bd .

* gnu/packages/gnupg.scm (gnupg): Copy-paste the package definition of
commit e660026a1625db74f844bbd96a6681ca0fe922b3 .

Fixes: guix/guix#10622
Fixes: guix/guix#10773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This effectively reverts commits b6e750acb81debe75c5b844bcb80751a51f5bebc
and 397c4847e3a1108cd7afebc4ff5524ca054ee4bd .

* gnu/packages/gnupg.scm (gnupg): Copy-paste the package definition of
commit e660026a1625db74f844bbd96a6681ca0fe922b3 .

Fixes: guix/guix#10622
Fixes: guix/guix#10773
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove gnupg-1.</title>
<updated>2026-08-24T09:55:46+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-03T16:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=938b635d2a2c23998d8a84e900e49e283262c83c'/>
<id>938b635d2a2c23998d8a84e900e49e283262c83c</id>
<content type='text'>
* gnu/packages/gnupg.scm (gnupg-1): Delete variable.
* gnu/packages/patches/gnupg-1-build-with-gcc10.patch: Remove file.
* gnu/packages/gnupg.scm (dist_patch_DATA): Unregister file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/gnupg.scm (gnupg-1): Delete variable.
* gnu/packages/patches/gnupg-1-build-with-gcc10.patch: Remove file.
* gnu/packages/gnupg.scm (dist_patch_DATA): Unregister file.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: libgcrypt: Remove native version of libgpg-error.</title>
<updated>2026-08-18T13:58:22+00:00</updated>
<author>
<name>Josselin Poiret</name>
<email>dev@jpoiret.xyz</email>
</author>
<published>2026-08-17T15:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3237cbe981d54dca3501704aaed5434e87fb0554'/>
<id>3237cbe981d54dca3501704aaed5434e87fb0554</id>
<content type='text'>
* gnu/packages/gnupg.scm (libgcrypt)[native-inputs]: Remove libgpg-error,
as we do not need a native one here and it interferes with the target
configuration.

Fixes: guix/guix#10623
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/gnupg.scm (libgcrypt)[native-inputs]: Remove libgpg-error,
as we do not need a native one here and it interferes with the target
configuration.

Fixes: guix/guix#10623
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
</feed>
