all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Lemmer Webber <cwebber@dustycloud.org>
Cc: 44425@debbugs.gnu.org
Subject: [bug#44425] [PATCH 2/3] gnu: Add ghc-network-multicast.
Date: Tue, 03 Nov 2020 17:10:00 -0500	[thread overview]
Message-ID: <87pn4u853b.fsf@dustycloud.org> (raw)
In-Reply-To: <87sg9q8542.fsf@dustycloud.org>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0003-git-annex-Enable-pairing-and-assistant-features.patch --]
[-- Type: text/x-patch, Size: 1858 bytes --]

From db08ffd29e48961c1192be623b13ff272c87e5c5 Mon Sep 17 00:00:00 2001
From: Christopher Lemmer Webber <cwebber@dustycloud.org>
Date: Tue, 3 Nov 2020 17:04:09 -0500
Subject: [PATCH 3/3] git-annex: Enable pairing and assistant features.

* gnu/packages/haskell-apps.scm (git-annex): Add appropriate
  dependencies and adjust flags to enable "assistant" and "pairing"
  features.
---
 gnu/packages/haskell-apps.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 1de8b040f1..da1bd2128c 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -350,7 +350,7 @@ to @code{cabal repl}).")
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags
-       '("--flags=-Android -Assistant -Pairing -Webapp")
+       '("--flags=-Android -Webapp")
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'patch-shell-for-tests
@@ -457,6 +457,7 @@ to @code{cabal repl}).")
        ("ghc-feed" ,ghc-feed)
        ("ghc-filepath-bytestring" ,ghc-filepath-bytestring)
        ("ghc-free" ,ghc-free)
+       ("ghc-hinotify" ,ghc-hinotify)
        ("ghc-hslogger" ,ghc-hslogger)
        ("ghc-http-client" ,ghc-http-client)
        ("ghc-http-conduit" ,ghc-http-conduit)
@@ -466,7 +467,10 @@ to @code{cabal repl}).")
        ("ghc-memory" ,ghc-memory)
        ("ghc-monad-control" ,ghc-monad-control)
        ("ghc-monad-logger" ,ghc-monad-logger)
+       ("ghc-mountpoints" ,ghc-mountpoints)
        ("ghc-network" ,ghc-network)
+       ("ghc-network-info" ,ghc-network-info)
+       ("ghc-network-multicast" ,ghc-network-multicast)
        ("ghc-old-locale" ,ghc-old-locale)
        ("ghc-optparse-applicative" ,ghc-optparse-applicative)
        ("ghc-persistent" ,ghc-persistent)
-- 
2.29.1





  reply	other threads:[~2020-11-03 22:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-03 19:24 [bug#44425] Add git-annex assistant and dependencies Christopher Lemmer Webber
2020-11-03 19:33 ` Christopher Lemmer Webber
2020-11-03 22:08   ` [bug#44425] [PATCH 1/3] gnu: Add ghc-mountpoints Christopher Lemmer Webber
2020-11-03 22:09     ` [bug#44425] [PATCH 2/3] gnu: Add ghc-network-multicast Christopher Lemmer Webber
2020-11-03 22:10       ` Christopher Lemmer Webber [this message]
2020-11-03 22:19         ` [bug#44426] That last one had the wrong subject, was for git-annex Christopher Lemmer Webber
     [not found]           ` <handler.44426.B.16044420125364.ack@debbugs.gnu.org>
2020-11-03 23:33             ` bug#44426: Acknowledgement (That last one had the wrong subject, was for git-annex) Christopher Lemmer Webber
2020-11-04  4:41     ` [bug#44425] [PATCH 1/3] gnu: Add ghc-mountpoints Timothy Sample
2020-11-04 16:03       ` Christopher Lemmer Webber
2020-11-04 17:12   ` bug#44425: Add git-annex assistant and dependencies Christopher Lemmer Webber

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

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

  git send-email \
    --in-reply-to=87pn4u853b.fsf@dustycloud.org \
    --to=cwebber@dustycloud.org \
    --cc=44425@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.