We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091f865 commit abd2e68Copy full SHA for abd2e68
1 file changed
steps-guix/guix-1.5.0/patches/disable-bootstrap-gawk-tests.patch
@@ -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