diff mbox series

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

Message ID c160daeb-08c7-727e-e5fb-f48ac2f4cb80@raghavgururajan.name
State Accepted
Headers show
Series [bug#46653] Make some changes to Profanity stuff (v3) | 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, 5:48 p.m. UTC
Hi Leo!

I have re-order the patches.

Regards,
RG.

Comments

Leo Prikler Feb. 23, 2021, 6:01 p.m. UTC | #1
Am Dienstag, den 23.02.2021, 12:48 -0500 schrieb Raghav Gururajan:
> Hi Leo!
> 
> I have re-order the patches.
Great, now re-order them again so that no patch causes a rebuild of a
formerly patched package.

> That would be 3 tests.
3 of how many?  And how many on the other package?

Regards,
Leo
diff mbox series

Patch

From 5732c28480d10881d7163493947032d659702020 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <rg@raghavgururajan.name>
Date: Fri, 19 Feb 2021 20:24:15 -0500
Subject: [PATCH 6/6] gnu: libmesode: Disable static libraries.

* gnu/packages/messaging.scm (libmesode) [arguments]<#:tests?>: New argument.
<#:configure-flags>[--disable-static]: New flag.
---
 gnu/packages/messaging.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1f741a9164..4bd5534fa6 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2015,6 +2015,11 @@  is also scriptable and extensible via Guile.")
                (base32
                 "1bxnkhrypgv41qyy1n545kcggmlw1hvxnhwihijhhcf2pxd2s654"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f         ; https://github.com/profanity-im/libmesode/issues/20
+       #:configure-flags
+       (list
+        "--disable-static")))
     (inputs
      `(("expat" ,expat)
        ("openssl" ,openssl)))
-- 
2.30.1