guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libcgroup: Update to 3.1.0.


From: guix-commits
Subject: 03/03: gnu: libcgroup: Update to 3.1.0.
Date: Thu, 25 Jan 2024 11:29:31 -0500 (EST)

hako pushed a commit to reference refs/origin-ssh/master
in repository guix.

commit ed7eb108e5ba38135db99aa3b162f88797c372f9
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jan 6 16:57:10 2024 +0800

    gnu: libcgroup: Update to 3.1.0.
    
    * gnu/packages/linux.scm (libcgroup): Update to 3.1.0.
    [arguments]<#:configure-flags>: Disable systemd.
    
    Change-Id: Iabd8577243b741380fa0d69811fcbf8ad551ddb2
---
 gnu/packages/linux.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 21ba422b55..88d36a1ca2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8799,7 +8799,7 @@ framebuffer dump file (copy) to a PNG image.")
 (define-public libcgroup
   (package
     (name "libcgroup")
-    (version "2.0.2")
+    (version "3.1.0")
     (home-page "https://github.com/libcgroup/libcgroup";)
     (source
      (origin
@@ -8808,14 +8808,16 @@ framebuffer dump file (copy) to a PNG image.")
              "https://github.com/libcgroup/libcgroup/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))
+     (list #:tests? #f
+           #:configure-flags
+           #~'("--disable-systemd")))
     (native-inputs
      (list bison flex))
     (inputs



reply via email to

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