diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:06 +0200 |
commit | cb1bd6afcdc8ab6b8f7e626864d2d7253dcd737c (patch) | |
tree | e3280bcc77921ce60d592a802ada6cf4a014f455 /gnu | |
parent | 5e3cfe9f63716834ae68e8349ea28604b193fc4d (diff) |
gnu: dpkg: Run OpenPGP tests.
* gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/debian.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index 62bddede02..2056d8c6a5 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -400,6 +400,7 @@ other apt sources typically provided by open source developers.") `(("autoconf" ,autoconf) ("automake" ,automake) ("gettext" ,gettext-minimal) + ("gnupg" ,gnupg) ; to run t/Dpkg_OpenPGP.t ("libtool" ,libtool) ("pkg-config" ,pkg-config) ("perl-io-string" ,perl-io-string))) |