guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: powerstat: Update to 0.02.26.


From: guix-commits
Subject: 05/11: gnu: powerstat: Update to 0.02.26.
Date: Tue, 29 Jun 2021 00:45:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 16c0380871ce772fa4897253e885f7d9fb781d20
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 29 03:12:28 2021 +0200

    gnu: powerstat: Update to 0.02.26.
    
    * gnu/packages/linux.scm (powerstat): Update to 0.02.26.
    [arguments]: Remove obsolete 'respect-$prefix phase.
---
 gnu/packages/linux.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8afbf9d..8426486 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1532,14 +1532,14 @@ at login.  Local and dynamic reconfiguration are its 
key features.")
 (define-public powerstat
   (package
     (name "powerstat")
-    (version "0.02.25")
+    (version "0.02.26")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://kernel.ubuntu.com/~cking/tarballs/";
                            "powerstat/powerstat-" version ".tar.gz"))
        (sha256
-        (base32 "0dmixbxm4qd08ds26i0wvxwyy8nrjzfjj2q9ylx35564g4wh58qb"))))
+        (base32 "18m85k83hryj05vix63fay1hh0sb9h87hy5r7g1dqg2y9i8lzgxk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
@@ -1548,12 +1548,6 @@ at login.  Local and dynamic reconfiguration are its key 
features.")
        #:tests? #f                      ; no test suite
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'respect-$prefix
-           ;; https://bugs.launchpad.net/ubuntu/+source/powerstat/+bug/1877744
-           (lambda _
-             (substitute* "Makefile"
-               (("DIR=/usr/") "DIR=$(prefix)/"))
-             #t))
          (delete 'configure))))         ; no configure script
     (home-page "https://kernel.ubuntu.com/~cking/powerstat/";)
     (synopsis "Measure system power consumption")



reply via email to

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