unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sarah Morgensen <iskarian@mgsn.dev>
To: 50495@debbugs.gnu.org
Subject: [bug#50495] [PATCH 1/4] gnu: go-github-com-keybase-go-ps: Patch for go@1.17.
Date: Thu,  9 Sep 2021 17:50:07 -0700	[thread overview]
Message-ID: <ee9ec2d42f0c8d52c0b1a516461386597f8ab55e.1631234078.git.iskarian@mgsn.dev> (raw)
In-Reply-To: <cover.1631234078.git.iskarian@mgsn.dev>

* gnu/packages/golang.scm (go-github-com-keybase-go-ps)[arguments]
<#:phases>{fix-tests}: Remove extraneous build line to appease go@1.17.
---
 gnu/packages/golang.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2dfd47d396..4577c49cba 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1597,7 +1597,9 @@ (define-public go-github-com-keybase-go-ps
                  (("/bin/sleep" command)
                   (string-append
                    (assoc-ref (or native-inputs inputs) "coreutils")
-                   command))))))))
+                   command)))
+               (substitute* "src/github.com/keybase/go-ps/process_openbsd.go"
+                 (("^// \\+build ignore") "")))))))
       (native-inputs
        `(("coreutils" ,coreutils)
          ("go-github-com-stretchr-testify"
-- 
2.33.0





  reply	other threads:[~2021-09-10  0:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-10  0:47 [bug#50495] [PATCH 0/4] gnu: Fix some builds with go@1.17 Sarah Morgensen
2021-09-10  0:50 ` Sarah Morgensen [this message]
2021-09-10  0:50 ` [bug#50495] [PATCH 2/4] gnu: go-github-com-sevlyar-go-daemon: Fix tests for go@1.17 Sarah Morgensen
2021-09-10  0:50 ` [bug#50495] [PATCH 3/4] gnu: go-github-com-urfave-cli: Fix tests with go@1.17 Sarah Morgensen
2021-09-10  0:50 ` [bug#50495] [PATCH 4/4] gnu: go-github-com-urfave-cli-v2: " Sarah Morgensen
2021-09-10  1:41 ` [bug#50495] [PATCH 0/4] gnu: Fix some builds " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ee9ec2d42f0c8d52c0b1a516461386597f8ab55e.1631234078.git.iskarian@mgsn.dev \
    --to=iskarian@mgsn.dev \
    --cc=50495@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).