diff options
| author | Bonard Timmons <bt3@sdf.org> | 2026-07-06 20:48:08 -0400 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-07-15 12:28:18 -0700 |
| commit | 4ee6deaf8ef81faf9520131cb514914c09034802 (patch) | |
| tree | abda3eb651090a8446f19bfd08d1ebb742bc2863 /gnu/packages/debian.scm | |
| parent | 40cfe778546186855d90f189e73e544761cf13c3 (diff) | |
gnu: debianutils: Add bash-minimal for cross builds.
* gnu/packages/debian.scm
(debianutils)[inputs]{bash-minimal}: New input when cross-compiling.
Change-Id: I3cb77dd3d2a401a7a93436b6a11c5655d304617f
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/debian.scm')
| -rw-r--r-- | gnu/packages/debian.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index fe341a1afa6..741e904ca1a 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm | |||
| @@ -606,6 +606,8 @@ unpacking them into a directory which can eventually be chrooted into.") | |||
| 606 | (base32 | 606 | (base32 |
| 607 | "0hw407fm5ylsf28b0vrwz7rm2r2rsgfwzajbkbn6n2b6kqhdjyy9")))) | 607 | "0hw407fm5ylsf28b0vrwz7rm2r2rsgfwzajbkbn6n2b6kqhdjyy9")))) |
| 608 | (build-system gnu-build-system) | 608 | (build-system gnu-build-system) |
| 609 | (inputs (if (%current-target-system) (list bash-minimal) | ||
| 610 | '())) | ||
| 609 | (native-inputs | 611 | (native-inputs |
| 610 | (list autoconf automake gettext-minimal po4a-minimal)) | 612 | (list autoconf automake gettext-minimal po4a-minimal)) |
| 611 | (home-page "https://packages.debian.org/unstable/debianutils") | 613 | (home-page "https://packages.debian.org/unstable/debianutils") |
