guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: Remove sysfsutils@1.


From: guix-commits
Subject: 05/14: gnu: Remove sysfsutils@1.
Date: Tue, 12 Oct 2021 20:56:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit faa83a040a3008782091638133e7bfaaae539857
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 12 13:45:28 2021 +0200

    gnu: Remove sysfsutils@1.
    
    * gnu/packages/linux.scm (sysfsutils-1): Delete variable.
---
 gnu/packages/linux.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index aa5fbb5..1559def 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4752,31 +4752,6 @@ also contains the libsysfs library.")
     ;; The rest is mostly gpl2, with a few files indicating gpl2+.
     (license (list license:gpl2 license:gpl2+ license:lgpl2.1+))))
 
-(define-public sysfsutils-1
-  (package
-    (inherit sysfsutils)
-    (version "1.3.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri
-        (string-append
-         "mirror://sourceforge/linux-diag/sysfsutils/sysfsutils-" version
-         "/sysfsutils-" version ".tar.gz"))
-       (sha256
-        (base32 "0kdhs07fm8263pxwd5blwn2x211cg4fk63fyf9ijcdkvzmwxrqq3"))
-       (modules '((guix build utils)))
-       (snippet
-        '(begin
-           (substitute* "Makefile.in"
-             (("includedir = /usr/include/sysfs")
-              "includedir = @includedir@"))
-           (substitute* "configure"
-             (("includedir='(\\$\\{prefix\\}/include)'" all orig)
-              (string-append "includedir='" orig "/sysfs'")))
-           #t))))
-    (synopsis "System utilities based on Linux sysfs (version 1.x)")))
-
 (define-public cpufrequtils
   (package
     (name "cpufrequtils")



reply via email to

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