From: Skyler Ferris via Guix-patches via <guix-patches@gnu.org>
To: 70001@debbugs.gnu.org
Cc: Skyler Ferris <skyvine@protonmail.com>
Subject: [bug#70001] [PATCH] gnu: reprotest: Add missing propogated inputs
Date: Mon, 25 Mar 2024 19:16:14 +0000 [thread overview]
Message-ID: <896f9b471c98c4cbba81bd02b961860421e84b1a.1711393455.git.skyvine@protonmail.com> (raw)
In-Reply-To: <7893aa6e-886b-4e74-999f-886a8ea0166b@protonmail.com>
From: Skyler Ferris <skyvine@protonmail.com>
* gnu/packages/diffoscope.scm (reprotest): Add bash, coreutils,
diffoscope, disorderfs, findutils, grep, inetutils, libfaketime,
and util-linux as propagated inputs.
Change-Id: Ibc113558032697be9048bebe54ba7678156667b9
---
gnu/packages/diffoscope.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 52f615f2cf..b87ed74874 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -29,12 +29,14 @@ (define-module (gnu packages diffoscope)
#:use-module (gnu packages android)
#:use-module (gnu packages backup)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages bootloaders)
#:use-module (gnu packages cdrom)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpio)
#:use-module (gnu packages dbm)
+ #:use-module (gnu packages file-systems)
#:use-module (gnu packages gettext)
#:use-module (gnu packages ghostscript)
#:use-module (gnu packages gnome)
@@ -258,6 +260,18 @@ (define-public reprotest
(base32 "1992wlkil07fmj64lw3i7l16dgkkzphz0f932hbkkj9rlcamdwxd"))))
(inputs
(list python-debian python-distro python-libarchive-c python-rstr))
+ (propagated-inputs
+ (list
+ bash ; the python code sets up shell scripts to be executed
+ coreutils ; tests: locale, exec_path, home ("env")
+ diffoscope ; used to display diffs when builds are not reproducible
+ disorderfs ; test: fileordering, but fuse-2 and sudo must be installed as
+ ; setuid programs as well.
+ findutils ; __init__ uses "find" to get the hash of multiple files
+ grep ; tests: kernel
+ inetutils ; tests: domain_host ("hostname")
+ libfaketime ; tests: time
+ util-linux)) ; tests: num_cpus ("taskset")
(native-inputs
`(("diffoscope" ,diffoscope)
("help2man" ,help2man)
base-commit: 76a3414a1bc500626a9feca013673f994eb51a34
--
2.41.0
next prev parent reply other threads:[~2024-03-25 19:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-25 19:12 [bug#70001] [PATCH] gnu: reprotest: Add missing propogated inputs Skyler Ferris via Guix-patches via
2024-03-25 19:16 ` Skyler Ferris via Guix-patches via [this message]
2024-03-26 6:02 ` Vagrant Cascadian
2024-03-26 19:57 ` Skyler Ferris via Guix-patches via
2024-03-26 20:06 ` Skyler Ferris via Guix-patches via
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=896f9b471c98c4cbba81bd02b961860421e84b1a.1711393455.git.skyvine@protonmail.com \
--to=guix-patches@gnu.org \
--cc=70001@debbugs.gnu.org \
--cc=skyvine@protonmail.com \
/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).