[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60609] [PATCH] gnu: git-annex: Patch 'git-annex webapp' to use hard
From: |
Simon Tournier |
Subject: |
[bug#60609] [PATCH] gnu: git-annex: Patch 'git-annex webapp' to use hardcoded xdg-open. |
Date: |
Thu, 12 Jan 2023 15:39:36 +0100 |
Hi,
On ven., 06 janv. 2023 at 16:30, "Thompson, David" <dthompson2@worcester.edu>
wrote:
> * gnu/packages/haskell-apps.scm (git-annex)[arguments]: Add 'patch-webapp'
> phase.
> [inputs]: Add xdg-utils.
This adds 130MB to the closure. Well, it is only 5.5% of the complete
closure but that’s not nothing either. :-)
Maybe it could be worth to split this large package; either
git-annex-minimal and git-annex, or two outputs. Because, we build it
using this:
`(#:configure-flags
'("--flags=-Android -Webapp")
when I do not use the Webapp, for instance. :-)
Cheers,
simon