unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67903] [PATCH] gnu: libcgroup: Update to 3.1.0.
@ 2023-12-19 14:21 Hilton Chain via Guix-patches via
  2023-12-24  5:27 ` 郑俊杰
  2024-01-13  8:08 ` [bug#67903] [PATCH v2 1/2] gnu: libcgroup: Adjust package style Hilton Chain via Guix-patches via
  0 siblings, 2 replies; 8+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-12-19 14:21 UTC (permalink / raw)
  To: 67903; +Cc: Hilton Chain, Leo Famulari, Tobias Geerinckx-Rice

* gnu/packages/linux.scm (libcgroup): Update to 3.1.0.
[arguments]<#:configure-flags>: Disable systemd.

Change-Id: I67fe380ebdf91ca254b3365b7f237a3d9ad4f0a5
---
 gnu/packages/linux.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3ca756dead..c4c366e21f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8798,7 +8798,7 @@ (define-public fbgrab
 (define-public libcgroup
   (package
     (name "libcgroup")
-    (version "2.0.2")
+    (version "3.1.0")
     (home-page "https://github.com/libcgroup/libcgroup")
     (source
      (origin
@@ -8806,14 +8806,15 @@ (define-public libcgroup
        (uri (string-append home-page "/releases/download/v"
                            version "/" name "-" version ".tar.gz"))
        (sha256
-        (base32 "1y0c9ncsawamj77raiw6qkbm5cdsyvhjb2mvgma1kxmgw0r3pxlf"))))
+        (base32 "0n0jkvmagw14vgwx3j5b6vv5h25lasrg2a7xihq9h11ww2qw8vlp"))))
     (build-system gnu-build-system)
     (arguments
      ;; Tests are virtualized with lxc, it is not very feasible
      ;; to make them executable under guix build. Also, note that
      ;; origin is using source tarball release which is prepared
      ;; after testing.
-     `(#:tests? #f))
+     `(#:tests? #f
+       #:configure-flags '("--disable-systemd")))
     (native-inputs
      (list bison flex))
     (inputs

base-commit: fa92a7c2fe0c5b9e9923ad5f53bafd41aa6dbe66
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-01-25 16:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-19 14:21 [bug#67903] [PATCH] gnu: libcgroup: Update to 3.1.0 Hilton Chain via Guix-patches via
2023-12-24  5:27 ` 郑俊杰
2024-01-05  5:24   ` Hilton Chain via Guix-patches via
2024-01-05  5:45     ` Zheng Junjie
2024-01-13  8:04       ` Hilton Chain via Guix-patches via
2024-01-13  8:08 ` [bug#67903] [PATCH v2 1/2] gnu: libcgroup: Adjust package style Hilton Chain via Guix-patches via
2024-01-13  8:08   ` [bug#67903] [PATCH v2 2/2] gnu: libcgroup: Update to 3.1.0 Hilton Chain via Guix-patches via
2024-01-25 16:37     ` bug#67903: " Hilton Chain via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).