mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix(guix-bootstrap): disable final gawk tests
This commit is contained in:
parent
091f86550e
commit
abd2e687ae
1 changed files with 13 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
--- guix-1.5.0/gnu/packages/commencement.scm
|
||||
+++ guix-1.5.0/gnu/packages/commencement.scm
|
||||
@@ -3571,6 +3571,10 @@
|
||||
("patch" ,patch/pinned)
|
||||
("findutils" ,findutils)
|
||||
("gawk" ,(package/inherit gawk
|
||||
+ (arguments
|
||||
+ (substitute-keyword-arguments
|
||||
+ (package-arguments gawk)
|
||||
+ ((#:tests? _ #f) #f)))
|
||||
(native-inputs
|
||||
(list (if (target-hurd?)
|
||||
glibc-utf8-locales-final/hurd
|
||||
Loading…
Add table
Add a link
Reference in a new issue