diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-07-18 23:48:14 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-18 23:48:14 +0200 |
commit | 532b2d9a381e1b9dfeeb14795db630c23f6b0826 (patch) | |
tree | fd326314c6884bd054e9b704eb9016a73f4c6fd2 /gnu/packages/commencement.scm | |
parent | f186365aee5a894e3cc26fa64af573e264c38ff6 (diff) | |
download | guix-532b2d9a381e1b9dfeeb14795db630c23f6b0826.tar.gz |
gnu: sed, diffutils: Patch faulty Gnulib tests.
This is a followup to c823b958256ba1db6cf896400fae218e4261266e, fixing tests for sed and diffutils on armhf-linux. * gnu/packages/base.scm (sed)[source]: Add "coreutils-gnulib-tests.patch". (diffutils)[source]: Likewise. * gnu/packages/commencement.scm (diffutils-boot0)[source]: New field.
Diffstat (limited to 'gnu/packages/commencement.scm')
-rw-r--r-- | gnu/packages/commencement.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index fb028390a2..a04bb83c3d 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -2474,6 +2474,9 @@ exec " gcc "/bin/" program (package (inherit diffutils) (name "diffutils-boot0") + (source (origin + (inherit (package-source diffutils)) + (patches '()))) ;patches for tests unneeded here (native-inputs `()) (inputs `(("make" ,gnu-make-boot0) |