guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: Revert "gnu: liburcu: Omit static library."


From: guix-commits
Subject: 02/03: Revert "gnu: liburcu: Omit static library."
Date: Sat, 12 Jun 2021 04:26:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dc6c4e5903cdda9ccefeb7ec7533078bbf4098ee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 11 23:27:16 2021 +0200

    Revert "gnu: liburcu: Omit static library."
    
    This reverts commit 702affc6d70dfec926ee5a0badce217a7044f9eb.  It's too
    much trouble to add a :static output just for bcachefs-progs/static.
---
 gnu/packages/datastructures.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index e9ed049..577e7b1 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -149,9 +149,6 @@ in between these sequences may be different in both content 
and length.")
                (base32
                 "085s437nig6bdiv9im4k4qwqbrbnc4qw9flqi16jlb493az0vcnb"))))
     (build-system gnu-build-system)
-    (arguments
-     `(#:configure-flags
-       (list "--disable-static")))
     (native-inputs
      `(("perl" ,perl)))                 ; for tests
     (home-page "https://liburcu.org/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]