diff mbox series

[bug#46653] Make some changes to Profanity stuff (v4)

Message ID 1c4c1c15-9230-1991-78d6-1fbbc322ebd5@raghavgururajan.name
State Accepted
Headers show
Series [bug#46653] Make some changes to Profanity stuff (v4) | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Raghav Gururajan Feb. 23, 2021, 8:01 p.m. UTC
Hi Leo!

> Great, now re-order them again so that no patch causes a rebuild of a
> formerly patched package.

Done in v4.

>> That would be 3 tests.
> 3 of how many?  And how many on the other package?
Tests are now fixed in v4, with the help of Tobias.

Regards,
RG.

Comments

Leo Prikler Feb. 24, 2021, 12:02 a.m. UTC | #1
Hi Raghav,

Am Dienstag, den 23.02.2021, 15:01 -0500 schrieb Raghav Gururajan:
> Hi Leo!
> 
> > Great, now re-order them again so that no patch causes a rebuild of
> > a
> > formerly patched package.
> 
> Done in v4.
> 
> > > That would be 3 tests.
> > 3 of how many?  And how many on the other package?
> Tests are now fixed in v4, with the help of Tobias.
Thanks!  Pushed with some cosmetic changes.

Regards,
Leo
diff mbox series

Patch

From 90d6f7db7fdfadfb5ebc546702fe0c1a468bc92e Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <rg@raghavgururajan.name>
Date: Fri, 19 Feb 2021 20:28:57 -0500
Subject: [PATCH 6/6] gnu: profanity: Disable static libraries.

* gnu/packages/messaging.scm (profanity) [arguments]<#:configure-flag>: Add --disable-static.
---
 gnu/packages/messaging.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1f4c7aae4d..d6e160d5dc 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2100,6 +2100,7 @@  are both supported).")
     (arguments
      `(#:configure-flags
        (list
+        "--disable-static"
         "--enable-notifications"
         "--enable-python-plugins"
         "--enable-c-plugins"
-- 
2.30.1