Skip to content

Commit abd2e68

Browse files
committed
fix(guix-bootstrap): disable final gawk tests
1 parent 091f865 commit abd2e68

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
--- guix-1.5.0/gnu/packages/commencement.scm
2+
+++ guix-1.5.0/gnu/packages/commencement.scm
3+
@@ -3571,6 +3571,10 @@
4+
("patch" ,patch/pinned)
5+
("findutils" ,findutils)
6+
("gawk" ,(package/inherit gawk
7+
+ (arguments
8+
+ (substitute-keyword-arguments
9+
+ (package-arguments gawk)
10+
+ ((#:tests? _ #f) #f)))
11+
(native-inputs
12+
(list (if (target-hurd?)
13+
glibc-utf8-locales-final/hurd

0 commit comments

Comments
 (0)