gnu: bismark: Update to 0.19.1.
[jackhill/guix/guix.git] / gnu / packages / linux.scm
CommitLineData
233e7676 1;;; GNU Guix --- Functional package management for GNU
74d21291 2;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
35dfcdd7 3;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
233e7676 4;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
7e0ae2bc 5;;; Copyright © 2014, 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org>
31aa4379 6;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
e1e27737 7;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
513dc568 8;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
1348185a 9;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
d08be77a 10;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
7994250f 11;;; Copyright © 2016, 2017 Alex Kost <alezost@gmail.com>
96e9f097 12;;; Copyright © 2016 Raymond Nicholson <rain1@openmailbox.org>
dc9bdb1e 13;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
6db6c3a9 14;;; Copyright © 2016, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
81b98756 15;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
9b0942c1 16;;; Copyright © 2016 David Craven <david@craven.ch>
594d740d 17;;; Copyright © 2016 John Darrington <jmd@gnu.org>
55e1d39b 18;;; Copyright © 2016, 2017, 2018 Marius Bakke <mbakke@fastmail.com>
5849c68a 19;;; Copyright © 2016, 2018 Rene Saavedra <pacoon@protonmail.com>
440a3143 20;;; Copyright © 2016 Carlos Sánchez de La Lama <csanchezdll@gmail.com>
b87c76dc 21;;; Copyright © 2016, 2017 Nils Gillmann <ng0@n0.is>
af23710f 22;;; Copyright © 2017, 2018 Leo Famulari <leo@famulari.name>
01be4f93 23;;; Copyright © 2017 José Miguel Sánchez García <jmi2k@openmailbox.com>
189d8422 24;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
c7adafa7 25;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
1113386b 26;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
ebcab70a 27;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
3116c8b5 28;;; Copyright © 2017 nee <nee-git@hidamari.blue>
a73e7dd3 29;;; Copyright © 2017 Dave Love <fx@gnu.org>
25637b77 30;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
fd76c904 31;;;
233e7676 32;;; This file is part of GNU Guix.
fd76c904 33;;;
233e7676 34;;; GNU Guix is free software; you can redistribute it and/or modify it
fd76c904
LC
35;;; under the terms of the GNU General Public License as published by
36;;; the Free Software Foundation; either version 3 of the License, or (at
37;;; your option) any later version.
38;;;
233e7676 39;;; GNU Guix is distributed in the hope that it will be useful, but
fd76c904
LC
40;;; WITHOUT ANY WARRANTY; without even the implied warranty of
41;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42;;; GNU General Public License for more details.
43;;;
44;;; You should have received a copy of the GNU General Public License
233e7676 45;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
fd76c904 46
1ffa7090 47(define-module (gnu packages linux)
59a43334 48 #:use-module (gnu packages)
0c60cc53 49 #:use-module (gnu packages acl)
75750abb
DC
50 #:use-module (gnu packages admin)
51 #:use-module (gnu packages algebra)
52 #:use-module (gnu packages attr)
53 #:use-module (gnu packages autotools)
1eacffb9 54 #:use-module (gnu packages backup)
75750abb 55 #:use-module (gnu packages base)
c7adafa7 56 #:use-module (gnu packages bash)
75750abb
DC
57 #:use-module (gnu packages bison)
58 #:use-module (gnu packages calendar)
59 #:use-module (gnu packages check)
e385e957 60 #:use-module (gnu packages crypto)
f61e0e79 61 #:use-module (gnu packages compression)
75750abb 62 #:use-module (gnu packages databases)
b3ed50e6 63 #:use-module (gnu packages datastructures)
75750abb
DC
64 #:use-module (gnu packages docbook)
65 #:use-module (gnu packages documentation)
66 #:use-module (gnu packages elf)
1ffa7090 67 #:use-module (gnu packages flex)
afc9d8ec 68 #:use-module (gnu packages file)
75750abb
DC
69 #:use-module (gnu packages freedesktop)
70 #:use-module (gnu packages gcc)
71 #:use-module (gnu packages gettext)
72 #:use-module (gnu packages glib)
e385e957 73 #:use-module (gnu packages gnuzilla)
d7d42d6b 74 #:use-module (gnu packages gperf)
75750abb 75 #:use-module (gnu packages gtk)
1d484507 76 #:use-module (gnu packages libunwind)
1ffa7090 77 #:use-module (gnu packages libusb)
01be4f93 78 #:use-module (gnu packages man)
75750abb 79 #:use-module (gnu packages maths)
dfe93c9a 80 #:use-module (gnu packages multiprecision)
1ffa7090 81 #:use-module (gnu packages ncurses)
8d8d227b 82 #:use-module (gnu packages netpbm)
c7adafa7 83 #:use-module (gnu packages networking)
f8f44dd7 84 #:use-module (gnu packages ninja)
1ffa7090 85 #:use-module (gnu packages perl)
75750abb 86 #:use-module (gnu packages pciutils)
1ffa7090 87 #:use-module (gnu packages pkg-config)
0d74462a 88 #:use-module (gnu packages popt)
75750abb 89 #:use-module (gnu packages pulseaudio)
7c0dbe78 90 #:use-module (gnu packages python)
75750abb
DC
91 #:use-module (gnu packages readline)
92 #:use-module (gnu packages rrdtool)
62b28c0e 93 #:use-module (gnu packages samba)
b1fb4b23 94 #:use-module (gnu packages slang)
b3ed50e6 95 #:use-module (gnu packages storage)
f57d2639 96 #:use-module (gnu packages texinfo)
75343704 97 #:use-module (gnu packages tls)
b3ed50e6 98 #:use-module (gnu packages valgrind)
7d2511bc 99 #:use-module (gnu packages video)
7f412f33 100 #:use-module (gnu packages web)
7d2511bc 101 #:use-module (gnu packages xiph)
75750abb 102 #:use-module (gnu packages xml)
58c4f11e
TGR
103 #:use-module (gnu packages xdisorg)
104 #:use-module (gnu packages xorg)
a73e7dd3
DL
105 #:use-module (gnu packages groff)
106 #:use-module (gnu packages selinux)
3eb7c000 107 #:use-module (gnu packages swig)
220193ad 108 #:use-module (guix build-system cmake)
75750abb 109 #:use-module (guix build-system gnu)
e102f940 110 #:use-module (guix build-system python)
a94546ec 111 #:use-module (guix build-system trivial)
75750abb 112 #:use-module (guix download)
6d31c175 113 #:use-module (guix git-download)
75750abb
DC
114 #:use-module ((guix licenses) #:prefix license:)
115 #:use-module (guix packages)
116 #:use-module (guix utils)
adddd5ba 117 #:use-module (srfi srfi-1)
17db0706 118 #:use-module (srfi srfi-2)
a94546ec
LC
119 #:use-module (srfi srfi-26)
120 #:use-module (ice-9 match))
fd76c904 121
aaf4cb20
LC
122(define-public (system->linux-architecture arch)
123 "Return the Linux architecture name for ARCH, a Guix system name such as
6d7ef2aa 124\"x86_64-linux\" or a target triplet such as \"arm-linux-gnueabihf\"."
618cea69
NK
125 (let ((arch (car (string-split arch #\-))))
126 (cond ((string=? arch "i686") "i386")
127 ((string-prefix? "mips" arch) "mips")
aaf4cb20 128 ((string-prefix? "arm" arch) "arm")
503275e9 129 ((string-prefix? "aarch64" arch) "arm64")
605fec78 130 ((string-prefix? "alpha" arch) "alpha")
c89e2107 131 ((string-prefix? "powerpc" arch) "powerpc") ;including "powerpc64le"
b91004c2 132 ((string-prefix? "s390" arch) "s390")
618cea69
NK
133 (else arch))))
134
440a3143
CSLL
135(define-public (system->defconfig system)
136 "Some systems (notably powerpc-linux) require a special target for kernel
70c68ed5 137defconfig. Return the appropriate make target if applicable, otherwise return
440a3143
CSLL
138\"defconfig\"."
139 (cond ((string-prefix? "powerpc-" system) "pmac32_defconfig")
c89e2107 140 ((string-prefix? "powerpc64le-" system) "ppc64_defconfig")
440a3143
CSLL
141 (else "defconfig")))
142
6023cc74
LC
143(define (linux-libre-urls version)
144 "Return a list of URLs for Linux-Libre VERSION."
145 (list (string-append
8420c7a3 146 "https://linux-libre.fsfla.org/pub/linux-libre/releases/"
6023cc74
LC
147 version "-gnu/linux-libre-" version "-gnu.tar.xz")
148
149 ;; XXX: Work around <http://bugs.gnu.org/14851>.
150 (string-append
151 "ftp://alpha.gnu.org/gnu/guix/mirror/linux-libre-"
152 version "-gnu.tar.xz")
153
154 ;; Maybe this URL will become valid eventually.
155 (string-append
156 "mirror://gnu/linux-libre/" version "-gnu/linux-libre-"
157 version "-gnu.tar.xz")))
158
80fe5c60 159(define-public linux-libre-headers
b450d2b4
DC
160 (package
161 (name "linux-libre-headers")
f37931d6 162 (version "4.9.59")
b450d2b4
DC
163 (source (origin
164 (method url-fetch)
165 (uri (linux-libre-urls version))
166 (sha256
167 (base32
f37931d6 168 "0z8hq8a6ic38xh33idzl0k0yi4isgd7ncl2g1d6mzf9ixw5krhvc"))))
b450d2b4
DC
169 (build-system gnu-build-system)
170 (native-inputs `(("perl" ,perl)))
171 (arguments
172 `(#:modules ((guix build gnu-build-system)
173 (guix build utils)
174 (srfi srfi-1))
175 #:phases
176 (modify-phases %standard-phases
177 (delete 'configure)
178 (replace 'build
179 (lambda _
180 (let ((arch ,(system->linux-architecture
181 (or (%current-target-system)
440a3143
CSLL
182 (%current-system))))
183 (defconfig ,(system->defconfig
184 (or (%current-target-system)
185 (%current-system)))))
b450d2b4 186 (setenv "ARCH" arch)
618cea69 187 (format #t "`ARCH' set to `~a'~%" (getenv "ARCH"))
440a3143 188 (and (zero? (system* "make" defconfig))
618cea69 189 (zero? (system* "make" "mrproper" "headers_check"))))))
b450d2b4
DC
190 (replace 'install
191 (lambda* (#:key outputs #:allow-other-keys)
80fe5c60
LC
192 (let ((out (assoc-ref outputs "out")))
193 (and (zero? (system* "make"
194 (string-append "INSTALL_HDR_PATH=" out)
195 "headers_install"))
b15389e1
LC
196 (begin
197 (mkdir (string-append out "/include/config"))
198 (call-with-output-file
199 (string-append out
200 "/include/config/kernel.release")
201 (lambda (p)
202 (format p "~a-default~%" ,version)))
203
204 ;; Remove the '.install' and '..install.cmd' files; the
205 ;; latter contains store paths, which pulls in bootstrap
206 ;; binaries in the build environment, and prevents bit
207 ;; reproducibility for the bootstrap binaries.
208 (for-each delete-file (find-files out "\\.install"))
209
210 #t))))))
b15389e1 211 #:allowed-references ()
80fe5c60 212 #:tests? #f))
6fd52309 213 (home-page "https://www.gnu.org/software/linux-libre/")
80fe5c60
LC
214 (synopsis "GNU Linux-Libre kernel headers")
215 (description "Headers of the Linux-Libre kernel.")
b450d2b4 216 (license license:gpl2)))
80fe5c60 217
ac47a7c2
LC
218(define %boot-logo-patch
219 ;; Linux-Libre boot logo featuring Freedo and a gnu.
220 (origin
221 (method url-fetch)
222 (uri (string-append "http://www.fsfla.org/svn/fsfla/software/linux-libre/"
74dde9e9 223 "lemote/gnewsense/branches/3.16/100gnu+freedo.patch"))
ac47a7c2
LC
224 (sha256
225 (base32
226 "1hk9swxxc80bmn2zd2qr5ccrjrk28xkypwhl4z0qx4hbivj7qm06"))))
227
c258807a 228(define* (kernel-config arch #:key variant)
a94546ec 229 "Return the absolute file name of the Linux-Libre build configuration file
c258807a 230for ARCH and optionally VARIANT, or #f if there is no such configuration."
7994250f 231 (let* ((name (string-append (if variant (string-append variant "-") "")
25847b32 232 (if (string=? "i386" arch) "i686" arch) ".conf"))
7994250f
AK
233 (file (string-append "linux-libre/" name)))
234 (search-auxiliary-file file)))
a94546ec 235
90c18c32 236(define %default-extra-linux-options
50dbc036 237 `(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html
b9f7895d
DC
238 ("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t)
239 ;; Modules required for initrd:
240 ("CONFIG_NET_9P" . m)
241 ("CONFIG_NET_9P_VIRTIO" . m)
242 ("CONFIG_VIRTIO_BLK" . m)
243 ("CONFIG_VIRTIO_NET" . m)
244 ("CONFIG_VIRTIO_PCI" . m)
245 ("CONFIG_VIRTIO_BALLOON" . m)
246 ("CONFIG_VIRTIO_MMIO" . m)
247 ("CONFIG_FUSE_FS" . m)
248 ("CONFIG_CIFS" . m)
249 ("CONFIG_9P_FS" . m)))
90c18c32
DC
250
251(define (config->string options)
252 (string-join (map (match-lambda
253 ((option . 'm)
254 (string-append option "=m"))
255 ((option . #t)
256 (string-append option "=y"))
257 ((option . #f)
258 (string-append option "=n")))
259 options)
260 "\n"))
261
3129b9c2 262(define* (make-linux-libre version hash supported-systems
c258807a
DC
263 #:key
264 ;; A function that takes an arch and a variant.
265 ;; See kernel-config for an example.
a6d01325 266 (extra-version #f)
c258807a 267 (configuration-file #f)
90c18c32 268 (defconfig "defconfig")
64de7d1c
MW
269 (extra-options %default-extra-linux-options)
270 (patches (list %boot-logo-patch)))
614d1738 271 (package
a6d01325
DC
272 (name (if extra-version
273 (string-append "linux-libre-" extra-version)
274 "linux-libre"))
c258807a 275 (version version)
614d1738
DC
276 (source (origin
277 (method url-fetch)
278 (uri (linux-libre-urls version))
c258807a 279 (sha256 (base32 hash))
64de7d1c 280 (patches patches)))
3129b9c2 281 (supported-systems supported-systems)
614d1738 282 (build-system gnu-build-system)
614d1738
DC
283 (native-inputs
284 `(("perl" ,perl)
285 ("bc" ,bc)
286 ("openssl" ,openssl)
78edcccc 287 ("kmod" ,kmod)
78602fad 288 ("elfutils" ,elfutils) ; Needed to enable CONFIG_STACK_VALIDATION
81d98d7e
MW
289 ("flex" ,flex)
290 ("bison" ,bison)
dbe64d10
MW
291 ;; On x86, build with GCC-7 for full retpoline support.
292 ;; FIXME: Remove this when our default compiler has retpoline support.
293 ,@(match (system->linux-architecture
294 (or (%current-target-system) (%current-system)))
295 ((or "x86_64" "i386")
296 `(("gcc" ,gcc-7)))
297 (_
298 '()))
64b5e413
LC
299 ,@(match (and configuration-file
300 (configuration-file
301 (system->linux-architecture
302 (or (%current-target-system) (%current-system)))
303 #:variant (version-major+minor version)))
304 (#f ;no config for this platform
305 '())
306 ((? string? config)
307 `(("kconfig" ,config))))))
614d1738
DC
308 (arguments
309 `(#:modules ((guix build gnu-build-system)
310 (guix build utils)
311 (srfi srfi-1)
312 (ice-9 match))
313 #:phases
314 (modify-phases %standard-phases
c5bd8753
MW
315 (add-after 'unpack 'patch-/bin/pwd
316 (lambda _
317 (substitute* (find-files "." "^Makefile(\\.include)?$")
318 (("/bin/pwd") "pwd"))
319 #t))
9416459b 320 (replace 'configure
4b42703e 321 (lambda* (#:key inputs native-inputs target #:allow-other-keys)
96e9f097
RN
322 ;; Avoid introducing timestamps
323 (setenv "KCONFIG_NOTIMESTAMP" "1")
324 (setenv "KBUILD_BUILD_TIMESTAMP" (getenv "SOURCE_DATE_EPOCH"))
325
4b42703e 326 ;; Set ARCH and CROSS_COMPILE
6d7ef2aa
DC
327 (let ((arch ,(system->linux-architecture
328 (or (%current-target-system)
329 (%current-system)))))
4b42703e
DC
330 (setenv "ARCH" arch)
331 (format #t "`ARCH' set to `~a'~%" (getenv "ARCH"))
6d7ef2aa 332
4b42703e
DC
333 (when target
334 (setenv "CROSS_COMPILE" (string-append target "-"))
335 (format #t "`CROSS_COMPILE' set to `~a'~%"
336 (getenv "CROSS_COMPILE"))))
beacfcab 337
a6d01325
DC
338 (setenv "EXTRA_VERSION" ,extra-version)
339
a94546ec 340 (let ((build (assoc-ref %standard-phases 'build))
65416733 341 (config (assoc-ref (or native-inputs inputs) "kconfig")))
1650dd8a 342
e4e9c0a0
DC
343 ;; Use a custom kernel configuration file or a default
344 ;; configuration file.
1650dd8a
LC
345 (if config
346 (begin
347 (copy-file config ".config")
348 (chmod ".config" #o666))
fdd400d8 349 (invoke "make" ,defconfig))
a94546ec
LC
350
351 ;; Appending works even when the option wasn't in the
352 ;; file. The last one prevails if duplicated.
90c18c32
DC
353 (let ((port (open-file ".config" "a"))
354 (extra-configuration ,(config->string extra-options)))
355 (display extra-configuration port)
a94546ec
LC
356 (close-port port))
357
fdd400d8 358 (invoke "make" "oldconfig"))))
614d1738 359 (replace 'install
4b42703e 360 (lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
beacfcab
LC
361 (let* ((out (assoc-ref outputs "out"))
362 (moddir (string-append out "/lib/modules"))
e4e9c0a0
DC
363 (dtbdir (string-append out "/lib/dtbs"))
364 (kmod (assoc-ref (or native-inputs inputs) "kmod")))
365 ;; Install kernel image, kernel configuration and link map.
366 (for-each (lambda (file) (install-file file out))
fd900d68 367 (find-files "." "^(\\.config|bzImage|zImage|Image|vmlinuz|System\\.map)$"))
e4e9c0a0
DC
368 ;; Install device tree files
369 (for-each (lambda (file) (install-file file dtbdir))
370 (find-files "." "\\.dtb$"))
371 ;; Install kernel modules
beacfcab 372 (mkdir-p moddir)
fdd400d8
DM
373 (invoke "make"
374 (string-append "DEPMOD=" kmod "/bin/depmod")
375 (string-append "MODULE_DIR=" moddir)
376 (string-append "INSTALL_PATH=" out)
377 (string-append "INSTALL_MOD_PATH=" out)
378 "INSTALL_MOD_STRIP=1"
379 "modules_install")))))
beacfcab 380 #:tests? #f))
f8aa265e 381 (home-page "https://www.gnu.org/software/linux-libre/")
f50d2669 382 (synopsis "100% free redistribution of a cleaned Linux kernel")
a22dc0c4 383 (description
79c311b8
LC
384 "GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.
385It has been modified to remove all non-free binary blobs.")
614d1738 386 (license license:gpl2)))
beacfcab 387
3129b9c2 388(define %intel-compatible-systems '("x86_64-linux" "i686-linux"))
cfbe7b7f 389(define %linux-compatible-systems '("x86_64-linux" "i686-linux" "armhf-linux"))
3129b9c2 390
cfbe7b7f
MO
391;; linux-libre configuration for armhf-linux is derived from Debian armmp. It
392;; supports qemu "virt" machine and possibly a large number of ARM boards.
393;; See : https://wiki.debian.org/DebianKernel/ARMMP.
76e62ef7 394
a937148b
MW
395(define %linux-libre-version "4.16.7")
396(define %linux-libre-hash "145hv7paw5zd6bnkk0agxyg2a37066xhrxszbq3d03mjvi8ap117")
adbe6dea 397
c258807a 398(define-public linux-libre
76e62ef7
MW
399 (make-linux-libre %linux-libre-version
400 %linux-libre-hash
cfbe7b7f 401 %linux-compatible-systems
daca2ec4 402 #:configuration-file kernel-config))
c258807a 403
27b3fb2c
MW
404(define %linux-libre-4.14-version "4.14.39")
405(define %linux-libre-4.14-hash "0r6fydsgspnskh5n1hfrkyrlrmql635zqr44ajafmqimldc0bplz")
adbe6dea
MW
406
407(define-public linux-libre-4.14
408 (make-linux-libre %linux-libre-4.14-version
409 %linux-libre-4.14-hash
410 %linux-compatible-systems
411 #:configuration-file kernel-config))
412
52d901da 413(define-public linux-libre-4.9
c0e8f049
MW
414 (make-linux-libre "4.9.98"
415 "14mqg2hvxg4zwajwly18akyaca821sp4iz5w3xmikwndn2j8y1lw"
52d901da 416 %intel-compatible-systems
c2ab0f89 417 #:configuration-file kernel-config))
52d901da 418
75b314a6 419(define-public linux-libre-4.4
9e19c343
MW
420 (make-linux-libre "4.4.131"
421 "1phah297rxjwy22wfaqlzpbk71ddp3drma5dx3i8xv6g8vijd08x"
3129b9c2 422 %intel-compatible-systems
d22a843f 423 #:configuration-file kernel-config))
75b314a6 424
adddd5ba 425(define-public linux-libre-4.1
619d7bff
MW
426 (make-linux-libre "4.1.51"
427 "0l8lpwjpckp44hjyx5qrxqdwwi97gyyc1n6pmk66cr3fpdhnk540"
3129b9c2 428 %intel-compatible-systems
a8401c4e 429 #:configuration-file kernel-config))
adddd5ba 430
cde7c23f
DC
431(define-public linux-libre-arm-generic
432 (make-linux-libre %linux-libre-version
433 %linux-libre-hash
434 '("armhf-linux")
435 #:defconfig "multi_v7_defconfig"
daca2ec4 436 #:extra-version "arm-generic"))
cde7c23f 437
adbe6dea
MW
438(define-public linux-libre-arm-generic-4.14
439 (make-linux-libre %linux-libre-4.14-version
440 %linux-libre-4.14-hash
441 '("armhf-linux")
442 #:defconfig "multi_v7_defconfig"
443 #:extra-version "arm-generic"))
444
f6948189
MO
445(define-public linux-libre-arm-omap2plus
446 (make-linux-libre %linux-libre-version
447 %linux-libre-hash
448 '("armhf-linux")
449 #:defconfig "omap2plus_defconfig"
450 #:extra-version "arm-omap2plus"))
451
adbe6dea
MW
452(define-public linux-libre-arm-omap2plus-4.14
453 (make-linux-libre %linux-libre-4.14-version
454 %linux-libre-4.14-hash
455 '("armhf-linux")
456 #:defconfig "omap2plus_defconfig"
457 #:extra-version "arm-omap2plus"))
458
97121c2a 459\f
c84d0eca
LC
460;;;
461;;; Pluggable authentication modules (PAM).
462;;;
463
fd76c904
LC
464(define-public linux-pam
465 (package
466 (name "linux-pam")
7483230f 467 (version "1.3.0")
fd76c904
LC
468 (source
469 (origin
470 (method url-fetch)
7483230f
DC
471 (uri (string-append
472 "http://www.linux-pam.org/library/"
473 "Linux-PAM-" version ".tar.bz2"))
fd76c904
LC
474 (sha256
475 (base32
411264c2
RS
476 "1fyi04d5nsh8ivd0rn2y0z83ylgc0licz7kifbb6xxi2ylgfs6i4"))
477 (patches (search-patches "linux-pam-no-setfsuid.patch"))))
478
fd76c904 479 (build-system gnu-build-system)
c4c4cc05 480 (native-inputs
fd76c904
LC
481 `(("flex" ,flex)
482
483 ;; TODO: optional dependencies
484 ;; ("libxcrypt" ,libxcrypt)
485 ;; ("cracklib" ,cracklib)
486 ))
487 (arguments
ed8111ea 488 `(;; Most users, such as `shadow', expect the headers to be under
c134056a
LC
489 ;; `security'.
490 #:configure-flags (list (string-append "--includedir="
491 (assoc-ref %outputs "out")
ed8111ea
LC
492 "/include/security")
493
494 ;; XXX: <rpc/rpc.h> is missing from glibc when
495 ;; cross-compiling, so we have to disable NIS
496 ;; support altogether.
497 ,@(if (%current-target-system)
498 '("--disable-nis")
499 '()))
c134056a
LC
500
501 ;; XXX: Tests won't run in chroot, presumably because /etc/pam.d
502 ;; isn't available.
503 #:tests? #f))
fd76c904
LC
504 (home-page "http://www.linux-pam.org/")
505 (synopsis "Pluggable authentication modules for Linux")
506 (description
507 "A *Free* project to implement OSF's RFC 86.0.
508Pluggable authentication modules are small shared object files that can
509be used through the PAM API to perform tasks, like authenticating a user
e881752c 510at login. Local and dynamic reconfiguration are its key features.")
3ac73271 511 (license license:bsd-3)))
686f14e8 512
4c93ce42
EF
513(define-public linux-pam-1.2
514 (package
515 (inherit linux-pam)
4c93ce42
EF
516 (version "1.2.1")
517 (source
518 (origin
519 (method url-fetch)
520 (uri (string-append
521 "http://www.linux-pam.org/library/"
522 "Linux-PAM-" version ".tar.bz2"))
523 (sha256
524 (base32
411264c2
RS
525 "1n9lnf9gjs72kbj1g354v1xhi2j27aqaah15vykh7cnkq08i4arl"))
526 (patches (search-patches "linux-pam-no-setfsuid.patch"))))))
4c93ce42 527
53142109 528
c84d0eca
LC
529;;;
530;;; Miscellaneous.
531;;;
532
686f14e8
LC
533(define-public psmisc
534 (package
535 (name "psmisc")
aa9c221f 536 (version "22.21")
686f14e8
LC
537 (source
538 (origin
539 (method url-fetch)
540 (uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-"
541 version ".tar.gz"))
542 (sha256
543 (base32
aa9c221f 544 "0nhlm1vrrwn4a845p6y4nnnb4liq70n74zbdd5dq844jc6nkqclp"))))
686f14e8
LC
545 (build-system gnu-build-system)
546 (inputs `(("ncurses" ,ncurses)))
aa9c221f 547 (home-page "https://gitlab.com/psmisc/psmisc")
686f14e8 548 (synopsis
8f65585b 549 "Small utilities that use the proc file system")
686f14e8
LC
550 (description
551 "This PSmisc package is a set of some small useful utilities that
8f65585b 552use the proc file system. We're not about changing the world, but
686f14e8 553providing the system administrator with some help in common tasks.")
3ac73271 554 (license license:gpl2+)))
02b80c3f
NK
555
556(define-public util-linux
557 (package
558 (name "util-linux")
c27e8c1a 559 (version "2.31")
5a6a3ba4
LC
560 (source (origin
561 (method url-fetch)
562 (uri (string-append "mirror://kernel.org/linux/utils/"
9f533d60
LC
563 name "/v" (version-major+minor version) "/"
564 name "-" version ".tar.xz"))
5a6a3ba4
LC
565 (sha256
566 (base32
c27e8c1a 567 "12nw108xjhm63sh2n5a0qs33vpvbvb6rln96l9j50p7wykf7rgpr"))
fc1adab1 568 (patches (search-patches "util-linux-tests.patch"))
9d77da2a
LC
569 (modules '((guix build utils)))
570 (snippet
ec2da92c
LC
571 ;; We take the 'logger' program from GNU Inetutils and 'kill'
572 ;; from GNU Coreutils.
8338c241
MW
573 '(begin
574 (substitute* "configure"
575 (("build_logger=yes") "build_logger=no")
576 (("build_kill=yes") "build_kill=no"))
577 #t))))
02b80c3f 578 (build-system gnu-build-system)
dd581e9a
TGR
579 (outputs '("out"
580 "static")) ; >2 MiB of static .a libraries
02b80c3f 581 (arguments
29ec55ee 582 `(#:configure-flags (list "--disable-use-tty-group"
d9804e50 583 "--enable-fs-paths-default=/run/current-system/profile/sbin"
db9107b9
EF
584 ;; Don't try to chown root:root mount and umount
585 "--disable-makeinstall-chown"
29ec55ee
LC
586 ;; Install completions where our
587 ;; bash-completion package expects them.
588 (string-append "--with-bashcompletiondir="
589 (assoc-ref %outputs "out")
590 "/etc/bash_completion.d"))
1b9cf4ad 591 #:phases (modify-phases %standard-phases
7e512497
LC
592 (add-before
593 'build 'set-umount-file-name
594 (lambda* (#:key outputs #:allow-other-keys)
595 ;; Tell 'eject' the right file name of 'umount'.
596 (let ((out (assoc-ref outputs "out")))
597 (substitute* "sys-utils/eject.c"
598 (("\"/bin/umount\"")
599 (string-append "\"" out "/bin/umount\"")))
600 #t)))
1b9cf4ad
LC
601 (add-before
602 'check 'pre-check
603 (lambda* (#:key inputs outputs #:allow-other-keys)
604 (let ((out (assoc-ref outputs "out"))
605 (net (assoc-ref inputs "net-base")))
606 ;; Change the test to refer to the right file.
607 (substitute* "tests/ts/misc/mcookie"
608 (("/etc/services")
609 (string-append net "/etc/services")))
dd581e9a
TGR
610 #t)))
611 (add-after
612 'install 'move-static-libraries
613 (lambda* (#:key outputs #:allow-other-keys)
614 (let ((out (assoc-ref outputs "out"))
615 (static (assoc-ref outputs "static")))
616 (mkdir-p (string-append static "/lib"))
617 (with-directory-excursion out
618 (for-each (lambda (file)
619 (rename-file file
620 (string-append static "/"
621 file)))
622 (find-files "lib" "\\.a$")))
1b9cf4ad 623 #t))))))
f61e0e79 624 (inputs `(("zlib" ,zlib)
ba4aca3a
LC
625 ("ncurses" ,ncurses)
626
627 ;; XXX: This is so that the 'pre-check' phase can find it.
628 ,@(if (%current-target-system)
629 `(("net-base" ,net-base))
630 '())))
c4c4cc05 631 (native-inputs
9f533d60
LC
632 `(("perl" ,perl)
633 ("net-base" ,net-base))) ;for tests
02b80c3f 634 (home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
35ec07c7 635 (synopsis "Collection of utilities for the Linux kernel")
437d7286 636 (description "Util-linux is a diverse collection of Linux kernel
8f65585b 637utilities. It provides dmesg and includes tools for working with file systems,
437d7286 638block devices, UUIDs, TTYs, and many other tools.")
fe8ccfcc 639
02b80c3f 640 ;; Note that util-linux doesn't use the same license for all the
fe8ccfcc 641 ;; code. GPLv2+ is the default license for a code without an
02b80c3f 642 ;; explicitly defined license.
3ac73271
LC
643 (license (list license:gpl3+ license:gpl2+ license:gpl2 license:lgpl2.0+
644 license:bsd-4 license:public-domain))))
5d5c4278 645
af23710f
LF
646;; The patch 'util-linux-CVE-2018-7738.patch' fixes a security bug in
647;; the Bash completions for `mount`. Since this bug doesn't affect
648;; other programs that link against libraries from util-linux, we don't
649;; need to use a graft to make the fix available. Instead, users
650;; installing util-linux will get the fix in this newer version, and
651;; (@ (gnu system) %base-packages) takes care to use this package.
652;; This solution was suggested here:
653;; <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30827#13>
654(define-public util-linux-2.31.1
77166eb7
LF
655 (package
656 (inherit util-linux)
af23710f
LF
657 (name "util-linux")
658 ;; XXX Don't update this without also updating %base-packages!
659 (version "2.31.1")
660 (source (origin
661 (inherit (package-source util-linux))
662 (uri (string-append "mirror://kernel.org/linux/utils/"
663 name "/v" (version-major+minor version) "/"
664 name "-" version ".tar.xz"))
665 (sha256
666 (base32
667 "04fzrnrr3pvqskvjn9f81y0knh0jvvqx4lmbz5pd4lfdm5pv2l8s"))
668 (patches
669 (append (origin-patches (package-source util-linux))
670 (search-patches "util-linux-CVE-2018-7738.patch")))))))
77166eb7 671
3116c8b5 672(define-public ddate
673 (package
674 (name "ddate")
675 (version "0.2.2")
676 (source (origin
677 (method url-fetch)
678 (uri (string-append "https://github.com/bo0ts/ddate/archive/v"
679 version ".tar.gz"))
680 (file-name (string-append name "-" version ".tar.gz"))
681 (sha256
682 (base32 "1bbqqq8mswj4bp9083gxjaky5ysfznax4cynsqwmy125z053yg6m"))))
683 (build-system cmake-build-system)
684 (arguments '(#:tests? #f))
685 (home-page "https://github.com/bo0ts/ddate")
686 (synopsis "PERPETUAL DATE CONVERTER FROM GREGORIAN TO POEE CALENDAR")
687 (description
688 "ddate displays the Discordian date and holidays of a given date.
689The Discordian calendar was made popular by the \"Illuminatus!\" trilogy
690by Robert Shea and Robert Anton Wilson.")
691 (license license:public-domain)))
692
e47e3eff
LC
693(define-public procps
694 (package
695 (name "procps")
74a3c4bb 696 (version "3.3.12")
e47e3eff 697 (source (origin
0cc22848
SB
698 (method url-fetch)
699 (uri (string-append "mirror://sourceforge/procps-ng/Production/"
700 "procps-ng-" version ".tar.xz"))
701 (sha256
702 (base32
74a3c4bb 703 "1m57w6jmry84njd5sgk5afycbglql0al80grx027kwqqcfw5mmkf"))))
e47e3eff 704 (build-system gnu-build-system)
e47e3eff 705 (arguments
80393eed
LC
706 '(#:modules ((guix build utils)
707 (guix build gnu-build-system)
708 (srfi srfi-1)
709 (srfi srfi-26))
0cc22848
SB
710 #:phases
711 (modify-phases %standard-phases
241826b5
LC
712 (add-before 'check 'disable-strtod-test
713 (lambda _
714 ;; Disable the 'strtod' test, which fails on 32-bit systems.
715 ;; This is what upstream does:
716 ;; <https://gitlab.com/procps-ng/procps/commit/100afbc1491be388f1429021ff65d969f4b1e08f>.
717 (substitute* "Makefile"
718 (("^(TESTS|check_PROGRAMS) = .*$" all)
719 (string-append "# " all "\n")))
720 #t))
0cc22848
SB
721 (add-after
722 'install 'post-install
723 ;; Remove commands and man pages redudant with
724 ;; Coreutils.
725 (lambda* (#:key outputs #:allow-other-keys)
726 (let* ((out (assoc-ref outputs "out"))
727 (dup (append-map (cut find-files out <>)
728 '("^kill" "^uptime"))))
729 (for-each delete-file dup)
730 #t))))))
731 (inputs `(("ncurses" ,ncurses)))
732 (home-page "https://gitlab.com/procps-ng/procps/")
35ec07c7 733 (synopsis "Utilities that give information about processes")
e47e3eff 734 (description
35b9e423 735 "Procps is the package that has a bunch of small useful utilities
e47e3eff
LC
736that give information about processes using the Linux /proc file system.
737The package includes the programs ps, top, vmstat, w, kill, free,
738slabtop, and skill.")
3ac73271 739 (license license:gpl2)))
e47e3eff 740
5d5c4278
NK
741(define-public usbutils
742 (package
743 (name "usbutils")
54347e91 744 (version "009")
5d5c4278
NK
745 (source
746 (origin
747 (method url-fetch)
748 (uri (string-append "mirror://kernel.org/linux/utils/usb/usbutils/"
749 "usbutils-" version ".tar.xz"))
750 (sha256
751 (base32
54347e91 752 "0q3iavmak2bs9xw486w4xfbjl0hbzii93ssgpr95mxmm9kjz1gwb"))))
5d5c4278
NK
753 (build-system gnu-build-system)
754 (inputs
e8a463e6 755 `(("libusb" ,libusb)
4e859e92 756 ("eudev" ,eudev)))
c4c4cc05
JD
757 (native-inputs
758 `(("pkg-config" ,pkg-config)))
5d5c4278
NK
759 (home-page "http://www.linux-usb.org/")
760 (synopsis
761 "Tools for working with USB devices, such as lsusb")
762 (description
763 "Tools for working with USB devices, such as lsusb.")
3ac73271 764 (license license:gpl2+)))
0750452a
LC
765
766(define-public e2fsprogs
767 (package
768 (name "e2fsprogs")
29591fc4 769 (version "1.43.6")
0750452a
LC
770 (source (origin
771 (method url-fetch)
7409c8d4
MW
772 (uri (string-append
773 "mirror://kernel.org/linux/kernel/people/tytso/"
774 name "/v" version "/"
775 name "-" version ".tar.xz"))
0750452a
LC
776 (sha256
777 (base32
29591fc4 778 "00ilv65dzcgiap435j89xk86shf7rrav3wsik7cahy789qijdcn9"))))
0750452a 779 (build-system gnu-build-system)
c4c4cc05 780 (inputs `(("util-linux" ,util-linux)))
f57d2639 781 (native-inputs `(("pkg-config" ,pkg-config)
75f796bb
MB
782 ("texinfo" ,texinfo) ;for the libext2fs Info manual
783
784 ;; For tests.
785 ("perl" ,perl)
786 ("procps" ,procps)))
0750452a 787 (arguments
b047a86b 788 '(;; util-linux is the preferred source for some of the libraries and
c44ed26c 789 ;; commands, so disable them (see, e.g.,
a124bbd2 790 ;; <http://git.buildroot.net/buildroot/commit/?id=e1ffc2f791b33633>.)
b047a86b
MB
791 #:configure-flags (list "--disable-libblkid"
792 "--disable-libuuid" "--disable-uuidd"
793 "--disable-fsck"
7c594a2c 794
b047a86b
MB
795 ;; Use symlinks instead of hard links for
796 ;; 'fsck.extN' etc. This makes the resulting nar
797 ;; smaller and is preserved across copies.
798 "--enable-symlink-install"
74d21291 799
b047a86b
MB
800 (string-append "LDFLAGS=-Wl,-rpath="
801 (assoc-ref %outputs "out")
802 "/lib")
7c594a2c 803
b047a86b
MB
804 ;; Install libext2fs et al.
805 "--enable-elf-shlibs")
ddfc2fd8 806
55acb372
MB
807 #:phases
808 (modify-phases %standard-phases
809 (add-before 'configure 'patch-shells
810 (lambda _
811 (substitute* "configure"
812 (("/bin/sh (.*)parse-types.sh" _ dir)
813 (string-append (which "sh") " " dir
814 "parse-types.sh")))
b047a86b
MB
815 (substitute* "MCONFIG.in"
816 (("INSTALL_SYMLINK = /bin/sh")
817 "INSTALL_SYMLINK = sh"))
55acb372
MB
818 (substitute* (find-files "." "^Makefile.in$")
819 (("#!/bin/sh")
820 (string-append "#!" (which "sh"))))
821 #t))
822 (add-after 'install 'install-libs
823 (lambda* (#:key outputs #:allow-other-keys)
824 (let* ((out (assoc-ref outputs "out"))
825 (lib (string-append out "/lib")))
826 (and (zero? (system* "make" "install-libs"))
827
828 ;; Make the .a writable so that 'strip' works.
829 ;; Failing to do that, due to debug symbols, we
830 ;; retain a reference to the final
831 ;; linux-libre-headers, which refer to the
832 ;; bootstrap binaries.
833 (let ((archives (find-files lib "\\.a$")))
834 (for-each (lambda (file)
835 (chmod file #o666))
836 archives)
75f796bb 837 #t))))))))
0750452a 838 (home-page "http://e2fsprogs.sourceforge.net/")
35ec07c7 839 (synopsis "Creating and checking ext2/ext3/ext4 file systems")
0750452a
LC
840 (description
841 "This package provides tools for manipulating ext2/ext3/ext4 file systems.")
3ac73271
LC
842 (license (list license:gpl2 ;programs
843 license:lgpl2.0 ;libext2fs
844 license:x11)))) ;libuuid
d8482ad0 845
e48977e7
LC
846(define e2fsprogs/static
847 (static-package
848 (package (inherit e2fsprogs)
849 (arguments
850 ;; Do not build shared libraries.
851 (substitute-keyword-arguments (package-arguments e2fsprogs)
852 ((#:configure-flags _)
853 '(list "--disable-blkid"))
854 ((#:make-flags _)
855 '(list)))))))
856
e102f940
LC
857(define-public e2fsck/static
858 (package
859 (name "e2fsck-static")
0997771a 860 (version (package-version e2fsprogs))
e102f940
LC
861 (build-system trivial-build-system)
862 (source #f)
313880c7
DC
863 (inputs
864 `(("e2fsprogs" ,e2fsprogs/static)))
e102f940
LC
865 (arguments
866 `(#:modules ((guix build utils))
867 #:builder
868 (begin
869 (use-modules (guix build utils)
870 (ice-9 ftw)
871 (srfi srfi-26))
872
313880c7
DC
873 (let ((e2fsck (string-append (assoc-ref %build-inputs "e2fsprogs")
874 "/sbin/e2fsck"))
e102f940
LC
875 (bin (string-append (assoc-ref %outputs "out") "/sbin")))
876 (mkdir-p bin)
877 (with-directory-excursion bin
313880c7
DC
878 (copy-file e2fsck "e2fsck")
879 (remove-store-references "e2fsck")
880 (chmod "e2fsck" #o555))))))
0997771a 881 (home-page (package-home-page e2fsprogs))
313880c7
DC
882 (synopsis "Statically-linked e2fsck command from e2fsprogs")
883 (description "This package provides statically-linked e2fsck command taken
884from the e2fsprogs package. It is meant to be used in initrds.")
0997771a 885 (license (package-license e2fsprogs))))
e102f940 886
7c0a9104
LC
887(define-public extundelete
888 (package
889 (name "extundelete")
890 (version "0.2.4")
891 (source (origin
892 (method url-fetch)
893 (uri (string-append "mirror://sourceforge/extundelete/"
de67e922
LF
894 "extundelete/" version "/extundelete-"
895 version ".tar.bz2"))
7c0a9104
LC
896 (sha256
897 (base32
898 "1x0r7ylxlp9lbj3d7sqf6j2a222dwy2nfpff05jd6mkh4ihxvyd1"))))
899 (build-system gnu-build-system)
900 (inputs `(("e2fsprogs" ,e2fsprogs)))
901 (home-page "http://extundelete.sourceforge.net/")
902 (synopsis "Recover deleted files from ext2/3/4 partitions")
903 (description
904 "Extundelete is a set of tools that can recover deleted files from an
905ext3 or ext4 partition.")
3ac73271 906 (license license:gpl2)))
7c0a9104 907
1c975f60
LC
908(define-public zerofree
909 (package
910 (name "zerofree")
5658b4ce 911 (version "1.1.1")
30ac4cc7 912 (home-page "https://frippery.org/uml/")
1c975f60
LC
913 (source (origin
914 (method url-fetch)
915 (uri (string-append home-page name "-" version
916 ".tgz"))
917 (sha256
918 (base32
5658b4ce 919 "0rrqfa5z103ws89vi8kfvbks1cfs74ix6n1wb6vs582vnmhwhswm"))))
1c975f60
LC
920 (build-system gnu-build-system)
921 (arguments
0f08917d
TGR
922 '(#:phases
923 (modify-phases %standard-phases
924 (delete 'configure) ; no configure script
925 (replace 'install
926 ;; The Makefile lacks an ‘install’ target.
927 (lambda* (#:key outputs #:allow-other-keys)
928 (let* ((out (assoc-ref outputs "out"))
929 (bin (string-append out "/bin")))
7a068459
TGR
930 (chmod "zerofree" #o555)
931 (install-file "zerofree" bin)
0f08917d
TGR
932 #t))))
933 #:tests? #f)) ; no tests
1c975f60
LC
934 (inputs `(("libext2fs" ,e2fsprogs)))
935 (synopsis "Zero non-allocated regions in ext2/ext3/ext4 file systems")
936 (description
4de4a1cf
TGR
937 "Zerofree finds the unallocated blocks with non-zero value content in an
938ext2, ext3, or ext4 file system and fills them with zeroes (or another value).
939This is a simple way to make disk images more compressible.
940Zerofree requires the file system to be unmounted or mounted read-only.")
3ac73271 941 (license license:gpl2)))
1c975f60 942
d8482ad0
LC
943(define-public strace
944 (package
945 (name "strace")
426284d8
MB
946 (version "4.22")
947 (home-page "https://strace.io")
d8482ad0
LC
948 (source (origin
949 (method url-fetch)
426284d8
MB
950 (uri (string-append home-page "/files/" version
951 "/strace-" version ".tar.xz"))
6e7be7d3 952 (patches (search-patches "strace-kernel-4.16.patch"))
d8482ad0
LC
953 (sha256
954 (base32
426284d8 955 "17dkpnsjxmys1ydidm9wcvc3wscsz44fmlxw3dclspn9cj9d1306"))))
d8482ad0 956 (build-system gnu-build-system)
6983b8a8
MB
957 (arguments
958 '(#:phases
959 (modify-phases %standard-phases
960 (add-after 'unpack 'patch-/bin/sh
961 (lambda _
962 (substitute* "strace.c"
963 (("/bin/sh") (which "sh")))
964 #t)))))
c4c4cc05 965 (native-inputs `(("perl" ,perl)))
d8482ad0
LC
966 (synopsis "System call tracer for Linux")
967 (description
968 "strace is a system call tracer, i.e. a debugging tool which prints out a
969trace of all the system calls made by a another process/program.")
3ac73271 970 (license license:bsd-3)))
ba04571a 971
e1e27737
TUBK
972(define-public ltrace
973 (package
974 (name "ltrace")
975 (version "0.7.3")
976 (source (origin
977 (method url-fetch)
978 (uri (string-append "http://www.ltrace.org/ltrace_" version
979 ".orig.tar.bz2"))
980 (sha256
981 (base32
982 "00wmbdghqbz6x95m1mcdd3wd46l6hgcr4wggdp049dbifh3qqvqf"))))
983 (build-system gnu-build-system)
984 (inputs `(("libelf" ,libelf)))
985 (arguments
986 ;; Compilation uses -Werror by default, but it fails.
987 '(#:configure-flags '("--disable-werror")))
81e59e41 988 (home-page "https://www.ltrace.org/")
e1e27737
TUBK
989 (synopsis "Library call tracer for Linux")
990 (description
991 "ltrace intercepts and records dynamic library calls which are called by
992an executed process and the signals received by that process. It can also
993intercept and print the system calls executed by the program.")
3ac73271 994 (license license:gpl2+)))
e1e27737 995
ba04571a
LC
996(define-public alsa-lib
997 (package
998 (name "alsa-lib")
45c053ac 999 (version "1.1.6")
ba04571a
LC
1000 (source (origin
1001 (method url-fetch)
1002 (uri (string-append
1003 "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-"
1004 version ".tar.bz2"))
1005 (sha256
1006 (base32
45c053ac 1007 "096pwrnhj36yndldvs2pj4r871zhcgisks0is78f1jkjn9sd4b2z"))))
ba04571a 1008 (build-system gnu-build-system)
5f3070a5 1009 (home-page "https://www.alsa-project.org/")
ba04571a
LC
1010 (synopsis "The Advanced Linux Sound Architecture libraries")
1011 (description
1012 "The Advanced Linux Sound Architecture (ALSA) provides audio and
1013MIDI functionality to the Linux-based operating system.")
3ac73271 1014 (license license:lgpl2.1+)))
10afdf50 1015
17b293a0
LC
1016(define-public alsa-utils
1017 (package
1018 (name "alsa-utils")
7ff05770 1019 (version "1.1.6")
17b293a0
LC
1020 (source (origin
1021 (method url-fetch)
992b527d
EF
1022 (uri (string-append "ftp://ftp.alsa-project.org/pub/utils/"
1023 name "-" version ".tar.bz2"))
17b293a0
LC
1024 (sha256
1025 (base32
7ff05770 1026 "0vnkyymgwj9rfdb11nvab30dnfrylmakdfildxl0y8mj836awp0m"))))
17b293a0
LC
1027 (build-system gnu-build-system)
1028 (arguments
1029 ;; XXX: Disable man page creation until we have DocBook.
1030 '(#:configure-flags (list "--disable-xmlto"
f2817d43
LC
1031
1032 ;; The udev rule is responsible for restoring
1033 ;; the volume.
17b293a0
LC
1034 (string-append "--with-udev-rules-dir="
1035 (assoc-ref %outputs "out")
1036 "/lib/udev/rules.d"))
49165145
EF
1037 #:phases
1038 (modify-phases %standard-phases
1039 (add-before
1040 'install 'pre-install
1041 (lambda _
1042 ;; Don't try to mkdir /var/lib/alsa.
1043 (substitute* "Makefile"
1044 (("\\$\\(MKDIR_P\\) .*ASOUND_STATE_DIR.*")
457d154f
EF
1045 "true\n"))
1046 #t)))))
17b293a0
LC
1047 (inputs
1048 `(("libsamplerate" ,libsamplerate)
1049 ("ncurses" ,ncurses)
1050 ("alsa-lib" ,alsa-lib)
1051 ("xmlto" ,xmlto)
b94a6ca0 1052 ("gettext" ,gettext-minimal)))
17b293a0
LC
1053 (home-page "http://www.alsa-project.org/")
1054 (synopsis "Utilities for the Advanced Linux Sound Architecture (ALSA)")
1055 (description
1056 "The Advanced Linux Sound Architecture (ALSA) provides audio and
1057MIDI functionality to the Linux-based operating system.")
1058
1059 ;; This is mostly GPLv2+ but a few files such as 'alsactl.c' are
1060 ;; GPLv2-only.
3ac73271 1061 (license license:gpl2)))
17b293a0 1062
7d2511bc 1063(define-public alsa-plugins
1064 (package
1065 (name "alsa-plugins")
6c69d24d 1066 (version "1.1.6")
7d2511bc 1067 (source (origin
1068 (method url-fetch)
1069 (uri (string-append "ftp://ftp.alsa-project.org/pub/plugins/"
1070 name "-" version ".tar.bz2"))
1071 (sha256
1072 (base32
6c69d24d 1073 "04qcwkisbh0d6lnh0rw1k6n869fbs6zbfq6yvb41rymiwgmk27bg"))))
7d2511bc 1074 (build-system gnu-build-system)
1075 ;; TODO: Split libavcodec and speex if possible. It looks like they can not
1076 ;; be split, there are references to both in files.
1077 ;; TODO: Remove OSS related plugins, they add support to run native
1078 ;; ALSA applications on OSS however we do not offer OSS and OSS is
1079 ;; obsolete.
1080 (outputs '("out" "pulseaudio"))
1081 (arguments
1082 `(#:phases
1083 (modify-phases %standard-phases
1084 (add-after 'install 'split
1085 (lambda* (#:key inputs outputs #:allow-other-keys)
1086 ;; Distribute the binaries to the various outputs.
1087 (let* ((out (assoc-ref outputs "out"))
1088 (pua (assoc-ref outputs "pulseaudio"))
1089 (pualib (string-append pua "/lib/alsa-lib"))
1090 (puaconf (string-append pua "/share/alsa/alsa.conf.d")))
1091 (mkdir-p puaconf)
1092 (mkdir-p pualib)
1093 (chdir (string-append out "/share"))
1094 (for-each (lambda (file)
1095 (rename-file file (string-append puaconf "/" (basename file))))
1096 (find-files out "\\.(conf|example)"))
1097 (for-each (lambda (file)
1098 (rename-file file (string-append pualib "/" (basename file))))
1099 (find-files out ".*pulse\\.(la|so)"))
1100 (chdir "..")
1101 ;; We have moved the files to output pulsaudio, the
1102 ;; directory is now empty.
1103 (delete-file-recursively (string-append out "/share"))
1104 #t))))))
1105 (inputs
1106 `(("alsa-lib" ,alsa-lib)
1107 ("speex" ,speex) ; libspeexdsp resampling plugin
1108 ("libsamplerate" ,libsamplerate) ; libsamplerate resampling plugin
1109 ("ffmpeg" ,ffmpeg) ; libavcodec resampling plugin, a52 plugin
1110 ("pulseaudio" ,pulseaudio))) ; PulseAudio plugin
1111 (native-inputs
1112 `(("pkg-config" ,pkg-config)))
1113 (home-page "http://www.alsa-project.org/")
1114 (synopsis "Plugins for the Advanced Linux Sound Architecture (ALSA)")
1115 (description
1116 "The Advanced Linux Sound Architecture (ALSA) provides audio and
1117MIDI functionality to the Linux-based operating system. This package enhances ALSA
1118by providing additional plugins which include: upmixing, downmixing, jackd and
1119pulseaudio support for native alsa applications, format conversion (s16 to a52), and
1120external rate conversion.")
1121 (license (list license:gpl2+
1122 ;; `rate/rate_samplerate.c': LGPL v2.1 or later.
1123 license:lgpl2.1+))))
1124
10afdf50
LC
1125(define-public iptables
1126 (package
1127 (name "iptables")
4f3bf205 1128 (version "1.6.2")
10afdf50
LC
1129 (source (origin
1130 (method url-fetch)
1131 (uri (string-append
f11ae44f 1132 "mirror://netfilter.org/iptables/iptables-"
10afdf50
LC
1133 version ".tar.bz2"))
1134 (sha256
1135 (base32
4f3bf205 1136 "0crp0lvh5m2f15pr8cw97h8yb8zjj10x95zj06j46cr68vx2vl2m"))))
10afdf50 1137 (build-system gnu-build-system)
13223c8e
LF
1138 (native-inputs
1139 `(("pkg-config" ,pkg-config)
1140 ("flex" ,flex)
1141 ("bison" ,bison)))
1142 (inputs
1143 `(("libmnl" ,libmnl)
1144 ("libnftnl" ,libnftnl)))
50c26d9e
SB
1145 (arguments
1146 '(#:tests? #f ; no test suite
1147 #:configure-flags ; add $libdir to the RUNPATH of executables
1148 (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))))
13223c8e 1149 (home-page "https://www.netfilter.org/projects/iptables/index.html")
be5dc5fb 1150 (synopsis "Programs to configure Linux IP packet filtering rules")
10afdf50 1151 (description
be5dc5fb
TGR
1152 "@command{iptables} is the user-space command line program used to
1153configure the Linux 2.4.x and later IPv4 packet filtering ruleset
1154(@dfn{firewall}), including @dfn{NAT} (Network Address Translation).
1155
1156This package also includes @command{ip6tables}, which is used to configure the
1157IPv6 packet filter.
1158
fadc5533 1159Both commands are targeted at system administrators.")
3ac73271 1160 (license license:gpl2+)))
90a0048f 1161
6876a6fe
SB
1162(define-public ebtables
1163 (package
1164 (name "ebtables")
1165 (version "2.0.10-4")
1166 (source (origin
1167 (method url-fetch)
1168 (uri (string-append
1169 "mirror://netfilter.org/ebtables/ebtables-v"
1170 version ".tar.gz"))
1171 (sha256
1172 (base32
1173 "0pa5ljlk970yfyhpf3iqwfpbc30j8mgn90fapw9cfz909x47nvyw"))))
1174 (build-system gnu-build-system)
1175 (arguments
1176 '(#:tests? #f ; no test suite
1177 #:make-flags
1178 (let* ((out (assoc-ref %outputs "out"))
1179 (bin (string-append out "/sbin"))
1180 (lib (string-append out "/lib"))
1181 (man (string-append out "/share/man"))
1182 (iptables (assoc-ref %build-inputs "iptables"))
1183 (ethertypes (string-append iptables "/etc/ethertypes")))
1184 (list (string-append "LIBDIR=" lib)
1185 (string-append "MANDIR=" man)
1186 (string-append "BINDIR=" bin)
1187 (string-append "ETHERTYPESFILE=" ethertypes)
1188 ;; With the default CFLAGS, it falis with:
1189 ;; communication.c:259:58: error: variable ‘ret’ set but not
1190 ;; used [-Werror=unused-but-set-variable]
1191 "CFLAGS=-Wall"))
1192 #:phases
1193 (modify-phases %standard-phases
1194 (replace 'configure
1195 ;; no configure script
1196 (lambda _
1197 (substitute* "Makefile"
1198 ;; Remove user and group options from install commands,
1199 ;; otherwise it fails with: invalid user 'root'.
1200 (("-o root -g root") "")
1201 ;; Remove 'ethertypes' from the install target.
1202 (("install: .*")
1203 "install: $(MANDIR)/man8/ebtables.8 exec scripts\n"))
1204 #t)))))
1205 (inputs
1206 `(("perl" ,perl)
1207 ("iptables" ,iptables)))
1208 (synopsis "Ethernet bridge frame table administration")
1209 (home-page "http://ebtables.netfilter.org/")
1210 (description
1211 "ebtables is an application program used to set up and maintain the
1212tables of rules (inside the Linux kernel) that inspect Ethernet frames. It is
1213analogous to the iptables application, but less complicated, due to the fact
1214that the Ethernet protocol is much simpler than the IP protocol.")
1215 (license license:gpl2+)))
1216
90a0048f
LC
1217(define-public iproute
1218 (package
1219 (name "iproute2")
689d53fa 1220 (version "4.16.0")
90a0048f 1221 (source (origin
75cd4b05
AK
1222 (method url-fetch)
1223 (uri (string-append
1224 "mirror://kernel.org/linux/utils/net/iproute2/iproute2-"
1225 version ".tar.xz"))
1226 (sha256
1227 (base32
689d53fa 1228 "02pfalg319jpbjz273ph725br8dnkzpfvi98azi9yd6p1w128p0c"))))
90a0048f
LC
1229 (build-system gnu-build-system)
1230 (arguments
1231 `(#:tests? #f ; no test suite
1232 #:make-flags (let ((out (assoc-ref %outputs "out")))
1233 (list "DESTDIR="
e777d07d
LF
1234 (string-append "BASH_COMPDIR=" out
1235 "/etc/bash_completion.d")
90a0048f 1236 (string-append "LIBDIR=" out "/lib")
61f78e72 1237 (string-append "HDRDIR=" out "/include")
90a0048f
LC
1238 (string-append "SBINDIR=" out "/sbin")
1239 (string-append "CONFDIR=" out "/etc")
1240 (string-append "DOCDIR=" out "/share/doc/"
1241 ,name "-" ,version)
1242 (string-append "MANDIR=" out "/share/man")))
b53e44fb
AK
1243 #:phases (modify-phases %standard-phases
1244 (add-before 'install 'pre-install
1245 (lambda _
1246 ;; Don't attempt to create /var/lib/arpd.
1247 (substitute* "Makefile"
1248 (("^.*ARPDDIR.*$") "")))))))
90a0048f
LC
1249 (inputs
1250 `(("iptables" ,iptables)
c4c4cc05
JD
1251 ("db4" ,bdb)))
1252 (native-inputs
1253 `(("pkg-config" ,pkg-config)
90a0048f
LC
1254 ("flex" ,flex)
1255 ("bison" ,bison)))
1256 (home-page
d7f84eab 1257 "https://wiki.linuxfoundation.org/networking/iproute2")
90a0048f 1258 (synopsis
9e771e3b 1259 "Utilities for controlling TCP/IP networking and traffic in Linux")
90a0048f 1260 (description
35a4fefc
TGR
1261 "Iproute2 is a collection of utilities for controlling TCP/IP networking
1262and traffic with the Linux kernel. The most important of these are
1263@command{ip}, which configures IPv4 and IPv6, and @command{tc} for traffic
1264control.
90a0048f
LC
1265
1266Most network configuration manuals still refer to ifconfig and route as the
1267primary network configuration tools, but ifconfig is known to behave
35a4fefc 1268inadequately in modern network environments, and both should be deprecated.")
3ac73271 1269 (license license:gpl2+)))
85e0dc6a
LC
1270
1271(define-public net-tools
1272 ;; XXX: This package is basically unmaintained, but it provides a few
1273 ;; commands not yet provided by Inetutils, such as 'route', so we have to
1274 ;; live with it.
6d31c175
LF
1275 (let ((commit "479bb4a7e11a4084e2935c0a576388f92469225b")
1276 (revision "0"))
1277 (package
1278 (name "net-tools")
1279 (version (string-append "1.60-" revision "." (string-take commit 7)))
1280 (source (origin
631c9f74
LF
1281 (method url-fetch)
1282 (uri (string-append "https://sourceforge.net/code-snapshots/git/"
1283 "n/ne/net-tools/code.git/net-tools-code-"
1284 commit ".zip"))
1285 (file-name (string-append name "-" version ".zip"))
6d31c175
LF
1286 (sha256
1287 (base32
631c9f74 1288 "0hz9fda9d78spp774b6rr5xaxav7cm4h0qcpxf70rvdbrf6qx7vy"))))
6d31c175
LF
1289 (home-page "http://net-tools.sourceforge.net/")
1290 (build-system gnu-build-system)
1291 (arguments
1292 '(#:modules ((guix build gnu-build-system)
1293 (guix build utils)
1294 (srfi srfi-1)
1295 (srfi srfi-26))
1296 #:phases
1297 (modify-phases %standard-phases
1298 (replace 'configure
1299 (lambda* (#:key outputs #:allow-other-keys)
1300 (let ((out (assoc-ref outputs "out")))
1301 (mkdir-p (string-append out "/bin"))
1302 (mkdir-p (string-append out "/sbin"))
1303
1304 ;; Pretend we have everything...
1305 (system "yes | make config")
1306
1307 ;; ... except for the things we don't have.
1308 ;; HAVE_AFDECnet requires libdnet, which we don't have.
1309 ;; HAVE_HWSTRIP and HAVE_HWTR require kernel headers
1310 ;; that have been removed.
1311 ;; XXX SELINUX and AFBLUETOOTH are removed for now, but we should
1312 ;; think about adding them later.
1313 (substitute* '("config.make" "config.h")
1314 (("^.*HAVE_(AFDECnet|HWSTRIP|HWTR|SELINUX|AFBLUETOOTH)[ =]1.*$")
1315 "")))))
1316 (add-after 'install 'remove-redundant-commands
1317 (lambda* (#:key outputs #:allow-other-keys)
1318 ;; Remove commands and man pages redundant with Inetutils.
1319 (let* ((out (assoc-ref outputs "out"))
1320 (dup (append-map (cut find-files out <>)
1321 '("^hostname"
1322 "^(yp|nis|dns)?domainname"))))
1323 (for-each delete-file dup)
1324 #t))))
1325 ;; Binaries that depend on libnet-tools.a don't declare that
1326 ;; dependency, making it parallel-unsafe.
1327 #:parallel-build? #f
1328
1329 #:tests? #f ; no test suite
1330 #:make-flags (let ((out (assoc-ref %outputs "out")))
1331 (list "CC=gcc"
1332 (string-append "BASEDIR=" out)
1333 (string-append "INSTALLNLSDIR=" out "/share/locale")
1334 (string-append "mandir=/share/man")))))
631c9f74
LF
1335 (native-inputs `(("gettext" ,gettext-minimal)
1336 ("unzip" ,unzip)))
6d31c175
LF
1337 (synopsis "Tools for controlling the network subsystem in Linux")
1338 (description
1339 "This package includes the important tools for controlling the network
1340subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp and
1341route. Additionally, this package contains utilities relating to particular
1342network hardware types (plipconfig, slattach) and advanced aspects of IP
1343configuration (iptunnel, ipmaddr).")
1344 (license license:gpl2+))))
1345
c762e82e
LC
1346(define-public libcap
1347 (package
1348 (name "libcap")
68ea090b 1349 (version "2.25")
c762e82e
LC
1350 (source (origin
1351 (method url-fetch)
c762e82e 1352 (uri (string-append
f6c2d05c
LC
1353 "mirror://kernel.org/linux/libs/security/linux-privs/"
1354 "libcap2/libcap-" version ".tar.xz"))
c762e82e
LC
1355 (sha256
1356 (base32
68ea090b 1357 "0qjiqc5pknaal57453nxcbz3mn1r4hkyywam41wfcglq3v2qlg39"))))
c762e82e 1358 (build-system gnu-build-system)
6d889daf
SB
1359 (arguments '(#:phases
1360 (modify-phases %standard-phases
1361 (replace 'configure
1362 ;; Add $libdir to the RUNPATH of executables.
1363 (lambda _
1364 (substitute* "Make.Rules"
1365 (("LDFLAGS := #-g")
1366 (string-append "LDFLAGS := -Wl,-rpath="
1367 %output "/lib"))))))
c762e82e
LC
1368 #:tests? #f ; no 'check' target
1369 #:make-flags (list "lib=lib"
1370 (string-append "prefix="
1371 (assoc-ref %outputs "out"))
1372 "RAISE_SETFCAP=no")))
1373 (native-inputs `(("perl" ,perl)))
1374 (inputs `(("attr" ,attr)))
1375 (home-page "https://sites.google.com/site/fullycapable/")
1376 (synopsis "Library for working with POSIX capabilities")
1377 (description
35b9e423 1378 "Libcap2 provides a programming interface to POSIX capabilities on
c762e82e
LC
1379Linux-based operating systems.")
1380
1381 ;; License is BSD-3 or GPLv2, at the user's choice.
3ac73271 1382 (license license:gpl2)))
215b6431
LC
1383
1384(define-public bridge-utils
1385 (package
1386 (name "bridge-utils")
1387 (version "1.5")
1388 (source (origin
1389 (method url-fetch)
de67e922
LF
1390 (uri (string-append "mirror://sourceforge/bridge/bridge/"
1391 "bridge-utils-" version ".tar.gz"))
215b6431
LC
1392 (sha256
1393 (base32
1394 "12367cwqmi0yqphi6j8rkx97q8hw52yq2fx4k0xfclkcizxybya2"))))
1395 (build-system gnu-build-system)
1396
1397 ;; The tarball lacks all the generated files.
1398 (native-inputs `(("autoconf" ,autoconf)
1399 ("automake" ,automake)))
1400 (arguments
dc1d3cde
KK
1401 '(#:phases
1402 (modify-phases %standard-phases
1403 (add-after 'unpack 'bootstrap
1404 (lambda _
1405 ;; Fix "field ‘ip6’ has incomplete type" errors.
1406 (substitute* "libbridge/libbridge.h"
1407 (("#include <linux/if_bridge.h>")
1408 "#include <linux/in6.h>\n#include <linux/if_bridge.h>"))
1409
1410 ;; Ensure that the entire build fails if one of the
1411 ;; sub-Makefiles fails.
1412 (substitute* "Makefile.in"
1413 (("\\$\\(MAKE\\) \\$\\(MFLAGS\\) -C \\$\\$x ;")
1414 "$(MAKE) $(MFLAGS) -C $$x || exit 1;"))
1415
1416 (zero? (system* "autoreconf" "-vf")))))
215b6431
LC
1417 #:tests? #f)) ; no 'check' target
1418
1419 (home-page
1420 "http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge")
1421 (synopsis "Manipulate Ethernet bridges")
1422 (description
1423 "Utilities for Linux's Ethernet bridging facilities. A bridge is a way
1424to connect two Ethernet segments together in a protocol independent way.
1425Packets are forwarded based on Ethernet address, rather than IP address (like
1426a router). Since forwarding is done at Layer 2, all protocols can go
1427transparently through a bridge.")
3ac73271 1428 (license license:gpl2+)))
3cc20675
LC
1429
1430(define-public libnl
1431 (package
1432 (name "libnl")
b84a8079 1433 (version "3.4.0")
3cc20675
LC
1434 (source (origin
1435 (method url-fetch)
1436 (uri (string-append
a2265ea3
MB
1437 "https://github.com/thom311/libnl/releases/download/"
1438 "libnl" (string-join (string-split version #\.) "_")
1439 "/libnl-" version ".tar.gz"))
3cc20675
LC
1440 (sha256
1441 (base32
b84a8079 1442 "1gzm444rnsib64dddv0cwlpzy1q4bycjqhp1i5pxpikimqvpca5p"))))
3cc20675 1443 (build-system gnu-build-system)
d80a47f2
DL
1444 (native-inputs
1445 `(("bison" ,bison)
1446 ("flex" ,flex)
3eb7c000
DL
1447 ("pkg-config" ,pkg-config)
1448 ("swig" ,swig)
d80a47f2
DL
1449 ("libnl3-doc"
1450 ,(origin
1451 (method url-fetch)
1452 (uri (string-append
1453 "https://github.com/thom311/libnl/releases/download/libnl"
1454 (string-join (string-split version #\.) "_")
1455 "/libnl-doc-" version ".tar.gz"))
1456 (sha256
b84a8079 1457 (base32 "1m5cnzviv31gjnz6fz5rgyl6ah4dbp2akm49j9973sgwl36gs8jx"))))))
3eb7c000
DL
1458 (inputs
1459 `(("python-2" ,python-2)
1460 ("python-3" ,python-3)))
1461 (outputs '("out" "doc" "python2" "python3"))
d80a47f2 1462 (arguments
3eb7c000
DL
1463 `(#:modules ((guix build gnu-build-system)
1464 (guix build utils)
1465 (srfi srfi-1))
1466 #:phases
d80a47f2 1467 (modify-phases %standard-phases
3eb7c000
DL
1468 (add-after 'install 'install-python
1469 (lambda* (#:key outputs #:allow-other-keys)
1470 (define (python-inst python)
1471 (let ((ldflags (format #f "LDFLAGS=-Wl,-rpath=~a/lib"
1472 (assoc-ref %outputs "out")))
1473 (pyout (assoc-ref %outputs python)))
1474 (and
1475 (zero? (system (format #f "~a ~a setup.py build"
1476 ldflags python pyout)))
1477 (zero?
1478 (system (format #f "~a ~a setup.py install --prefix=~a"
1479 ldflags python pyout)))
1480 (zero? (system* python "setup.py" "clean")))))
1481 (with-directory-excursion "./python"
1482 (every python-inst '("python2" "python3")))))
d80a47f2
DL
1483 (add-after 'install 'install-doc
1484 (lambda* (#:key inputs outputs #:allow-other-keys)
1485 (let ((dest (string-append (assoc-ref outputs "doc")
1486 "/share/doc/libnl")))
1487 (mkdir-p dest)
1488 (zero? (system* "tar" "xf" (assoc-ref inputs "libnl3-doc")
1489 "--strip-components=1" "-C" dest))))))))
81e59e41 1490 (home-page "https://www.infradead.org/~tgr/libnl/")
3cc20675
LC
1491 (synopsis "NetLink protocol library suite")
1492 (description
1493 "The libnl suite is a collection of libraries providing APIs to netlink
69b4ffcf 1494protocol based Linux kernel interfaces. Netlink is an IPC mechanism primarily
3cc20675
LC
1495between the kernel and user space processes. It was designed to be a more
1496flexible successor to ioctl to provide mainly networking related kernel
1497configuration and monitoring interfaces.")
1498
1499 ;; Most files are LGPLv2.1-only, but some are GPLv2-only (like
1500 ;; 'nl-addr-add.c'), so the result is GPLv2-only.
3ac73271 1501 (license license:gpl2)))
023fef7d 1502
65cd77db
MW
1503(define-public iw
1504 (package
1505 (name "iw")
4b0111a4 1506 (version "4.14")
65cd77db
MW
1507 (source (origin
1508 (method url-fetch)
1509 (uri (string-append
2f9e312a 1510 "mirror://kernel.org/software/network/iw/iw-"
65cd77db
MW
1511 version ".tar.xz"))
1512 (sha256
1513 (base32
4b0111a4 1514 "12ddd6vh6vs97135bnlyr0szv7hvpbnmfh48584frzab0z0725ph"))))
65cd77db
MW
1515 (build-system gnu-build-system)
1516 (native-inputs `(("pkg-config" ,pkg-config)))
1517 (inputs `(("libnl" ,libnl)))
1518 (arguments
1519 `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
1520 "CC=gcc")
dc1d3cde 1521 #:phases (modify-phases %standard-phases (delete 'configure))))
2f9e312a 1522 (home-page "https://wireless.wiki.kernel.org/")
65cd77db
MW
1523 (synopsis "Tool for configuring wireless devices")
1524 (description
1525 "iw is a new nl80211 based CLI configuration utility for wireless
2f9e312a 1526devices. It replaces @code{iwconfig}, which is deprecated.")
3ac73271 1527 (license license:isc)))
65cd77db 1528
023fef7d
LC
1529(define-public powertop
1530 (package
1531 (name "powertop")
a0604c21 1532 (version "2.9")
023fef7d
LC
1533 (source
1534 (origin
1535 (method url-fetch)
1536 (uri (string-append
a0604c21 1537 "https://01.org/sites/default/files/downloads/powertop/powertop-v"
023fef7d
LC
1538 version ".tar.gz"))
1539 (sha256
1540 (base32
a0604c21 1541 "0l4jjlf05li2mc6g8nrss3h435wjhmnqd8m7v3kha3x0x7cbfzxa"))))
023fef7d 1542 (build-system gnu-build-system)
4c48bf55
ML
1543 (arguments
1544 '(#:phases
1545 (modify-phases %standard-phases
1546 ;; TODO: Patch some hardcoded "wlan0" in calibrate/calibrate.cpp to
1547 ;; allow calibrating the network interface in GuixSD.
1548 (add-after 'unpack 'patch-absolute-file-names
1549 (lambda* (#:key inputs #:allow-other-keys)
1550 (let ((kmod (assoc-ref inputs "kmod")))
1551 (substitute* (find-files "src" "\\.cpp$")
1552 ;; Give the right 'modprobe' file name so that essential
1553 ;; modules such as msr.ko can be loaded.
1554 (("/sbin/modprobe") (string-append kmod "/bin/modprobe"))
1555 ;; These programs are only needed to calibrate, so using
1556 ;; relative file names avoids adding extra inputs. When they
1557 ;; are missing powertop gracefully handles it.
1558 (("/usr/bin/hcitool") "hcitool")
1559 (("/usr/bin/xset") "xset")
1560 (("/usr/sbin/hciconfig") "hciconfig"))
1561 #t))))))
023fef7d 1562 (inputs
4c48bf55
ML
1563 `(("kmod" ,kmod)
1564 ("libnl" ,libnl)
023fef7d 1565 ("ncurses" ,ncurses)
4c48bf55
ML
1566 ("pciutils" ,pciutils)
1567 ("zlib" ,zlib)))
c4c4cc05 1568 (native-inputs
ebacb0de 1569 `(("pkg-config" ,pkg-config)))
023fef7d
LC
1570 (home-page "https://01.org/powertop/")
1571 (synopsis "Analyze power consumption on Intel-based laptops")
1572 (description
1573 "PowerTOP is a Linux tool to diagnose issues with power consumption and
1574power management. In addition to being a diagnostic tool, PowerTOP also has
1575an interactive mode where the user can experiment various power management
1576settings for cases where the operating system has not enabled these
1577settings.")
3ac73271 1578 (license license:gpl2)))
6869e5c9
LC
1579
1580(define-public aumix
1581 (package
1582 (name "aumix")
1583 (version "2.9.1")
1584 (source (origin
1585 (method url-fetch)
1586 (uri (string-append
1587 "http://www.jpj.net/~trevor/aumix/releases/aumix-"
1588 version ".tar.bz2"))
1589 (sha256
1590 (base32
1591 "0a8fwyxnc5qdxff8sl2sfsbnvgh6pkij4yafiln0fxgg6bal7knj"))))
1592 (build-system gnu-build-system)
1593 (inputs `(("ncurses" ,ncurses)))
1594 (home-page "http://www.jpj.net/~trevor/aumix.html")
1595 (synopsis "Audio mixer for X and the console")
1596 (description
1597 "Aumix adjusts an audio mixer from X, the console, a terminal,
1598the command line or a script.")
3ac73271 1599 (license license:gpl2+)))
7c0dbe78
SHT
1600
1601(define-public iotop
1602 (package
1603 (name "iotop")
1604 (version "0.6")
1605 (source
1606 (origin
1607 (method url-fetch)
1608 (uri (string-append "http://guichaz.free.fr/iotop/files/iotop-"
1609 version ".tar.gz"))
1610 (sha256 (base32
1611 "1kp8mqg2pbxq4xzpianypadfxcsyfgwcaqgqia6h9fsq6zyh4z0s"))))
1612 (build-system python-build-system)
1613 (arguments
35cebf01 1614 ;; The setup.py script expects python-2.
7c0dbe78 1615 `(#:python ,python-2
35cebf01 1616 ;; There are currently no checks in the package.
7c0dbe78
SHT
1617 #:tests? #f))
1618 (native-inputs `(("python" ,python-2)))
1619 (home-page "http://guichaz.free.fr/iotop/")
1620 (synopsis
1621 "Displays the IO activity of running processes")
1622 (description
1623 "Iotop is a Python program with a top like user interface to show the
1624processes currently causing I/O.")
3ac73271 1625 (license license:gpl2+)))
e30835e2
LC
1626
1627(define-public fuse
1628 (package
1629 (name "fuse")
436c0558 1630 (version "2.9.7")
e30835e2
LC
1631 (source (origin
1632 (method url-fetch)
0e9bc883
LF
1633 (uri (string-append "https://github.com/libfuse/libfuse/releases/"
1634 "download/fuse-" version
1635 "/fuse-" version ".tar.gz"))
e30835e2
LC
1636 (sha256
1637 (base32
436c0558 1638 "0x486nri30f7cgy0acj87v9sjxsjrr0cymrvw4h3r0sgmp8k4943"))
cd48a549 1639 (patches (search-patches "fuse-overlapping-headers.patch"))))
e30835e2 1640 (build-system gnu-build-system)
b148bd71 1641 (inputs `(("util-linux" ,util-linux)))
e30835e2
LC
1642 (arguments
1643 '(#:configure-flags (list (string-append "MOUNT_FUSE_PATH="
1644 (assoc-ref %outputs "out")
1645 "/sbin")
1646 (string-append "INIT_D_PATH="
1647 (assoc-ref %outputs "out")
1648 "/etc/init.d")
9a4efac9
LC
1649
1650 ;; The rule makes /dev/fuse 666.
e30835e2
LC
1651 (string-append "UDEV_RULES_PATH="
1652 (assoc-ref %outputs "out")
9a4efac9 1653 "/lib/udev/rules.d"))
dc1d3cde
KK
1654 #:phases
1655 (modify-phases %standard-phases
1656 (add-before 'build 'set-file-names
1657 (lambda* (#:key inputs #:allow-other-keys)
1658 ;; libfuse calls out to mount(8) and umount(8). Make sure
1659 ;; it refers to the right ones.
1660 (substitute* '("lib/mount_util.c" "util/mount_util.c")
1661 (("/bin/(u?)mount" _ maybe-u)
1662 (string-append (assoc-ref inputs "util-linux")
1663 "/bin/" maybe-u "mount")))
1664 (substitute* '("util/mount.fuse.c")
1665 (("/bin/sh")
1666 (which "sh")))
1667
1668 ;; This hack leads libfuse to search for 'fusermount' in
1669 ;; $PATH, where it may find a setuid-root binary, instead of
1670 ;; trying solely $out/sbin/fusermount and failing because
1671 ;; it's not setuid.
1672 (substitute* "lib/Makefile"
1673 (("-DFUSERMOUNT_DIR=[[:graph:]]+")
1674 "-DFUSERMOUNT_DIR=\\\"/var/empty\\\""))
1675 #t)))))
0e9bc883 1676 (home-page "https://github.com/libfuse/libfuse")
e30835e2
LC
1677 (synopsis "Support file systems implemented in user space")
1678 (description
1679 "As a consequence of its monolithic design, file system code for Linux
1680normally goes into the kernel itself---which is not only a robustness issue,
1681but also an impediment to system extensibility. FUSE, for \"file systems in
1682user space\", is a kernel module and user-space library that tries to address
1683part of this problem by allowing users to run file system implementations as
1684user-space processes.")
3ac73271
LC
1685 (license (list license:lgpl2.1 ;library
1686 license:gpl2+)))) ;command-line utilities
220193ad
LC
1687
1688(define-public unionfs-fuse
1689 (package
1690 (name "unionfs-fuse")
2f861edf 1691 (version "2.0")
220193ad
LC
1692 (source (origin
1693 (method url-fetch)
1694 (uri (string-append
2f861edf
EF
1695 "https://github.com/rpodgorny/unionfs-fuse/archive/v"
1696 version ".tar.gz"))
1697 (file-name (string-append name "-" version ".tar.gz"))
220193ad
LC
1698 (sha256
1699 (base32
2f861edf 1700 "0hsn8l1iblvx27bpd4dvnvnbh9ri3sv2f9xzpsnfz3379kb7skgj"))))
220193ad 1701 (build-system cmake-build-system)
094f4b53 1702 (native-inputs
3ef27337 1703 `(("python" ,python)))
220193ad 1704 (inputs `(("fuse" ,fuse)))
094f4b53 1705 (arguments
3ef27337
LF
1706 ;; The tests were never actually run ("collected 0 items"), but in recent
1707 ;; versions of pytest that causes an error.
1708 '(#:tests? #f))
2f861edf 1709 (home-page "https://github.com/rpodgorny/unionfs-fuse")
220193ad
LC
1710 (synopsis "User-space union file system")
1711 (description
1712 "UnionFS-FUSE is a flexible union file system implementation in user
1713space, using the FUSE library. Mounting a union file system allows you to
1714\"aggregate\" the contents of several directories into a single mount point.
1715UnionFS-FUSE additionally supports copy-on-write.")
3ac73271 1716 (license license:bsd-3)))
ed748588 1717
0b7a0c20
LC
1718(define fuse-static
1719 (package (inherit fuse)
1720 (name "fuse-static")
1721 (source (origin (inherit (package-source fuse))
1722 (modules '((guix build utils)))
1723 (snippet
1724 ;; Normally libfuse invokes mount(8) so that /etc/mtab is
1725 ;; updated. Change calls to 'mtab_needs_update' to 0 so that
1726 ;; it doesn't do that, allowing us to remove the dependency on
1727 ;; util-linux (something that is useful in initrds.)
1728 '(substitute* '("lib/mount_util.c"
1729 "util/mount_util.c")
1730 (("mtab_needs_update[[:blank:]]*\\([a-z_]+\\)")
1731 "0")
1732 (("/bin/")
1733 "")))))))
1734
ed748588
LC
1735(define-public unionfs-fuse/static
1736 (package (inherit unionfs-fuse)
1737 (synopsis "User-space union file system (statically linked)")
1738 (name (string-append (package-name unionfs-fuse) "-static"))
1739 (source (origin (inherit (package-source unionfs-fuse))
1740 (modules '((guix build utils)))
1741 (snippet
1742 ;; Add -ldl to the libraries, because libfuse.a needs that.
1743 '(substitute* "src/CMakeLists.txt"
1744 (("target_link_libraries(.*)\\)" _ libs)
1745 (string-append "target_link_libraries"
1746 libs " dl)"))))))
1747 (arguments
1748 '(#:tests? #f
1456cff1 1749 #:configure-flags '("-DCMAKE_EXE_LINKER_FLAGS=-static")
dc1d3cde
KK
1750 #:phases
1751 (modify-phases %standard-phases
1752 (add-after 'install 'post-install
1753 (lambda* (#:key outputs #:allow-other-keys)
1754 (let* ((out (assoc-ref outputs "out"))
1755 (exe (string-append out "/bin/unionfs")))
1756 ;; By default, 'unionfs' keeps references to
1757 ;; $glibc/share/locale and similar stuff. Remove them.
1758 (remove-store-references exe)
1759
1760 ;; 'unionfsctl' has references to glibc as well. Since
1761 ;; we don't need it, remove it.
1762 (delete-file (string-append out "/bin/unionfsctl"))
1763 #t))))))
0b7a0c20 1764 (inputs `(("fuse" ,fuse-static)))))
67b66003 1765
db288efa
LC
1766(define-public sshfs-fuse
1767 (package
1768 (name "sshfs-fuse")
20f8d1dd 1769 (version "2.10")
db288efa
LC
1770 (source (origin
1771 (method url-fetch)
b58c1b2d 1772 (uri (string-append "https://github.com/libfuse/sshfs/releases/"
f5c6edd6
TGR
1773 "download/sshfs-" version "/sshfs-" version
1774 ".tar.gz"))
db288efa
LC
1775 (sha256
1776 (base32
20f8d1dd 1777 "00fir2iykdx11g8nv5gijg0zjrp2g3ldypnv0yi6lq3h5pg5v13h"))))
db288efa
LC
1778 (build-system gnu-build-system)
1779 (inputs
1780 `(("fuse" ,fuse)
1781 ("glib" ,glib)))
1782 (native-inputs
1783 `(("pkg-config" ,pkg-config)))
f5c6edd6 1784 (home-page "https://github.com/libfuse/sshfs")
db288efa
LC
1785 (synopsis "Mount remote file systems over SSH")
1786 (description
1787 "This is a file system client based on the SSH File Transfer Protocol.
1788Since most SSH servers already support this protocol it is very easy to set
1789up: on the server side there's nothing to do; on the client side mounting the
1790file system is as easy as logging into the server with an SSH client.")
3ac73271 1791 (license license:gpl2+)))
db288efa 1792
1eacffb9
RH
1793(define-public archivemount
1794 (package
1795 (name "archivemount")
4f55b39f 1796 (version "0.8.9")
1eacffb9
RH
1797 (source
1798 (origin
1799 (method url-fetch)
1800 (uri (string-append "http://www.cybernoia.de/software/archivemount/"
1801 "archivemount-" version ".tar.gz"))
1802 (sha256
1803 (base32
4f55b39f 1804 "0v4si1ri6lhnq9q87gkx7fsh6lv6xz4bynknwndqncpvfp5cy1jg"))))
1eacffb9 1805 (build-system gnu-build-system)
c695fb76
TGR
1806 (inputs `(("fuse" ,fuse)
1807 ("libarchive" ,libarchive)))
1808 (native-inputs `(("pkg-config" ,pkg-config)))
1eacffb9
RH
1809 (home-page "http://www.cybernoia.de/software/archivemount")
1810 (synopsis "Tool for mounting archive files with FUSE")
1811 (description "archivemount is a FUSE-based file system for Unix variants,
1812including Linux. Its purpose is to mount archives (i.e. tar, tar.gz, etc.) to a
1813mount point where it can be read from or written to as with any other file
1814system. This makes accessing the contents of the archive, which may be
1815compressed, transparent to other programs, without decompressing them.")
1816 (license license:lgpl2.0+)))
1817
67b66003
LC
1818(define-public numactl
1819 (package
1820 (name "numactl")
e35dff97 1821 (version "2.0.11")
67b66003
LC
1822 (source (origin
1823 (method url-fetch)
1824 (uri (string-append
1825 "ftp://oss.sgi.com/www/projects/libnuma/download/numactl-"
1826 version
1827 ".tar.gz"))
1828 (sha256
1829 (base32
e35dff97 1830 "0qbqa9gac2vlahrngi553hws2mqgqdwv2lc69a3yx4gq6l90j325"))))
67b66003
LC
1831 (build-system gnu-build-system)
1832 (arguments
e35dff97 1833 '(;; There's a 'test' target, but it requires NUMA support in the kernel
67b66003
LC
1834 ;; to run, which we can't assume to have.
1835 #:tests? #f))
b0015064 1836
35dfcdd7
AE
1837 ;; NUMA is apparently not supported on armhf, see
1838 ;; http://www.spinics.net/lists/linux-numa/msg01157.html
1839 (supported-systems (delete "armhf-linux" %supported-systems))
67b66003
LC
1840 (home-page "http://oss.sgi.com/projects/libnuma/")
1841 (synopsis "Tools for non-uniform memory access (NUMA) machines")
1842 (description
1843 "NUMA stands for Non-Uniform Memory Access, in other words a system whose
1844memory is not all in one place. The numactl program allows you to run your
1845application program on specific CPU's and memory nodes. It does this by
1846supplying a NUMA memory policy to the operating system before running your
1847program.
1848
1849The package contains other commands, such as numademo, numastat and memhog.
1850The numademo command provides a quick overview of NUMA performance on your
1851system.")
3ac73271
LC
1852 (license (list license:gpl2 ;programs
1853 license:lgpl2.1)))) ;library
b10e9ff6 1854
103b7e79 1855(define-public kbd-neo
1856 (package
1857 (name "kbd-neo")
1858 (version "2486")
1859 (source
1860 (origin
1861 (method url-fetch)
1862 (uri (string-append "https://svn.neo-layout.org/!svn/bc/"
1863 version "/linux/console/neo.map"))
1864 (file-name (string-append name "-" version ".map"))
1865 (sha256
1866 (base32
1867 "19mfrd31vzpsjiwc7pshxm0b0sz5dd17xrz6k079cy4im1vf0r4g"))))
1868 (build-system trivial-build-system)
1869 (arguments
1870 `(#:modules ((guix build utils))
1871 #:builder (begin
1872 (use-modules (guix build utils))
1873 (let ((out (string-append %output "/share/keymaps"))
1874 (source (assoc-ref %build-inputs "source")))
1875 (mkdir-p out)
1876 (copy-file source (string-append out "/neo.map"))
1877 #t))))
1878 (home-page "https://neo-layout.org")
1879 (synopsis "Neo2 console layout")
1880 (description
1881 "Kbd-neo provides the Neo2 keyboard layout for use with
1882@command{loadkeys(1)} from @code{kbd(4)}.")
1883 ;; The file is located in an svn directory, the entire content of
1884 ;; the directory is licensed as GPL3.
1885 (license license:gpl3+)))
1886
b10e9ff6
LC
1887(define-public kbd
1888 (package
1889 (name "kbd")
8555a609 1890 (version "2.0.4")
b10e9ff6
LC
1891 (source (origin
1892 (method url-fetch)
1893 (uri (string-append "mirror://kernel.org/linux/utils/kbd/kbd-"
710b4928 1894 version ".tar.xz"))
b10e9ff6
LC
1895 (sha256
1896 (base32
8555a609 1897 "124swm93dm4ca0pifgkrand3r9gvj3019d4zkfxsj9djpvv0mnaz"))
c8f60748
LC
1898 (modules '((guix build utils)))
1899 (snippet
f2cdcafb
LC
1900 '(begin
1901 (substitute* "tests/Makefile.in"
1902 ;; The '%: %.in' rule incorrectly uses @VERSION@.
1903 (("@VERSION@")
1904 "[@]VERSION[@]"))
1905 (substitute* '("src/unicode_start" "src/unicode_stop")
1906 ;; Assume the Coreutils are in $PATH.
1907 (("/usr/bin/tty")
1908 "tty"))))))
b10e9ff6
LC
1909 (build-system gnu-build-system)
1910 (arguments
5953d2b7
AK
1911 '(#:phases
1912 (modify-phases %standard-phases
1913 (add-before 'build 'pre-build
1914 (lambda* (#:key inputs #:allow-other-keys)
1915 (let ((gzip (assoc-ref %build-inputs "gzip"))
1916 (bzip2 (assoc-ref %build-inputs "bzip2")))
1917 (substitute* "src/libkeymap/findfile.c"
1918 (("gzip")
1919 (string-append gzip "/bin/gzip"))
1920 (("bzip2")
1921 (string-append bzip2 "/bin/bzip2"))))))
1922 (add-after 'install 'post-install
1923 (lambda* (#:key outputs #:allow-other-keys)
1924 ;; Make sure these programs find their comrades.
1925 (let* ((out (assoc-ref outputs "out"))
1926 (bin (string-append out "/bin")))
1927 (for-each (lambda (prog)
1928 (wrap-program (string-append bin "/" prog)
1929 `("PATH" ":" prefix (,bin))))
1930 '("unicode_start" "unicode_stop"))))))))
b10e9ff6 1931 (inputs `(("check" ,check)
f61e0e79
LC
1932 ("gzip" ,gzip)
1933 ("bzip2" ,bzip2)
b10e9ff6 1934 ("pam" ,linux-pam)))
fd7000fe 1935 (native-search-paths
1936 (list (search-path-specification
1937 (variable "LOADKEYS_KEYMAP_PATH")
674d4e13
TGR
1938 ;; Append ‘/**’ to recursively search all directories. One can then
1939 ;; run (for example) ‘loadkeys en-latin9’ instead of having to find
1940 ;; and type ‘i386/colemak/en-latin9’ on a mislabelled keyboard.
1941 (files (list "share/keymaps/**")))))
b10e9ff6 1942 (native-inputs `(("pkg-config" ,pkg-config)))
0ed81d04 1943 (home-page "http://kbd-project.org/")
b10e9ff6
LC
1944 (synopsis "Linux keyboard utilities and keyboard maps")
1945 (description
1946 "This package contains keytable files and keyboard utilities compatible
1947for systems using the Linux kernel. This includes commands such as
1948'loadkeys', 'setfont', 'kbdinfo', and 'chvt'.")
3ac73271 1949 (license license:gpl2+)))
de0b620e
LC
1950
1951(define-public inotify-tools
1952 (package
1953 (name "inotify-tools")
fb5b359d 1954 (version "3.20.1")
de0b620e
LC
1955 (source (origin
1956 (method url-fetch)
1957 (uri (string-append
fb5b359d
MB
1958 "https://github.com/rvoicilas/inotify-tools/archive/"
1959 version ".tar.gz"))
1960 (file-name (string-append name "-" version ".tar.gz"))
de0b620e
LC
1961 (sha256
1962 (base32
fb5b359d 1963 "1b22c8x4pjnz3abx4dikpbj43zprjw79pdkd4xw111dsxlfwqcx4"))))
de0b620e 1964 (build-system gnu-build-system)
fb5b359d
MB
1965 (arguments
1966 `(#:phases (modify-phases %standard-phases
1967 (add-after 'unpack 'bootstrap
1968 (lambda _
1969 (invoke "autoreconf" "-vif"))))))
1970 (native-inputs
1971 `(("autoconf" ,autoconf)
1972 ("automake" ,automake)
1973 ("libtool" ,libtool)))
1974 (home-page "https://github.com/rvoicilas/inotify-tools/wiki")
de0b620e
LC
1975 (synopsis "Monitor file accesses")
1976 (description
1977 "The inotify-tools packages provides a C library and command-line tools
1978to use Linux' inotify mechanism, which allows file accesses to be monitored.")
3ac73271 1979 (license license:gpl2+)))
e062d542
AE
1980
1981(define-public kmod
1982 (package
1983 (name "kmod")
b9375d89 1984 (version "24")
e062d542
AE
1985 (source (origin
1986 (method url-fetch)
1987 (uri
1988 (string-append "mirror://kernel.org/linux/utils/kernel/kmod/"
1989 "kmod-" version ".tar.xz"))
1990 (sha256
1991 (base32
b9375d89 1992 "15xkkkzvca9flvkm48gkh8y8f13vlm3sl7nz9ydc7b3jy4fqs2v1"))
fc1adab1 1993 (patches (search-patches "kmod-module-directory.patch"))))
e062d542
AE
1994 (build-system gnu-build-system)
1995 (native-inputs
1996 `(("pkg-config" ,pkg-config)))
1997 (inputs
f61e0e79
LC
1998 `(("xz" ,xz)
1999 ("zlib" ,zlib)))
e062d542
AE
2000 (arguments
2001 `(#:tests? #f ; FIXME: Investigate test failures
4a8b4c25
LC
2002 #:configure-flags '("--with-xz" "--with-zlib")
2003 #:phases (alist-cons-after
2004 'install 'install-modprobe&co
2005 (lambda* (#:key outputs #:allow-other-keys)
2006 (let* ((out (assoc-ref outputs "out"))
2007 (bin (string-append out "/bin")))
2008 (for-each (lambda (tool)
2009 (symlink "kmod"
2010 (string-append bin "/" tool)))
2011 '("insmod" "rmmod" "lsmod" "modprobe"
2012 "modinfo" "depmod"))))
2013 %standard-phases)))
e062d542
AE
2014 (home-page "https://www.kernel.org/")
2015 (synopsis "Kernel module tools")
35b9e423 2016 (description "Kmod is a set of tools to handle common tasks with Linux
e062d542
AE
2017kernel modules like insert, remove, list, check properties, resolve
2018dependencies and aliases.
2019
2020These tools are designed on top of libkmod, a library that is shipped with
2021kmod. The aim is to be compatible with tools, configurations and indices
2022from the module-init-tools project.")
3ac73271 2023 (license license:gpl2+))) ; library under lgpl2.1+
d7d42d6b 2024
7fa715e7
LC
2025(define-public eudev
2026 ;; The post-systemd fork, maintained by Gentoo.
fe32c7f7 2027 (package
7fa715e7 2028 (name "eudev")
bab5f3a7 2029 (version "3.2.5")
7fa715e7
LC
2030 (source (origin
2031 (method url-fetch)
172a9b44 2032 (uri (string-append "https://github.com/gentoo/eudev/archive/v"
bab5f3a7
MB
2033 version ".tar.gz"))
2034 (file-name (string-append name "-" version ".tar.gz"))
7fa715e7
LC
2035 (sha256
2036 (base32
bab5f3a7 2037 "0dlkcgy7j4fdcksqrpc373zfybiif1bal3n6lpy1kfc5280j02c7"))
202342fd 2038 (patches (search-patches "eudev-rules-directory.patch"))))
fe32c7f7 2039 (build-system gnu-build-system)
4e859e92 2040 (arguments
172a9b44
MC
2041 '(#:phases
2042 (modify-phases %standard-phases
2043 (add-before 'configure 'bootstrap
2044 (lambda* (#:key inputs #:allow-other-keys)
2045 (substitute* "man/make.sh"
2046 (("/usr/bin/xsltproc")
2047 (string-append (assoc-ref inputs "xsltproc")
2048 "/bin/xsltproc")))
2049 ;; Manual pages are regenerated here.
2050 (zero? (system* "./autogen.sh"))))
2051 (add-after 'install 'build-hwdb
2052 (lambda* (#:key outputs #:allow-other-keys)
2053 ;; Build OUT/etc/udev/hwdb.bin. This allows 'lsusb' and
2054 ;; similar tools to display product names.
2055 (let ((out (assoc-ref outputs "out")))
2056 (zero? (system* (string-append out "/bin/udevadm")
2057 "hwdb" "--update"))))))
2058 #:configure-flags (list "--enable-manpages")))
fe32c7f7 2059 (native-inputs
172a9b44
MC
2060 `(("autoconf" ,autoconf)
2061 ("automake" ,automake)
2062 ("gperf" ,gperf)
2063 ("libtool" ,libtool)
2064 ("pkg-config" ,pkg-config)
2065 ;; For tests.
e75230c1 2066 ("perl" ,perl)
172a9b44
MC
2067 ("python" ,python-wrapper)
2068 ;; For documentation.
2069 ("docbook-xml" ,docbook-xml-4.2)
2070 ("docbook-xsl" ,docbook-xsl)
2071 ("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
c695fb76 2072 ("xsltproc" ,libxslt)))
fe32c7f7 2073 (inputs
255f7308
LC
2074 ;; When linked against libblkid, eudev can populate /dev/disk/by-label
2075 ;; and similar; it also installs the '60-persistent-storage.rules' file,
2076 ;; which contains the rules to do that.
2077 `(("util-linux" ,util-linux) ;for blkid
2078 ("kmod" ,kmod)))
e1921a38 2079 (home-page "https://wiki.gentoo.org/wiki/Project:Eudev")
fe32c7f7
MW
2080 (synopsis "Userspace device management")
2081 (description "Udev is a daemon which dynamically creates and removes
2082device nodes from /dev/, handles hotplug events and loads drivers at boot
2083time.")
3ac73271 2084 (license license:gpl2+)))
7fa715e7 2085
e5d861f3 2086(define-public eudev-with-hwdb
4e859e92 2087 (deprecated-package "eudev-with-hwdb" eudev))
e5d861f3 2088
66269d47
LC
2089(define-public lvm2
2090 (package
2091 (name "lvm2")
63899ca7 2092 (version "2.02.177")
66269d47
LC
2093 (source (origin
2094 (method url-fetch)
2095 (uri (string-append "ftp://sources.redhat.com/pub/lvm2/releases/LVM2."
2096 version ".tgz"))
2097 (sha256
2098 (base32
63899ca7 2099 "1wl0isn0yz5wvglwylnlqkppafwmvhliq5bd92vjqp5ir4za49a0"))
66269d47
LC
2100 (modules '((guix build utils)))
2101 (snippet
2102 '(begin
2103 (use-modules (guix build utils))
2104
2105 ;; Honor sysconfdir.
2106 (substitute* "make.tmpl.in"
2107 (("confdir = .*$")
2108 "confdir = @sysconfdir@\n")
2109 (("DEFAULT_SYS_DIR = @DEFAULT_SYS_DIR@")
01f94cca
LC
2110 "DEFAULT_SYS_DIR = @sysconfdir@"))))
2111 (patches (search-patches "lvm2-static-link.patch"))))
66269d47
LC
2112 (build-system gnu-build-system)
2113 (native-inputs
2114 `(("pkg-config" ,pkg-config)
2115 ("procps" ,procps))) ;tests use 'pgrep'
2116 (inputs
8fcaf8b1 2117 `(("udev" ,eudev)))
66269d47 2118 (arguments
3afbc6b3
LF
2119 '(#:phases
2120 (modify-phases %standard-phases
2121 (add-after 'configure 'set-makefile-shell
2122 (lambda _
2123 ;; Use 'sh', not 'bash', so that '. lib/utils.sh' works as
2124 ;; expected.
2125 (setenv "SHELL" (which "sh"))
66269d47 2126
3afbc6b3
LF
2127 ;; Replace /bin/sh with the right file name.
2128 (patch-makefile-SHELL "make.tmpl")
1ac18721 2129 #t)))
66269d47
LC
2130
2131 #:configure-flags (list (string-append "--sysconfdir="
2132 (assoc-ref %outputs "out")
2133 "/etc/lvm")
2134 "--enable-udev_sync"
f2817d43 2135 "--enable-udev_rules"
9324d92e 2136 "--enable-pkgconfig"
f2817d43
LC
2137
2138 ;; Make sure programs such as 'dmsetup' can
2139 ;; find libdevmapper.so.
2140 (string-append "LDFLAGS=-Wl,-rpath="
2141 (assoc-ref %outputs "out")
2142 "/lib"))
66269d47
LC
2143
2144 ;; The tests use 'mknod', which requires root access.
2145 #:tests? #f))
62ec02bf 2146 (home-page "https://sourceware.org/lvm2/")
66269d47
LC
2147 (synopsis "Logical volume management for Linux")
2148 (description
2149 "LVM2 is the logical volume management tool set for Linux-based systems.
2150This package includes the user-space libraries and tools, including the device
2151mapper. Kernel components are part of Linux-libre.")
2152
2153 ;; Libraries (liblvm2, libdevmapper) are LGPLv2.1.
2154 ;; Command-line tools are GPLv2.
3ac73271 2155 (license (list license:gpl2 license:lgpl2.1))))
66269d47 2156
01f94cca
LC
2157(define-public lvm2-static
2158 (package
2159 (inherit lvm2)
2160 (name "lvm2-static")
2161
2162 ;; Propagate udev because libdevmapper.a depends on libudev.
2163 (inputs (alist-delete "udev" (package-inputs lvm2)))
2164 (propagated-inputs `(("udev" ,eudev)))
2165
2166 (arguments
2167 (substitute-keyword-arguments (package-arguments lvm2)
2168 ((#:configure-flags flags '())
2169 ;; LVM2 doesn't use Libtool, hence the custom option.
2170 `(cons "--enable-static_link" ,flags))))
2171 (synopsis "Logical volume management for Linux (statically linked)")))
2172
000f7559
DT
2173(define-public wireless-tools
2174 (package
2175 (name "wireless-tools")
2176 (version "30.pre9")
2177 (source (origin
2178 (method url-fetch)
2179 (uri (string-append "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools."
2180 version ".tar.gz"))
2181 (sha256
2182 (base32
ec01f22d 2183 "0qscyd44jmhs4k32ggp107hlym1pcyjzihiai48xs7xzib4wbndb"))
ec01f22d 2184 (snippet
c2099a4c
MW
2185 '(begin
2186 ;; Remove the older header files that are not free software.
2187 (for-each (lambda (n)
2188 (delete-file (format #f "wireless.~a.h" n)))
2189 '(10 11 12 13 14 15 16 17 18 19 20))
2190 #t))))
000f7559
DT
2191 (build-system gnu-build-system)
2192 (arguments
c2099a4c
MW
2193 `(#:make-flags
2194 (list (string-append "PREFIX=" %output)
2195 (string-append "INSTALL_MAN=" %output "/share/man")
2196 (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")
2197 "BUILD_STATIC=")
2198 #:phases (modify-phases %standard-phases
2199 (delete 'configure))
000f7559
DT
2200 #:tests? #f))
2201 (synopsis "Tools for manipulating Linux Wireless Extensions")
fb9b7ce2
LC
2202 (description "Wireless Tools are used to manipulate the now-deprecated
2203Linux Wireless Extensions; consider using 'iw' instead. The Wireless
2204Extension was an interface allowing you to set Wireless LAN specific
2205parameters and get the specific stats. It is deprecated in favor the nl80211
2206interface.")
000f7559 2207 (home-page "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html")
c2099a4c
MW
2208 ;; wireless.21.h and wireless.22.h are distributed under lgpl2.1+, the
2209 ;; other files are distributed under gpl2.
3ac73271 2210 (license (list license:gpl2 license:lgpl2.1+))))
30016044 2211
cc205dac
LC
2212(define-public crda
2213 (package
2214 (name "crda")
2215 (version "3.18")
2216 (source (origin
2217 (method url-fetch)
2218 (uri (string-append "mirror://kernel.org/software/network/crda/"
2219 "crda-" version ".tar.xz"))
2220 (sha256
2221 (base32
2222 "1gydiqgb08d9gbx4l6gv98zg3pljc984m50hmn3ysxcbkxkvkz23"))
fc1adab1 2223 (patches (search-patches "crda-optional-gcrypt.patch"))))
cc205dac
LC
2224 (build-system gnu-build-system)
2225 (arguments
2226 '(#:phases (modify-phases %standard-phases
2227 (delete 'configure)
2228 (add-before
2229 'build 'no-werror-no-ldconfig
2230 (lambda _
2231 (substitute* "Makefile"
2232 (("-Werror") "")
2233 (("ldconfig") "true"))
2234 #t))
2235 (add-before
2236 'build 'set-regulator-db-file-name
2237 (lambda* (#:key inputs #:allow-other-keys)
2238 ;; Tell CRDA where to find our database.
2239 (let ((regdb (assoc-ref inputs "wireless-regdb")))
2240 (substitute* "crda.c"
2241 (("\"/lib/crda/regulatory.bin\"")
2242 (string-append "\"" regdb
2243 "/lib/crda/regulatory.bin\"")))
2244 #t))))
2245 #:test-target "verify"
2246 #:make-flags (let ((out (assoc-ref %outputs "out"))
2247 (regdb (assoc-ref %build-inputs "wireless-regdb")))
2248 (list "CC=gcc" "V=1"
2249
2250 ;; Disable signature-checking on 'regulatory.bin'.
2251 ;; The reason is that this simplifies maintenance
2252 ;; on our side (no need to manage a distro key
2253 ;; pair), and we can guarantee integrity of
2254 ;; 'regulatory.bin' by other means anyway, such as
2255 ;; 'guix gc --verify'. See
2256 ;; <https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb>
2257 ;; for a discssion.
2258 "USE_OPENSSL=0"
2259
2260 (string-append "PREFIX=" out)
2261 (string-append "SBINDIR=" out "/sbin/")
2262 (string-append "UDEV_RULE_DIR="
2263 out "/lib/udev/rules.d")
2264 (string-append "LDFLAGS=-Wl,-rpath="
2265 out "/lib -L.")
2266 (string-append "REG_BIN=" regdb
2267 "/lib/crda/regulatory.bin")))))
2268 (native-inputs `(("pkg-config" ,pkg-config)
2269 ("python" ,python-2)
2270 ("wireless-regdb" ,wireless-regdb)))
2271 (inputs `(("libnl" ,libnl)))
2272 (home-page
2273 "https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA")
2274 (synopsis "Central regulatory domain agent (CRDA) for WiFi")
2275 (description
2276 "The Central Regulatory Domain Agent (CRDA) acts as the udev helper for
2277communication between the kernel Linux and user space for regulatory
2278compliance.")
3ac73271 2279 (license license:copyleft-next)))
cc205dac 2280
c80b4a3e
LC
2281(define-public wireless-regdb
2282 (package
2283 (name "wireless-regdb")
a70782d3 2284 (version "2017.03.07")
c80b4a3e
LC
2285 (source (origin
2286 (method url-fetch)
2287 (uri (string-append
2288 "mirror://kernel.org/software/network/wireless-regdb/"
2289 "wireless-regdb-" version ".tar.xz"))
2290 (sha256
2291 (base32
a70782d3 2292 "1f9mcp78sdd4sci6v32vxfcl1rfjpv205jisz1p93kkfnaisy7ip"))
5568151f
LC
2293
2294 ;; We're building 'regulatory.bin' by ourselves.
2295 (snippet '(delete-file "regulatory.bin"))))
c80b4a3e
LC
2296 (build-system gnu-build-system)
2297 (arguments
2298 '(#:phases (modify-phases %standard-phases
2299 (delete 'configure))
5568151f
LC
2300
2301 ;; The 'all' target of the makefile depends on $(REGDB_CHANGED), which
2302 ;; is computed and can be equal to 'maintainer-clean'; when that
2303 ;; happens, we can end up deleting the 'regulatory.bin' file that we
2304 ;; just built. Thus, build things sequentially.
2305 #:parallel-build? #f
2306
c80b4a3e
LC
2307 #:tests? #f ;no tests
2308 #:make-flags (let ((out (assoc-ref %outputs "out")))
2309 (list (string-append "PREFIX=" out)
2310 (string-append "LSB_ID=GuixSD")
2311 (string-append "DISTRO_PUBKEY=/dev/null")
2312 (string-append "DISTRO_PRIVKEY=/dev/null")
2313 (string-append "REGDB_PUBKEY=/dev/null")
2314
2315 ;; Leave that empty so that db2bin.py doesn't try
2316 ;; to sign 'regulatory.bin'. This allows us to
2317 ;; avoid managing a key pair for the whole distro.
2318 (string-append "REGDB_PRIVKEY=")))))
2319 (native-inputs `(("python" ,python-2)))
2320 (home-page
2321 "https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb")
2322 (synopsis "Wireless regulatory database")
2323 (description
2324 "This package contains the wireless regulatory database Central
2325Regulatory Database Agent (CRDA) daemon. The database contains information on
2326country-specific regulations for the wireless spectrum.")
3ac73271 2327 (license license:isc)))
c80b4a3e 2328
30016044
MW
2329(define-public lm-sensors
2330 (package
2331 (name "lm-sensors")
171091a8 2332 (version "3.4.0")
30016044
MW
2333 (source (origin
2334 (method url-fetch)
ee6a5d0e 2335 (uri (list (string-append
171091a8
AE
2336 "https://github.com/groeck/lm-sensors/archive/V"
2337 (string-join (string-split version #\.) "-")
2338 ".tar.gz")))
bc4a2b85 2339 (file-name (string-append name "-" version ".tar.gz"))
30016044
MW
2340 (sha256
2341 (base32
171091a8 2342 "0knb09s9lvx0wzfsaizx3xq58q6kllqf7nkbwvir0wkgn31c2d73"))
fc1adab1 2343 (patches (search-patches "lm-sensors-hwmon-attrs.patch"))))
30016044
MW
2344 (build-system gnu-build-system)
2345 (inputs `(("rrdtool" ,rrdtool)
2346 ("perl" ,perl)
2347 ("kmod" ,kmod)
2348 ("gnuplot" ,gnuplot)))
2349 (native-inputs `(("pkg-config" ,pkg-config)
2350 ("flex" ,flex)
2351 ("bison" ,bison)
2352 ("which" ,which)))
8ddf20b2
DL
2353 (outputs '("lib" ;avoid perl in closure
2354 "out"))
30016044
MW
2355 (arguments
2356 `(#:tests? #f ; no 'check' target
2357 #:make-flags (list (string-append "PREFIX=" %output)
8ddf20b2
DL
2358 (string-append "ETCDIR=" (assoc-ref %outputs "lib") "/etc")
2359 (string-append "INCLUDEDIR="
2360 (assoc-ref %outputs "lib") "/include")
2361 (string-append "MANDIR=" %output "/share/man")
2362 (string-append "LIBDIR=" (assoc-ref %outputs "lib") "/lib"))
30016044 2363 #:phases
dc1d3cde
KK
2364 (modify-phases %standard-phases
2365 (delete 'configure)
2366 (add-before 'build 'patch-exec-paths
2367 (lambda* (#:key inputs outputs #:allow-other-keys)
2368 (substitute* "prog/detect/sensors-detect"
2369 (("`uname")
2370 (string-append "`" (assoc-ref inputs "coreutils")
2371 "/bin/uname"))
2372 (("(`|\")modprobe" all open-quote)
2373 (string-append open-quote
2374 (assoc-ref inputs "kmod")
2375 "/bin/modprobe")))
2376 (substitute* '("prog/pwm/pwmconfig"
2377 "prog/pwm/fancontrol")
2378 (("gnuplot")
2379 (string-append (assoc-ref inputs "gnuplot")
2380 "/bin/gnuplot"))
2381 (("cat ")
2382 (string-append (assoc-ref inputs "coreutils")
2383 "/bin/cat "))
2384 (("egrep ")
2385 (string-append (assoc-ref inputs "grep")
2386 "/bin/egrep "))
2387 (("sed -e")
2388 (string-append (assoc-ref inputs "sed")
2389 "/bin/sed -e"))
2390 (("cut -d")
2391 (string-append (assoc-ref inputs "coreutils")
2392 "/bin/cut -d"))
2393 (("sleep ")
2394 (string-append (assoc-ref inputs "coreutils")
2395 "/bin/sleep "))
2396 (("readlink -f")
2397 (string-append (assoc-ref inputs "coreutils")
2398 "/bin/readlink -f")))
2399 #t)))))
3a04d5d4 2400 (home-page "http://jdelvare.nerim.net/devel.html#lmsensors")
30016044
MW
2401 (synopsis "Utilities to read temperature/voltage/fan sensors")
2402 (description
35b9e423 2403 "Lm-sensors is a hardware health monitoring package for Linux. It allows
30016044
MW
2404you to access information from temperature, voltage, and fan speed sensors.
2405It works with most newer systems.")
3ac73271 2406 (license license:gpl2+)))
b087d413 2407
55e1d39b
MB
2408(define-public iucode-tool
2409 (package
2410 (name "iucode-tool")
2411 (version "2.2")
2412 (source (origin
2413 (method url-fetch)
2414 (uri (string-append "https://gitlab.com/iucode-tool/releases"
2415 "/raw/latest/iucode-tool_" version ".tar.xz"))
2416 (sha256
2417 (base32
2418 "0w99k1aq1xw148ffk1xykqf60rdbphb1jknw98jcmadq4pwxl44q"))))
2419 (build-system gnu-build-system)
2420 (home-page "https://gitlab.com/iucode-tool/iucode-tool/wikis/home")
2421 (synopsis "Manipulate Intel microcode bundles")
2422 (description
2423 "@command{iucode_tool} is a utility to work with microcode packages for
2424Intel processors. It can convert between formats, extract specific versions,
2425create a firmware image suitable for the Linux kernel, and more.")
513dc568
EF
2426 ;; cpuid.h is available for i686, x86_64, and ia64.
2427 (supported-systems '("i686-linux" "x86_64-linux"))
55e1d39b
MB
2428 (license license:gpl2+)))
2429
f5b2a53d
RW
2430(define-public i2c-tools
2431 (package
2432 (name "i2c-tools")
2433 (version "3.1.1")
2434 (source (origin
2435 (method url-fetch)
2436 (uri (string-append
f32274a7 2437 "http://jdelvare.nerim.net/mirror/i2c-tools/i2c-tools-"
f5b2a53d
RW
2438 version ".tar.bz2"))
2439 (sha256
2440 (base32
2441 "000pvg995qy1b15ks59gd0klri55hb33kqpg5czy84hw1pbdgm0l"))))
2442 (build-system gnu-build-system)
2443 (arguments
2444 `(#:tests? #f ; no 'check' target
2445 #:make-flags (list (string-append "prefix=" %output)
2446 "CC=gcc")
2447 ;; no configure script
dc1d3cde 2448 #:phases (modify-phases %standard-phases (delete 'configure))))
bccf27cb
RW
2449 (inputs
2450 `(("perl" ,perl)))
f32274a7 2451 (home-page "http://jdelvare.nerim.net/devel.html#i2ctools")
f5b2a53d
RW
2452 (synopsis "I2C tools for Linux")
2453 (description
2454 "The i2c-tools package contains a heterogeneous set of I2C tools for
2455Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers,
2456EEPROM decoding scripts, EEPROM programming tools, and a python module for
2457SMBus access.")
3ac73271 2458 (license license:gpl2+)))
f5b2a53d 2459
b087d413
MW
2460(define-public xsensors
2461 (package
2462 (name "xsensors")
2463 (version "0.70")
2464 (source (origin
2465 (method url-fetch)
2466 (uri (string-append
2467 "http://www.linuxhardware.org/xsensors/xsensors-"
2468 version ".tar.gz"))
2469 (sha256
2470 (base32
2471 "1siplsfgvcxamyqf44h71jx6jdfmvhfm7mh0y1q8ps4zs6pj2zwh"))))
2472 (build-system gnu-build-system)
8ddf20b2 2473 (inputs `(("lm-sensors" ,lm-sensors "lib")
b087d413
MW
2474 ("gtk" ,gtk+-2)))
2475 (native-inputs `(("pkg-config" ,pkg-config)))
2476 (arguments
dc1d3cde
KK
2477 `(#:phases
2478 (modify-phases %standard-phases
2479 (add-before 'configure 'enable-deprecated
2480 (lambda _
2481 (substitute* "src/Makefile.in"
2482 (("-DGDK_DISABLE_DEPRECATED") "")
2483 (("-DGTK_DISABLE_DEPRECATED") ""))
2484 #t))
2485 (add-before 'configure 'remove-Werror
2486 (lambda _
2487 (substitute* '("configure" "src/Makefile.in")
2488 (("-Werror") ""))
2489 #t)))))
b087d413
MW
2490 (home-page "http://www.linuxhardware.org/xsensors/")
2491 (synopsis "Hardware health information viewer")
2492 (description
35b9e423 2493 "Xsensors reads data from the libsensors library regarding hardware
b087d413
MW
2494health such as temperature, voltage and fan speed and displays the information
2495in a digital read-out.")
3ac73271 2496 (license license:gpl2+)))
b62fe07f
LC
2497
2498(define-public perf
2499 (package
2500 (name "perf")
2501 (version (package-version linux-libre))
2502 (source (package-source linux-libre))
2503 (build-system gnu-build-system)
2504 (arguments
dc1d3cde
KK
2505 '(#:phases
2506 (modify-phases %standard-phases
2507 (replace 'configure
2508 (lambda* (#:key inputs #:allow-other-keys)
2509 (setenv "SHELL_PATH" (which "bash"))
2510 (chdir "tools/perf")
2511 #t)))
65dabe4e 2512 #:make-flags (list (string-append "prefix="
b62fe07f 2513 (assoc-ref %outputs "out"))
2af29d23
LC
2514 "WERROR=0"
2515
2516 ;; By default, 'config/Makefile' uses lib64 on
2517 ;; x86_64. Work around that.
2518 "lib=lib")
b62fe07f
LC
2519 #:tests? #f)) ;no tests
2520 (native-inputs
2521 `(("pkg-config" ,pkg-config)
2522 ("bison" ,bison)
2523 ("flex" ,flex)
2524
2525 ;; There are build scripts written in these languages.
2526 ("perl" ,perl)
2527 ("python" ,python-2)))
2528 (inputs
b1fb4b23 2529 `(("slang" ,slang) ;for the interactive TUI
b62fe07f 2530 ;; ("newt" ,newt)
6c030d10 2531 ("python" ,python-2) ;'perf' links against libpython
b62fe07f 2532 ("elfutils" ,elfutils)
b25d3bd9 2533 ("libiberty" ,libiberty) ;used alongside BDF for symbol demangling
1d484507
LC
2534 ("libunwind" ,libunwind) ;better stack walking
2535 ("numactl" ,numactl) ;for 'perf bench numa mem'
b62fe07f 2536
d7ece67a
LC
2537 ;; Documentation.
2538 ("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
d7ece67a
LC
2539 ("docbook-xsl" ,docbook-xsl)
2540 ("xmlto" ,xmlto)
2541 ("asciidoc" ,asciidoc)))
b62fe07f
LC
2542 (home-page "https://perf.wiki.kernel.org/")
2543 (synopsis "Linux profiling with performance counters")
2544 (description
2545 "perf is a tool suite for profiling using hardware performance counters,
2546with support in the Linux kernel. perf can instrument CPU performance
2547counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is capable
2548of lightweight profiling. This package contains the user-land tools and in
2549particular the 'perf' command.")
2550 (license (package-license linux-libre))))
c09e60e4
DT
2551
2552(define-public pflask
2553 (package
2554 (name "pflask")
2555 (version "0.2")
2556 (source (origin
2557 (method url-fetch)
2558 (uri (string-append "https://github.com/ghedo/pflask/archive/v"
2559 version ".tar.gz"))
f586c877 2560 (file-name (string-append name "-" version ".tar.gz"))
c09e60e4
DT
2561 (sha256
2562 (base32
2563 "1g8fjj67dfkc2s0852l9vqi1pm61gp4rxbpzbzg780f5s5hd1fys"))))
2564 (build-system cmake-build-system)
2565 (arguments
2566 '(#:tests? #f)) ; no tests
81e59e41 2567 (home-page "https://ghedo.github.io/pflask/")
c09e60e4
DT
2568 (synopsis "Simple tool for creating Linux namespace containers")
2569 (description "pflask is a simple tool for creating Linux namespace
2570containers. It can be used for running a command or even booting an OS inside
2571an isolated container, created with the help of Linux namespaces. It is
2572similar in functionality to chroot, although pflask provides better isolation
2573thanks to the use of namespaces.")
3ac73271 2574 (license license:bsd-2)))
288084d5
MW
2575
2576(define-public hdparm
2577 (package
2578 (name "hdparm")
39c6af47 2579 (version "9.55")
288084d5
MW
2580 (source (origin
2581 (method url-fetch)
de67e922 2582 (uri (string-append "mirror://sourceforge/" name "/" name "/"
288084d5
MW
2583 name "-" version ".tar.gz"))
2584 (sha256
2585 (base32
39c6af47 2586 "1ivdvrzimaayiq03by8mcq0mhmdljndj06h012zkdpw34irnpixm"))))
288084d5
MW
2587 (build-system gnu-build-system)
2588 (arguments
2589 `(#:make-flags (let ((out (assoc-ref %outputs "out")))
2590 (list (string-append "binprefix=" out)
2591 (string-append "manprefix=" out)
2592 "CC=gcc"))
ec238332
TGR
2593 #:phases
2594 (modify-phases %standard-phases
2595 (delete 'configure)) ; no configure script
2596 #:tests? #f)) ; no test suite
3b3b60d0 2597 (home-page "https://sourceforge.net/projects/hdparm/")
02052b2c 2598 (synopsis "View and tune ATA disk drive parameters")
288084d5 2599 (description
02052b2c
TGR
2600 "@command{hdparm} is a command-line utility to control ATA controllers and
2601disk drives. It can increase performance and/or reliability by careful tuning
2602of hardware settings like power and acoustic management, DMA modes, and caching.
2603It can also display detailed device information, or be used as a simple
2604performance benchmarking tool.
2605
2606@command{hdparm} provides a command line interface to various Linux kernel
2607interfaces provided by the SATA/ATA/SAS @code{libata} subsystem, and the older
d08be77a
TGR
2608IDE driver subsystem. Many external USB drive enclosures with SCSI-ATA Command
2609Translation (@dfn{SAT}) are also supported.")
3ac73271 2610 (license (license:non-copyleft "file://LICENSE.TXT"))))
288084d5 2611
c755c854
MW
2612(define-public rfkill
2613 (package
2614 (name "rfkill")
2615 (version "0.5")
2616 (source (origin
2617 (method url-fetch)
2618 (uri (string-append "mirror://kernel.org/software/network/"
2619 name "/" name "-" version ".tar.xz"))
2620 (sha256
2621 (base32
2622 "0snqj5h0y991lszbigbyyqb8swj0hxajc1vfqg2scfay44231bp0"))))
2623 (build-system gnu-build-system)
2624 (arguments
2625 `(#:make-flags (list "CC=gcc"
2626 (string-append "PREFIX=" %output))
2627 #:phases (modify-phases %standard-phases
2628 (delete 'configure))
2629 #:tests? #f))
2630 (home-page "https://wireless.wiki.kernel.org/en/users/Documentation/rfkill")
2631 (synopsis "Tool for enabling and disabling wireless devices")
2632 (description
2633 "rfkill is a simple tool for accessing the rfkill device interface,
2634which is used to enable and disable wireless networking devices, typically
2635WLAN, Bluetooth and mobile broadband.")
3ac73271 2636 (license (license:non-copyleft "file://COPYING"
5146f22b
EF
2637 "See COPYING in the distribution."))
2638 ;; rfkill is part of util-linux as of 2.31.
2639 (properties `((superseded . ,util-linux)))))
c755c854 2640
dc9bdb1e
ML
2641(define-public acpi
2642 (package
2643 (name "acpi")
2644 (version "1.7")
2645 (source (origin
2646 (method url-fetch)
81e59e41 2647 (uri (string-append "mirror://sourceforge/acpiclient/acpiclient/"
de67e922 2648 version "/" name "-" version ".tar.gz"))
dc9bdb1e
ML
2649 (sha256
2650 (base32
2651 "01ahldvf0gc29dmbd5zi4rrnrw2i1ajnf30sx2vyaski3jv099fp"))))
2652 (build-system gnu-build-system)
2653 (home-page "http://acpiclient.sourceforge.net")
2654 (synopsis "Display information on ACPI devices")
2655 (description "@code{acpi} attempts to replicate the functionality of the
2656\"old\" @code{apm} command on ACPI systems, including battery and thermal
2657information. It does not support ACPI suspending, only displays information
2658about ACPI devices.")
2659 (license license:gpl2+)))
2660
57a516d3
LC
2661(define-public acpid
2662 (package
2663 (name "acpid")
169a438c 2664 (version "2.0.28")
57a516d3
LC
2665 (source (origin
2666 (method url-fetch)
2667 (uri (string-append "mirror://sourceforge/acpid2/acpid-"
2668 version ".tar.xz"))
2669 (sha256
2670 (base32
169a438c 2671 "043igasvp1l6nv5rzh4sksmymay2qn20anl4zm4zvwnkn1a3l34q"))))
57a516d3 2672 (build-system gnu-build-system)
3b3b60d0 2673 (home-page "https://sourceforge.net/projects/acpid2/")
57a516d3
LC
2674 (synopsis "Daemon for delivering ACPI events to user-space programs")
2675 (description
2676 "acpid is designed to notify user-space programs of Advanced
2677Configuration and Power Interface (ACPI) events. acpid should be started
2678during the system boot, and will run as a background process. When an ACPI
2679event is received from the kernel, acpid will examine the list of rules
2680specified in /etc/acpi/events and execute the rules that match the event.")
3ac73271 2681 (license license:gpl2+)))
37f5caec
TUBK
2682
2683(define-public sysfsutils
2684 (package
2685 (name "sysfsutils")
2686 (version "2.1.0")
2687 (source
2688 (origin
2689 (method url-fetch)
2690 (uri
2691 (string-append
2692 "mirror://sourceforge/linux-diag/sysfsutils/" version "/sysfsutils-"
2693 version ".tar.gz"))
2694 (sha256
2695 (base32 "12i0ip11xbfcjzxz4r10cvz7mbzgq1hfcdn97w6zz7sm3wndwrg8"))))
2696 (build-system gnu-build-system)
2697 (home-page "http://linux-diag.sourceforge.net/Sysfsutils.html")
2698 (synopsis "System utilities based on Linux sysfs")
2699 (description
8f65585b 2700 "These are a set of utilities built upon sysfs, a virtual file system in
37f5caec
TUBK
2701Linux kernel versions 2.5+ that exposes a system's device tree. The package
2702also contains the libsysfs library.")
2703 ;; The library is under lgpl2.1+ (all files say "or any later version").
2704 ;; The rest is mostly gpl2, with a few files indicating gpl2+.
3ac73271 2705 (license (list license:gpl2 license:gpl2+ license:lgpl2.1+))))
a9a1a40b
TUBK
2706
2707(define-public sysfsutils-1
2708 (package
2709 (inherit sysfsutils)
2710 (version "1.3.0")
2711 (source
2712 (origin
2713 (method url-fetch)
2714 (uri
2715 (string-append
2716 "mirror://sourceforge/linux-diag/sysfsutils/sysfsutils-" version
2717 "/sysfsutils-" version ".tar.gz"))
2718 (sha256
2719 (base32 "0kdhs07fm8263pxwd5blwn2x211cg4fk63fyf9ijcdkvzmwxrqq3"))
2720 (modules '((guix build utils)))
2721 (snippet
2722 '(begin
2723 (substitute* "Makefile.in"
2724 (("includedir = /usr/include/sysfs")
2725 "includedir = @includedir@"))
2726 (substitute* "configure"
2727 (("includedir='(\\$\\{prefix\\}/include)'" all orig)
2728 (string-append "includedir='" orig "/sysfs'")))))))
2729 (synopsis "System utilities based on Linux sysfs (version 1.x)")))
e6caa52d
TUBK
2730
2731(define-public cpufrequtils
2732 (package
2733 (name "cpufrequtils")
2734 (version "0.3")
2735 (source
2736 (origin
2737 (method url-fetch)
2738 (uri
2739 (string-append
2740 "https://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-"
2741 version ".tar.gz"))
2742 (sha256
2743 (base32 "0qfqv7nqmjfr3p0bwrdlxkiqwqr7vmx053cadaa548ybqbghxmvm"))
fc1adab1 2744 (patches (search-patches "cpufrequtils-fix-aclocal.patch"))))
e6caa52d
TUBK
2745 (build-system gnu-build-system)
2746 (native-inputs
2747 `(("sysfsutils" ,sysfsutils-1)))
2748 (arguments
2749 '(#:make-flags (list (string-append "LDFLAGS=-Wl,-rpath="
2750 (assoc-ref %outputs "out") "/lib"))))
2751 (home-page "https://www.kernel.org/pub/linux/utils/kernel/cpufreq/")
2752 (synopsis "Utilities to get and set CPU frequency on Linux")
2753 (description
e881752c 2754 "The cpufrequtils suite contains utilities to retrieve CPU frequency
e6caa52d
TUBK
2755information, and set the CPU frequency if supported, using the cpufreq
2756capabilities of the Linux kernel.")
3ac73271 2757 (license license:gpl2)))
0a588bf9
SB
2758
2759(define-public libraw1394
2760 (package
2761 (name "libraw1394")
7c58c852 2762 (version "2.1.2")
0a588bf9
SB
2763 (source (origin
2764 (method url-fetch)
2765 (uri (string-append
2766 "mirror://kernel.org/linux/libs/ieee1394/"
2767 name "-" version ".tar.xz"))
2768 (sha256
2769 (base32
7c58c852 2770 "0pm5b415j1qdzyw38wdv8h7ff4yx20831z1727mpsb6jc6bwdk03"))))
0a588bf9
SB
2771 (build-system gnu-build-system)
2772 (home-page "https://ieee1394.wiki.kernel.org/index.php/Main_Page")
2773 (synopsis "Interface library for the Linux IEEE1394 drivers")
2774 (description
2775 "Libraw1394 is the only supported interface to the kernel side raw1394 of
2776the Linux IEEE-1394 subsystem, which provides direct access to the connected
27771394 buses to user space. Through libraw1394/raw1394, applications can directly
2778send to and receive from other nodes without requiring a kernel driver for the
2779protocol in question.")
3ac73271 2780 (license license:lgpl2.1+)))
68e3c29d
SB
2781
2782(define-public libavc1394
2783 (package
2784 (name "libavc1394")
2785 (version "0.5.4")
2786 (source (origin
2787 (method url-fetch)
de67e922 2788 (uri (string-append "mirror://sourceforge/libavc1394/libavc1394/"
68e3c29d
SB
2789 name "-" version ".tar.gz"))
2790 (sha256
2791 (base32
2792 "0lsv46jdqvdx5hx92v0z2cz3yh6212pz9gk0k3513sbaa04zzcbw"))))
2793 (build-system gnu-build-system)
2794 (native-inputs
2795 `(("pkg-config" ,pkg-config)))
2796 (propagated-inputs
2797 `(("libraw1394" ,libraw1394))) ; required by libavc1394.pc
3b3b60d0 2798 (home-page "https://sourceforge.net/projects/libavc1394/")
68e3c29d
SB
2799 (synopsis "AV/C protocol library for IEEE 1394")
2800 (description
2801 "Libavc1394 is a programming interface to the AV/C specification from
69b4ffcf 2802the 1394 Trade Association. AV/C stands for Audio/Video Control.")
3ac73271 2803 (license license:lgpl2.1+)))
3f7bf86a
SB
2804
2805(define-public libiec61883
2806 (package
2807 (name "libiec61883")
2808 (version "1.2.0")
2809 (source (origin
2810 (method url-fetch)
2811 (uri (string-append
2812 "mirror://kernel.org/linux/libs/ieee1394/"
2813 name "-" version ".tar.xz"))
2814 (sha256
2815 (base32
2816 "17ph458zya2l8dr2xwqnzy195qd9swrir31g78qkgb3g4xz2rq6i"))))
2817 (build-system gnu-build-system)
2818 (native-inputs
2819 `(("pkg-config" ,pkg-config)))
2820 (propagated-inputs
2821 `(("libraw1394" ,libraw1394))) ; required by libiec61883.pc
2822 (home-page "https://ieee1394.wiki.kernel.org/index.php/Main_Page")
2823 (synopsis "Isochronous streaming media library for IEEE 1394")
2824 (description
2825 "The libiec61883 library provides a higher level API for streaming DV,
2826MPEG-2 and audio over Linux IEEE 1394.")
3ac73271 2827 (license license:lgpl2.1+)))
69159125
MW
2828
2829(define-public mdadm
2830 (package
2831 (name "mdadm")
fae88ae8 2832 (version "4.0")
69159125
MW
2833 (source (origin
2834 (method url-fetch)
2835 (uri (string-append
2836 "mirror://kernel.org/linux/utils/raid/mdadm/mdadm-"
2837 version ".tar.xz"))
2838 (sha256
2839 (base32
fae88ae8 2840 "1ad3mma641946wn5lsllwf0lifw9lps34fv1nnkhyfpd9krffshx"))))
69159125
MW
2841 (build-system gnu-build-system)
2842 (inputs
2843 `(("udev" ,eudev)))
2844 (arguments
2845 `(#:make-flags (let ((out (assoc-ref %outputs "out")))
fae88ae8
LC
2846 (list "CC=gcc"
2847 "INSTALL=install"
69159125
MW
2848 "CHECK_RUN_DIR=0"
2849 ;; TODO: tell it where to find 'sendmail'
2850 ;; (string-append "MAILCMD=" <???> "/sbin/sendmail")
2851 (string-append "BINDIR=" out "/sbin")
2852 (string-append "MANDIR=" out "/share/man")
2853 (string-append "UDEVDIR=" out "/lib/udev")))
dc1d3cde
KK
2854 #:phases
2855 (modify-phases %standard-phases
2856 (add-before 'build 'patch-program-paths
2857 (lambda* (#:key inputs #:allow-other-keys)
2858 (let ((coreutils (assoc-ref inputs "coreutils")))
2859 (substitute* "udev-md-raid-arrays.rules"
2860 (("/usr/bin/(readlink|basename)" all program)
2861 (string-append coreutils "/bin/" program))))
2862 #t))
2863 (add-before 'build 'remove-W-error
2864 (lambda _
2865 ;; We cannot build with -Werror on i686 due to a
2866 ;; 'sign-compare' warning in util.c.
2867 (substitute* "Makefile"
2868 (("-Werror") ""))
2869 #t))
2870 (delete 'configure))
69159125
MW
2871 ;;tests must be done as root
2872 #:tests? #f))
2873 (home-page "http://neil.brown.name/blog/mdadm")
2874 (synopsis "Tool for managing Linux Software RAID arrays")
2875 (description
2876 "mdadm is a tool for managing Linux Software RAID arrays. It can create,
2877assemble, report on, and monitor arrays. It can also move spares between raid
2878arrays when needed.")
3ac73271 2879 (license license:gpl2+)))
01ccdfb6 2880
631fda7e
LC
2881(define-public mdadm-static
2882 (package
2883 (inherit mdadm)
2884 (name "mdadm-static")
2885 (arguments
2886 (substitute-keyword-arguments (package-arguments mdadm)
2887 ((#:make-flags flags)
2888 `(cons "LDFLAGS = -static" ,flags))
2889 ((#:phases phases)
2890 `(modify-phases ,phases
2891 (add-after 'install 'remove-cruft
2892 (lambda* (#:key outputs #:allow-other-keys)
2893 (let* ((out (assoc-ref outputs "out"))
2894 (precious? (lambda (file)
2895 (member file '("." ".." "sbin"))))
2896 (directories (scandir out (negate precious?))))
2897 (with-directory-excursion out
2898 (for-each delete-file-recursively directories)
2899 (remove-store-references "sbin/mdadm")
2900 (delete-file "sbin/mdmon")
2901 #t))))))
2902 ((#:modules modules %gnu-build-system-modules)
2903 `((ice-9 ftw) ,@modules))
2904 ((#:strip-flags _ '())
2905 ''("--strip-all")) ;strip a few extra KiB
2906 ((#:allowed-references _ '("out"))
2907 '("out")))) ;refer only self
2908 (synopsis "Statically-linked 'mdadm' command for use in an initrd")))
2909
b3ed50e6
MB
2910(define-public multipath-tools
2911 (package
2912 (name "multipath-tools")
0afeda65 2913 (version "0.7.6")
b3ed50e6
MB
2914 (source (origin
2915 (method url-fetch)
3e57b7d9 2916 (uri (string-append "https://git.opensvc.com/?p=multipath-tools/"
b3ed50e6
MB
2917 ".git;a=snapshot;h=" version ";sf=tgz"))
2918 (file-name (string-append name "-" version ".tar.gz"))
2919 (sha256
2920 (base32
0afeda65 2921 "0zkcayi3mmp43ji2zid1gprgsvqhjjapsw7jjd60sf75prf50h2r"))
b3ed50e6
MB
2922 (modules '((guix build utils)))
2923 (snippet
2924 '(begin
2925 ;; Drop bundled valgrind headers.
2926 (delete-file-recursively "third-party")
2927 (substitute* '("multipathd/main.c"
2928 "libmultipath/debug.c")
2929 (("#include \"../third-party/")
2930 "#include \""))
2931 #t))))
2932 (build-system gnu-build-system)
2933 (arguments
2934 '(#:tests? #f ; No tests.
2935 #:make-flags (list (string-append "DESTDIR="
2936 (assoc-ref %outputs "out"))
b5fb9430 2937 "SYSTEMDPATH=lib"
b3ed50e6
MB
2938 (string-append "LDFLAGS=-Wl,-rpath="
2939 (assoc-ref %outputs "out")
2940 "/lib"))
2941 #:phases
2942 (modify-phases %standard-phases
b5fb9430 2943 (add-after 'unpack 'patch-source
7f412f33
MB
2944 (lambda* (#:key inputs #:allow-other-keys)
2945 (let ((lvm2 (assoc-ref inputs "lvm2"))
2946 (udev (assoc-ref inputs "udev")))
2947 (substitute* "Makefile.inc"
2948 (("\\$\\(prefix\\)/usr") "$(prefix)"))
2949 (substitute* '("kpartx/Makefile" "libmultipath/Makefile")
2950 (("/usr/include/libdevmapper.h")
2951 (string-append lvm2 "/include/libdevmapper.h"))
2952 (("/usr/include/libudev.h")
2953 (string-append udev "/include/libudev.h")))
2954 #t)))
b3ed50e6
MB
2955 (delete 'configure)
2956 (add-before 'build 'set-CC
2957 (lambda _
2958 (setenv "CC" "gcc")
2959 #t)))))
2960 (native-inputs
7f412f33
MB
2961 `(("perl" ,perl)
2962 ("pkg-config" ,pkg-config)
2963 ("valgrind" ,valgrind)))
b3ed50e6
MB
2964 (inputs
2965 `(("ceph:lib" ,ceph "lib")
7f412f33 2966 ("json-c" ,json-c)
b3ed50e6
MB
2967 ("libaio" ,libaio)
2968 ("liburcu" ,liburcu)
2969 ("lvm2" ,lvm2)
2970 ("readline" ,readline)
2971 ("udev" ,eudev)))
2972 (home-page "http://christophe.varoqui.free.fr/")
2973 (synopsis "Access block devices through multiple paths")
2974 (description
2975 "This package provides the following binaries to drive the
2976Linux Device Mapper multipathing driver:
2977@enumerate
2978@item @command{multipath} - Device mapper target autoconfig.
2979@item @command{multipathd} - Multipath daemon.
2980@item @command{mpathpersist} - Manages SCSI persistent reservations on
2981@code{dm} multipath devices.
2982@item @command{kpartx} - Create device maps from partition tables.
2983@end enumerate")
2984 (license (list license:gpl2+ ; Main distribution.
2985 license:lgpl2.0+)))) ; libmpathcmd/mpath_cmd.h
2986
01ccdfb6
SB
2987(define-public libaio
2988 (package
2989 (name "libaio")
2990 (version "0.3.110")
2991 (source (origin
2992 (method url-fetch)
2993 (uri (list
2994 (string-append "mirror://debian/pool/main/liba/libaio/"
4929a061 2995 name "_" version ".orig.tar.gz")))
01ccdfb6
SB
2996 (sha256
2997 (base32
2998 "0zjzfkwd1kdvq6zpawhzisv7qbq1ffs343i5fs9p498pcf7046g0"))))
2999 (build-system gnu-build-system)
3000 (arguments
3001 '(#:make-flags
3002 (list "CC=gcc" (string-append "prefix=" %output))
3003 #:test-target "partcheck" ; need root for a full 'check'
3004 #:phases
dc1d3cde 3005 (modify-phases %standard-phases (delete 'configure)))) ; no configure script
01ccdfb6
SB
3006 (home-page "http://lse.sourceforge.net/io/aio.html")
3007 (synopsis "Linux-native asynchronous I/O access library")
3008 (description
3009 "This library enables userspace to use Linux kernel asynchronous I/O
3010system calls, important for the performance of databases and other advanced
3011applications.")
3ac73271 3012 (license license:lgpl2.1+)))
eb7c43c3 3013
81b98756
RW
3014(define-public sbc
3015 (package
3016 (name "sbc")
3017 (version "1.3")
3018 (source (origin
3019 (method url-fetch)
3020 (uri (string-append "https://www.kernel.org/pub/linux/bluetooth/"
3021 name "-" version ".tar.xz"))
3022 (sha256
3023 (base32
3024 "02ckd2z51z0h85qgv7x8vv8ybp5czm9if1z78411j53gaz7j4476"))))
3025 (build-system gnu-build-system)
3026 (inputs
3027 `(("libsndfile" ,libsndfile)))
3028 (native-inputs
3029 `(("pkg-config" ,pkg-config)))
3030 (home-page "https://www.kernel.org/pub/linux/bluetooth/")
3031 (synopsis "Bluetooth subband audio codec")
3032 (description
3033 "The SBC is a digital audio encoder and decoder used to transfer data to
3034Bluetooth audio output devices like headphones or loudspeakers.")
3035 (license license:gpl2+)))
3036
eb7c43c3
DT
3037(define-public bluez
3038 (package
3039 (name "bluez")
8aca66be 3040 (version "5.49")
eb7c43c3
DT
3041 (source (origin
3042 (method url-fetch)
3043 (uri (string-append
e9eb24b1 3044 "mirror://kernel.org/linux/bluetooth/bluez-"
eb7c43c3
DT
3045 version ".tar.xz"))
3046 (sha256
3047 (base32
8aca66be 3048 "15ffsaz7l3fgdg03l7g1xx9jw7xgs6pc548zxqsxawsca5x1sc1k"))))
eb7c43c3
DT
3049 (build-system gnu-build-system)
3050 (arguments
90ea83ee 3051 `(#:configure-flags
eb7c43c3 3052 (let ((out (assoc-ref %outputs "out")))
f3dbc626
SB
3053 (list "--sysconfdir=/etc"
3054 "--localstatedir=/var"
3055 "--enable-library"
53142109 3056 "--disable-systemd"
eb7c43c3
DT
3057 ;; Install dbus/udev files to the correct location.
3058 (string-append "--with-dbusconfdir=" out "/etc")
87a16de7
SB
3059 (string-append "--with-udevdir=" out "/lib/udev")))
3060 #:phases
3061 (modify-phases %standard-phases
fbea821a
TD
3062 ;; Test unit/test-gatt fails unpredictably. Seems to be a timing
3063 ;; issue (discussion on upstream mailing list:
3064 ;; https://marc.info/?t=149578476300002&r=1&w=2)
3065 (add-before 'check 'skip-wonky-test
3066 (lambda _
3067 (substitute* "unit/test-gatt.c"
3068 (("tester_init\\(&argc, &argv\\);") "return 77;"))
3069 #t))
87a16de7
SB
3070 (add-after 'install 'post-install
3071 (lambda* (#:key inputs outputs #:allow-other-keys)
3072 (let* ((out (assoc-ref outputs "out"))
3073 (servicedir (string-append out "/share/dbus-1/services"))
3074 (service "obexd/src/org.bluez.obex.service")
3075 (rule (string-append
3076 out "/lib/udev/rules.d/97-hid2hci.rules")))
3077 ;; Install the obex dbus service file.
3078 (substitute* service
3079 (("/bin/false")
3080 (string-append out "/libexec/bluetooth/obexd")))
3081 (install-file service servicedir)
3082 ;; Fix paths in the udev rule.
3083 (substitute* rule
3084 (("hid2hci --method")
3085 (string-append out "/lib/udev/hid2hci --method"))
3086 (("/sbin/udevadm")
3087 (string-append (assoc-ref inputs "eudev") "/bin/udevadm")))
de47cfed 3088 #t))))))
eb7c43c3
DT
3089 (native-inputs
3090 `(("pkg-config" ,pkg-config)
b94a6ca0 3091 ("gettext" ,gettext-minimal)))
eb7c43c3
DT
3092 (inputs
3093 `(("glib" ,glib)
3094 ("dbus" ,dbus)
3095 ("eudev" ,eudev)
3096 ("libical" ,libical)
3097 ("readline" ,readline)))
3098 (home-page "http://www.bluez.org/")
3099 (synopsis "Linux Bluetooth protocol stack")
3100 (description
3101 "BlueZ provides support for the core Bluetooth layers and protocols. It
3102is flexible, efficient and uses a modular implementation.")
3ac73271 3103 (license license:gpl2+)))
3d890318
LC
3104
3105(define-public fuse-exfat
3106 (package
3107 (name "fuse-exfat")
ebcab70a 3108 (version "1.2.8")
3d890318
LC
3109 (source (origin
3110 (method url-fetch)
c0cc805e
TGR
3111 (uri (string-append
3112 "https://github.com/relan/exfat/releases/download/v"
3113 version "/" name "-" version ".tar.gz"))
3d890318
LC
3114 (sha256
3115 (base32
ebcab70a 3116 "1jwnxw0bg9v5ij8xvbg4xpjr50nykq8a1lmc2xkblz204rq7wd8z"))))
3d890318
LC
3117 (build-system gnu-build-system)
3118 (native-inputs
c0cc805e 3119 `(("pkg-config" ,pkg-config)))
3d890318
LC
3120 (inputs
3121 `(("fuse" ,fuse)))
c0cc805e 3122 (home-page "https://github.com/relan/exfat")
3d890318
LC
3123 (synopsis "Mount exFAT file systems")
3124 (description
3125 "This package provides a FUSE-based file system that provides read and
3126write access to exFAT devices.")
3ac73271 3127 (license license:gpl2+)))
53ec8d48
LC
3128
3129(define-public gpm
3130 (package
3131 (name "gpm")
3132 (version "1.20.7")
3133 (source (origin
3134 (method url-fetch)
3135 (uri (string-append
3136 "http://www.nico.schottelius.org/software/gpm/archives/gpm-"
3137 version ".tar.bz2"))
fddb22ac 3138 (patches (search-patches "gpm-glibc-2.26.patch"))
53ec8d48
LC
3139 (sha256
3140 (base32
3141 "13d426a8h403ckpc8zyf7s2p5rql0lqbg2bv0454x0pvgbfbf4gh"))))
3142 (build-system gnu-build-system)
3143 (arguments
3144 '(#:phases (modify-phases %standard-phases
d10092b8 3145 (add-after 'unpack 'bootstrap
53ec8d48
LC
3146 (lambda _
3147 ;; The tarball was not generated with 'make dist' so we
3148 ;; need to bootstrap things ourselves.
77bb6c22
EF
3149 (substitute* "autogen.sh"
3150 (("/bin/sh") (which "sh")))
53ec8d48
LC
3151 (and (zero? (system* "./autogen.sh"))
3152 (begin
3153 (patch-makefile-SHELL "Makefile.include.in")
3154 #t)))))
3155
3156 ;; Make sure programs find libgpm.so.
3157 #:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
3158 (assoc-ref %outputs "out")
3159 "/lib"))))
3160 (native-inputs
3161 `(("texinfo" ,texinfo)
3162 ("bison" ,bison)
3163 ("flex" ,flex)
3164 ("autoconf" ,autoconf)
3165 ("automake" ,automake)
3166 ("libtool" ,libtool)))
3167 (home-page "http://www.nico.schottelius.org/software/gpm/")
3168 (synopsis "Mouse support for the Linux console")
3169 (description
3170 "The GPM (general-purpose mouse) daemon is a mouse server for
3171applications running on the Linux console. It allows users to select items
3172and copy/paste text in the console and in xterm.")
3ac73271 3173 (license license:gpl2+)))
fc686f9a
TGR
3174
3175(define-public btrfs-progs
3176 (package
3177 (name "btrfs-progs")
a7a8590b 3178 (version "4.14.1")
fc686f9a
TGR
3179 (source (origin
3180 (method url-fetch)
3181 (uri (string-append "mirror://kernel.org/linux/kernel/"
3182 "people/kdave/btrfs-progs/"
3183 "btrfs-progs-v" version ".tar.xz"))
3184 (sha256
3185 (base32
a7a8590b 3186 "1palnddw3d50kyflwk1j4xapbc6jniid6j5i9dsr8l8a7nkv7ich"))))
fc686f9a 3187 (build-system gnu-build-system)
7cad981d 3188 (outputs '("out"
c4b006ba 3189 "static")) ; static versions of the binaries in "out"
fc686f9a 3190 (arguments
7cad981d
TGR
3191 '(#:phases (modify-phases %standard-phases
3192 (add-after 'build 'build-static
3193 (lambda _ (zero? (system* "make" "static"))))
9a1c4a98
MB
3194 (add-after 'install 'install-bash-completion
3195 (lambda* (#:key outputs #:allow-other-keys)
3ce4e265
MB
3196 (let* ((out (assoc-ref outputs "out"))
3197 (bashcomp (string-append out "/etc/bash_completion.d")))
3198 (mkdir-p bashcomp)
3199 (copy-file "btrfs-completion"
3200 (string-append bashcomp "/btrfs"))
3201 #t)))
7cad981d
TGR
3202 (add-after 'install 'install-static
3203 (let ((staticbin (string-append (assoc-ref %outputs "static")
3204 "/bin")))
3205 (lambda _
3206 (zero? (system* "make"
3207 (string-append "bindir=" staticbin)
3208 "install-static"))))))
3209 #:test-target "test"
fc686f9a
TGR
3210 #:parallel-tests? #f)) ; tests fail when run in parallel
3211 (inputs `(("e2fsprogs" ,e2fsprogs)
3212 ("libblkid" ,util-linux)
7cad981d 3213 ("libblkid:static" ,util-linux "static")
fc686f9a 3214 ("libuuid" ,util-linux)
7cad981d 3215 ("libuuid:static" ,util-linux "static")
e2937a55 3216 ("lzo" ,lzo)
fc686f9a 3217 ("zlib" ,zlib)
e2937a55 3218 ("zstd" ,zstd)))
fc686f9a
TGR
3219 (native-inputs `(("pkg-config" ,pkg-config)
3220 ("asciidoc" ,asciidoc)
3221 ("xmlto" ,xmlto)
41d23dd1 3222 ;; For building documentation.
fc686f9a 3223 ("libxml2" ,libxml2)
48b7e4a6 3224 ("docbook-xsl" ,docbook-xsl)
41d23dd1 3225 ;; For tests.
bc64676c 3226 ("acl" ,acl)
48b7e4a6 3227 ("which" ,which)))
fc686f9a
TGR
3228 (home-page "https://btrfs.wiki.kernel.org/")
3229 (synopsis "Create and manage btrfs copy-on-write file systems")
039601e0
TGR
3230 (description "Btrfs is a @dfn{copy-on-write} (CoW) file system for Linux
3231aimed at implementing advanced features while focusing on fault tolerance,
3232repair and easy administration.")
68bcac6b
LF
3233 ;; GPL2+: crc32.c, radix-tree.c, raid6.c, rbtree.c.
3234 ;; GPL2: Everything else.
3235 (license (list license:gpl2 license:gpl2+))))
08e9daf5 3236
f3e44f5c
DC
3237(define-public btrfs-progs/static
3238 (package
3239 (name "btrfs-progs-static")
3240 (version (package-version btrfs-progs))
3241 (source #f)
3242 (build-system trivial-build-system)
3243 (inputs
3244 `(("btrfs-progs:static" ,btrfs-progs "static")))
3245 (arguments
3246 `(#:modules ((guix build utils))
3247 #:builder
3248 (begin
3249 (use-modules (guix build utils)
3250 (ice-9 ftw)
3251 (srfi srfi-26))
3252
3253 (let* ((btrfs (assoc-ref %build-inputs "btrfs-progs:static"))
3254 (out (assoc-ref %outputs "out"))
3255 (source (string-append btrfs "/bin/btrfs.static"))
3256 (target (string-append out "/bin/btrfs")))
3257 (mkdir-p (dirname target))
3258 (copy-file source target)
3259 (remove-store-references target)
3260 (chmod target #o555)))))
3261 (home-page (package-home-page btrfs-progs))
ff797172
TGR
3262 (synopsis "Statically-linked btrfs command from btrfs-progs")
3263 (description "This package provides the statically-linked @command{btrfs}
3264from the btrfs-progs package. It is meant to be used in initrds.")
f3e44f5c
DC
3265 (license (package-license btrfs-progs))))
3266
2e456982
MB
3267(define-public f2fs-tools
3268 (package
3269 (name "f2fs-tools")
3270 (version "1.8.0")
3271 (source (origin
3272 (method url-fetch)
3273 (uri (string-append
3274 "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
3275 "/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
3276 (sha256
3277 (base32
3278 "1bir9ladb58ijlcvrjrq1fb1xv5ys50zdjaq0yzliib0apsyrnyl"))))
3279 (build-system gnu-build-system)
3280 (arguments
3281 `(#:phases
3282 (modify-phases %standard-phases
3283 (add-after 'unpack 'bootstrap
3284 (lambda _
3285 (zero? (system* "autoreconf" "-vif")))))))
3286 (native-inputs
3287 `(("autoconf" ,autoconf)
3288 ("automake" ,automake)
3289 ("libtool" ,libtool)
3290 ("pkg-config" ,pkg-config)))
3291 (inputs
3292 `(("libuuid" ,util-linux)))
3293 (home-page "https://f2fs.wiki.kernel.org/")
3294 (synopsis "Userland tools for f2fs")
3295 (description
3296 "F2FS, the Flash-Friendly File System, is a modern file system
3297designed to be fast and durable on flash devices such as solid-state
3298disks and SD cards. This package provides the userland utilities.")
3299 ;; The formatting utility, libf2fs and include/f2fs_fs.h is dual
3300 ;; GPL2/LGPL2.1, everything else is GPL2 only. See 'COPYING'.
3301 (license (list license:gpl2 license:lgpl2.1))))
3302
08e9daf5
TGR
3303(define-public freefall
3304 (package
3305 (name "freefall")
3306 (version (package-version linux-libre))
3307 (source (package-source linux-libre))
3308 (build-system gnu-build-system)
3309 (arguments
3310 '(#:phases (modify-phases %standard-phases
3311 (add-after 'unpack 'enter-subdirectory
3312 (lambda _
3313 (chdir "tools/laptop/freefall")))
3314 (delete 'configure)
3315 (add-before 'build 'increase-timeout
3316 (lambda _
3317 ;; The default of 2 seconds is too low: it assumes an
3318 ;; open lid and AC power without actually checking.
3319 (substitute* "freefall.c"
3320 (("alarm\\(2\\)") "alarm(5)")))))
3321 #:make-flags (list (string-append "PREFIX="
c80629e7
EF
3322 (assoc-ref %outputs "out"))
3323 "CC=gcc")
08e9daf5
TGR
3324 #:tests? #f)) ;no tests
3325 (home-page (package-home-page linux-libre))
3326 (synopsis "Free-fall protection for spinning laptop hard drives")
3327 (description
3328 "Prevents shock damage to the internal spinning hard drive(s) of some
3329HP and Dell laptops. When sudden movement is detected, all input/output
3330operations on the drive are suspended and its heads are parked on the ramp,
3331where they are less likely to cause damage to the spinning disc. Requires a
3332drive that supports the ATA/ATAPI-7 IDLE IMMEDIATE command with unload
3333feature, and a laptop with an accelerometer. It has no effect on SSDs.")
3334 (license license:gpl2)))
d17ae8c0
NG
3335
3336(define-public thinkfan
3337 (package
3338 (name "thinkfan")
3339 (version "0.9.3")
3340 (source (origin
3341 (method url-fetch)
3342 (uri (string-append "mirror://sourceforge/thinkfan/"
de67e922 3343 "/thinkfan-" version ".tar.gz"))
d17ae8c0
NG
3344 (sha256
3345 (base32
3346 "0nz4c48f0i0dljpk5y33c188dnnwg8gz82s4grfl8l64jr4n675n"))
3347 (modules '((guix build utils)))
3348 ;; Fix erroneous man page location in Makefile leading to
3349 ;; a compilation failure.
3350 (snippet
3351 '(substitute* "CMakeLists.txt"
3352 (("thinkfan\\.1") "src/thinkfan.1")))))
3353 (build-system cmake-build-system)
3354 (arguments
3355 `(#:modules ((guix build cmake-build-system)
3356 (guix build utils)
3357 (srfi srfi-26))
3358 #:tests? #f ;no test target
3359 #:configure-flags
3360 ;; Enable reading temperatures from hard disks via S.M.A.R.T.
3361 `("-DUSE_ATASMART:BOOL=ON")
3362 #:phases
3363 (modify-phases %standard-phases
75e56aed
NG
3364 ;; Install scripts for various foreign init systems. Also fix
3365 ;; hard-coded path for daemon.
d17ae8c0
NG
3366 (add-after 'install 'install-rc-scripts
3367 (lambda* (#:key outputs #:allow-other-keys)
75e56aed
NG
3368 (let ((out (assoc-ref outputs "out"))
3369 (files (find-files
3370 (string-append "../thinkfan-" ,version "/rcscripts")
3371 ".*")))
3372 (substitute* files
3373 (("/usr/sbin/(\\$NAME|thinkfan)" _ name)
3374 (string-append out "/sbin/" name)))
3375 (for-each (cute install-file <>
3376 (string-append out "/share/thinkfan"))
3377 files))
d17ae8c0
NG
3378 #t)))))
3379 (inputs
3380 `(("libatasmart" ,libatasmart)))
3381 (home-page "http://thinkfan.sourceforge.net/")
3382 (synopsis "Simple fan control program")
3383 (description
3384 "Thinkfan is a simple fan control program. It reads temperatures,
3385checks them against configured limits and switches to appropriate (also
3386pre-configured) fan level. It requires a working @code{thinkpad_acpi} or any
3387other @code{hwmon} driver that enables temperature reading and fan control
3388from userspace.")
3389 (license license:gpl3+)))
91231156
LC
3390
3391(define-public ntfs-3g
3392 (package
3393 (name "ntfs-3g")
d8af4f6d 3394 (version "2017.3.23")
91231156
LC
3395 (source (origin
3396 (method url-fetch)
3397 (uri (string-append "https://tuxera.com/opensource/"
3398 "ntfs-3g_ntfsprogs-" version ".tgz"))
3399 (sha256
3400 (base32
d8af4f6d 3401 "1mb228p80hv97pgk3myyvgp975r9mxq56c6bdn1n24kngcfh4niy"))
91231156
LC
3402 (modules '((guix build utils)))
3403 (snippet
3404 ;; Install under $prefix.
3405 '(substitute* '("src/Makefile.in" "ntfsprogs/Makefile.in")
3406 (("/sbin")
3407 "@sbindir@")))))
3408 (build-system gnu-build-system)
3409 (inputs `(("util-linux" ,util-linux)
3410 ("fuse" ,fuse))) ;libuuid
3411 (native-inputs `(("pkg-config" ,pkg-config)))
3412 (arguments
3413 '(#:configure-flags (list "--exec-prefix=${prefix}"
3414 "--with-fuse=external" ;use our own FUSE
3415 "--enable-mount-helper"
3416 "--enable-posix-acls"
3417 "--enable-xattr-mappings")))
8bad0c0b 3418 (home-page "https://www.tuxera.com/community/open-source-ntfs-3g/")
91231156
LC
3419 (synopsis "Read-write access to NTFS file systems")
3420 (description
3421 "NTFS-3G provides read-write access to NTFS file systems, which are
3422commonly found on Microsoft Windows. It is implemented as a FUSE file system.
3423The package provides additional NTFS tools.")
3424 (license license:gpl2+)))
9b0942c1 3425
f8f44dd7
MB
3426(define-public rdma-core
3427 (package
3428 (name "rdma-core")
5826e7b1 3429 (version "14")
f8f44dd7
MB
3430 (source (origin
3431 (method url-fetch)
3432 (uri (string-append "https://github.com/linux-rdma/rdma-core"
3433 "/releases/download/v" version "/rdma-core-"
3434 version ".tar.gz"))
3435 (sha256
3436 (base32
5826e7b1 3437 "0w03zd49k96bmly44qc8l0s9l671sd26k4wrilsp13xaspy048kd"))))
f8f44dd7
MB
3438 (build-system cmake-build-system)
3439 (arguments
3440 '(#:tests? #f ; no tests
3441 ;; Upstream uses the "ninja" build system and encourage distros
3442 ;; to do the same for consistency. They also recommend using the
3443 ;; "Release" build type.
3def739d
TGR
3444 #:build-type "Release"
3445 #:configure-flags (list "-GNinja")
f8f44dd7
MB
3446 #:phases
3447 (modify-phases %standard-phases
3448 (replace 'build
3449 (lambda _
3450 (zero? (system* "ninja"
3451 "-j" (number->string (parallel-job-count))))))
3452 (replace 'install
3453 (lambda _
3454 (zero? (system* "ninja" "install")))))))
3455 (native-inputs
3456 `(("ninja" ,ninja)
3457 ("pkg-config" ,pkg-config)
3458 ("python" ,python-wrapper)))
3459 (inputs
3460 `(("libnl" ,libnl)
3461 ("udev" ,eudev)))
3462 (home-page "https://github.com/linux-rdma/rdma-core")
3463 (synopsis "Utilities and libraries for working with RDMA devices")
3464 (description
3465 "This package provides userspace components for the InfiniBand
3466subsystem of the Linux kernel. Specifically it contains userspace
3467libraries for the following device nodes:
3468
3469@enumerate
3470@item @file{/dev/infiniband/uverbsX} (@code{libibverbs})
3471@item @file{/dev/infiniband/rdma_cm} (@code{librdmacm})
3472@item @file{/dev/infiniband/umadX} (@code{libibumad})
3473@end enumerate
3474
3475The following service daemons are also provided:
3476@enumerate
3477@item @code{srp_daemon} (for the @code{ib_srp} kernel module)
3478@item @code{iwpmd} (for iWARP kernel providers)
3479@item @code{ibacm} (for InfiniBand communication management assistant)
3480@end enumerate")
3481 ;; All library code is dual licensed under GPL2 and a custom MIT
3482 ;; variant. The package also includes some components covered by
3483 ;; other licenses. Consult COPYING.md for full details.
3484 (license
3485 (list license:gpl2
3486 (license:x11-style "See COPYING.BSD_MIT in the distribution")
3487 license:bsd-2 ; Files referring to COPYING.BSD_FB
3488 license:cc0 ; most files in ccan/
3489 license:bsd-3)))) ; providers/hfi1verbs are dual GPL2/BSD-3
3490
9b0942c1
DC
3491(define-public rng-tools
3492 (package
3493 (name "rng-tools")
8bc6956b 3494 (version "6.1")
9b0942c1
DC
3495 (source (origin
3496 (method url-fetch)
8bc6956b
LF
3497 (uri (string-append "https://github.com/nhorman/rng-tools/"
3498 "archive/v" version ".tar.gz"))
3499 (file-name (string-append name "-" version ".tar.gz"))
9b0942c1
DC
3500 (sha256
3501 (base32
8bc6956b 3502 "00ywsknjpc9jd9kfmz2syk9l0xkiiwyx5qhl5zvhhc69v6682i31"))))
9b0942c1 3503 (build-system gnu-build-system)
8bc6956b
LF
3504 (arguments
3505 `(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166 MiB.
3506 #:configure-flags '("--without-nistbeacon")
3507 #:phases
3508 (modify-phases %standard-phases
3509 (add-after 'unpack 'bootstrap
3510 (lambda _
3511 (zero? (system* "sh" "autogen.sh")))))))
3512 (native-inputs
3513 `(("autoconf" ,autoconf)
3514 ("automake" ,automake)
3515 ("pkg-config" ,pkg-config)))
3516 (inputs
3517 `(("libsysfs" ,sysfsutils)))
9b0942c1
DC
3518 (synopsis "Random number generator daemon")
3519 (description
3520 "Monitor a hardware random number generator, and supply entropy
3521from that to the system kernel's @file{/dev/random} machinery.")
3b3b60d0 3522 (home-page "https://sourceforge.net/projects/gkernel")
9b0942c1
DC
3523 ;; The source package is offered under the GPL2+, but the files
3524 ;; 'rngd_rdrand.c' and 'rdrand_asm.S' are only available under the GPL2.
3525 (license (list license:gpl2 license:gpl2+))))
58d6a1f2
TGR
3526
3527(define-public cpupower
3528 (package
3529 (name "cpupower")
3530 (version (package-version linux-libre))
3531 (source (package-source linux-libre))
3532 (build-system gnu-build-system)
3533 (arguments
3534 '(#:phases (modify-phases %standard-phases
3535 (add-after 'unpack 'enter-subdirectory
3536 (lambda _
3537 (chdir "tools/power/cpupower")))
3538 (delete 'configure)
3539 (add-before 'build 'fix-makefiles
3540 (lambda _
3541 (substitute* "Makefile"
3542 (("/usr/") "/")
3543 (("/bin/(install|pwd)" _ command) command))
3544 (substitute* "bench/Makefile"
3545 (("\\$\\(CC\\) -o") "$(CC) $(LDFLAGS) -o")))))
3546 #:make-flags (let ((out (assoc-ref %outputs "out")))
3547 (list (string-append "DESTDIR=" out)
3548 (string-append "LDFLAGS=-Wl,-rpath=" out "/lib")
3549 "docdir=/share/doc/cpupower"
3550 "confdir=$(docdir)/examples"
3551 ;; The Makefile recommends the following changes
3552 "DEBUG=false"
3553 "PACKAGE_BUGREPORT=bug-guix@gnu.org"))
3554 #:tests? #f)) ;no tests
b94a6ca0 3555 (native-inputs `(("gettext" ,gettext-minimal)))
58d6a1f2
TGR
3556 (inputs `(("pciutils" ,pciutils)))
3557 (home-page (package-home-page linux-libre))
3558 (synopsis "CPU frequency and voltage scaling tools for Linux")
3559 (description
3560 "cpupower is a set of user-space tools that use the cpufreq feature of the
3561Linux kernel to retrieve and control processor features related to power saving,
3562such as frequency and voltage scaling.")
3563 (license license:gpl2)))
2b76f135
TGR
3564
3565(define-public haveged
3566 (package
3567 (name "haveged")
87c6e9d2 3568 (version "1.9.2")
2b76f135
TGR
3569 (source
3570 (origin
3571 (method url-fetch)
3572 (uri (string-append "http://www.issihosts.com/haveged/haveged-"
3573 version ".tar.gz"))
3574 (sha256
3575 (base32
87c6e9d2 3576 "0w5ypz6451msckivjriwyw8djydlwffam7x23xh626s2vzdrlzgp"))))
2b76f135
TGR
3577 (build-system gnu-build-system)
3578 (home-page "http://www.issihosts.com/haveged")
3579 (synopsis "Entropy source for the Linux random number generator")
3580 (description
3581 "haveged generates an unpredictable stream of random numbers for use by
3582Linux's @file{/dev/random} and @file{/dev/urandom} devices. The kernel's
3583standard mechanisms for filling the entropy pool may not be sufficient for
3584systems with high needs or limited user interaction, such as headless servers.
3585@command{haveged} runs as a privileged daemon, harvesting randomness from the
3586indirect effects of hardware events on hidden processor state using the HArdware
3587Volatile Entropy Gathering and Expansion (HAVEGE) algorithm. It tunes itself to
3588its environment and provides the same built-in test suite for the output stream
3589as used on certified hardware security devices.")
3590 (license (list (license:non-copyleft "file://nist/mconf.h")
3591 (license:non-copyleft "file://nist/packtest.c")
3592 license:public-domain ; nist/dfft.c
3593 license:gpl3+)))) ; everything else
e385e957
TGR
3594
3595(define-public ecryptfs-utils
3596 (package
3597 (name "ecryptfs-utils")
3598 (version "111")
3599 (source
3600 (origin
3601 (method url-fetch)
3602 (uri (string-append "https://launchpad.net/ecryptfs/trunk/"
3603 version "/+download/ecryptfs-utils_"
3604 version ".orig.tar.gz"))
3605 (sha256
3606 (base32
3607 "0zwq19siiwf09h7lwa7n7mgmrr8cxifp45lmwgcfr8c1gviv6b0i"))))
3608 (build-system gnu-build-system)
3609 (arguments
3610 `(#:configure-flags (list "--disable-pywrap")))
3611 (native-inputs
3612 `(("intltool" ,intltool)
3613 ("perl" ,perl) ; for pod2man
3614 ("pkg-config" ,pkg-config)))
3615 (inputs
3616 `(("keyutils" ,keyutils)
3617 ("linux-pam" ,linux-pam)
3618 ("nss" ,nss)))
3619 (home-page "http://ecryptfs.org/")
3620 (synopsis "eCryptfs cryptographic file system utilities")
3621 (description
3622 "eCryptfs is a POSIX-compliant stacked cryptographic file system for Linux.
3623Each file's cryptographic meta-data is stored inside the file itself, along
3624with the encrypted contents. This allows individual encrypted files to be
3625copied between hosts and still be decrypted with the proper key. eCryptfs is a
3626native Linux file system, and has been part of the Linux kernel since version
36272.6.19. This package contains the userland utilities to manage it.")
3628 ;; The files src/key_mod/ecryptfs_key_mod_{openssl,pkcs11_helper,tspi}.c
3629 ;; grant additional permission to link with OpenSSL.
3630 (license license:gpl2+)))
cff0adec
DC
3631
3632(define-public libnfsidmap
3633 (package
3634 (name "libnfsidmap")
3635 (version "0.25")
3636 (source (origin
3637 (method url-fetch)
3638 (uri (string-append
3639 "http://www.citi.umich.edu/projects/nfsv4/linux/"
3640 name "/" name "-" version ".tar.gz"))
3641 (sha256
3642 (base32
3643 "1kzgwxzh83qi97rblcm9qj80cdvnv8kml2plz0q103j0hifj8vb5"))))
3644 (build-system gnu-build-system)
3645 (arguments
3646 `(#:configure-flags (list
3647 (string-append "--with-pluginpath="
3648 (assoc-ref %outputs "out")
3649 "/lib/libnfsidmap"))))
3650 (home-page
3651 "http://www.citi.umich.edu/projects/nfsv4/crossrealm/libnfsidmap_config.html")
3652 (synopsis
3653 "NFSv4 support library for name/ID mapping")
3654 (description "Libnfsidmap is a library holding mulitiple methods of
3655mapping names to ids and visa versa, mainly for NFSv4. It provides an
3656extensible array of mapping functions, currently consisting of two choices:
3657the default @code{nsswitch} and the experimental @code{umich_ldap}.")
3658 (license (license:non-copyleft "file://COPYING"
3659 "See COPYING in the distribution."))))
035d3593
DC
3660
3661(define-public module-init-tools
3662 (package
3663 (name "module-init-tools")
3664 (version "3.16")
3665 (source (origin
3666 (method url-fetch)
3667 (uri (string-append
3668 "mirror://kernel.org/linux/utils/kernel/module-init-tools/"
3669 "module-init-tools-" version ".tar.bz2"))
3670 (sha256
3671 (base32
3672 "0jxnz9ahfic79rp93l5wxcbgh4pkv85mwnjlbv1gz3jawv5cvwp1"))
3673 (patches (search-patches "module-init-tools-moduledir.patch"))))
3674 (build-system gnu-build-system)
3675 (arguments
3676 ;; FIXME: The upstream tarball lacks man pages, and building them would
3677 ;; require DocBook & co. We used to use Gentoo's pre-built man pages,
3678 ;; but they vanished. In the meantime, fake it.
dc1d3cde
KK
3679 '(#:phases
3680 (modify-phases %standard-phases
3681 (add-before 'configure 'fake-docbook
3682 (lambda _
3683 (substitute* "Makefile.in"
3684 (("^DOCBOOKTOMAN.*$")
3685 "DOCBOOKTOMAN = true\n"))
3686 #t)))))
81e59e41 3687 (home-page "https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/")
035d3593
DC
3688 (synopsis "Tools for loading and managing Linux kernel modules")
3689 (description
3690 "Tools for loading and managing Linux kernel modules, such as `modprobe',
3691`insmod', `lsmod', and more.")
3692 (license license:gpl2+)))
dd65f3b7
TGR
3693
3694(define-public mcelog
3695 (package
3696 (name "mcelog")
e03e9c86 3697 (version "154")
dd65f3b7
TGR
3698 (source (origin
3699 (method url-fetch)
3700 (uri (string-append "https://git.kernel.org/cgit/utils/cpu/mce/"
3701 "mcelog.git/snapshot/v" version ".tar.gz"))
3702 (sha256
3703 (base32
e03e9c86 3704 "07628cr05f50m7lsvw26wxlnb7qcl0x6rymdpp5spqzhz91l58p3"))
dd65f3b7
TGR
3705 (file-name (string-append name "-" version ".tar.gz"))
3706 (modules '((guix build utils)))
3707 (snippet
3708 ;; The snapshots lack a .git directory, breaking ‘git describe’.
3709 `(substitute* "Makefile"
3710 (("\"unknown\"") (string-append "\"v" ,version "\""))))))
3711 (build-system gnu-build-system)
3712 (arguments
3713 `(#:phases (modify-phases %standard-phases
3714 (delete 'configure)) ; no configure script
3715 #:make-flags (let ((out (assoc-ref %outputs "out")))
3716 (list "CC=gcc"
3717 (string-append "prefix=" out)
3718 (string-append "DOCDIR=" out "/share/doc/mcelog")
3719 "etcprefix=$(DOCDIR)/examples"))
3720 ;; The tests will only run as root on certain supported CPU models.
3721 #:tests? #f))
3722 (supported-systems (list "i686-linux" "x86_64-linux"))
71d60b96 3723 (home-page "https://mcelog.org/")
dd65f3b7
TGR
3724 (synopsis "Machine check monitor for x86 Linux systems")
3725 (description
3726 "The mcelog daemon is required by the Linux kernel to log memory, I/O, CPU,
3727and other hardware errors on x86 systems. It can also perform user-defined
3728tasks, such as bringing bad pages off-line, when configurable error thresholds
3729are exceeded.")
3730 (license license:gpl2)))
0c60cc53
DM
3731
3732(define-public mtd-utils
3733 (package
3734 (name "mtd-utils")
3735 (version "1.5.2")
3736 (source (origin
3737 (method url-fetch)
3738 (uri (string-append
3739 "ftp://ftp.infradead.org/pub/mtd-utils/"
3740 "mtd-utils-" version ".tar.bz2"))
3741 (sha256
3742 (base32
3743 "007lhsd8yb34l899r4m37whhzdw815cz4fnjbpnblfha524p7dax"))))
3744 (inputs
3745 `(("acl" ,acl)
3746 ("libuuid" ,util-linux)
c695fb76 3747 ("lzo" ,lzo)
0c60cc53
DM
3748 ("zlib" ,zlib)))
3749 (build-system gnu-build-system)
3750 (arguments
3751 `(#:test-target "tests"
3752 #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
3753 #:phases (modify-phases %standard-phases
3754 (delete 'configure))))
3755 (synopsis "MTD Flash Storage Utilities")
3756 (description "This package provides utilities for testing, partitioning, etc
3757of flash storage.")
3758 (home-page "http://www.linux-mtd.infradead.org/")
3759 (license
3760 (list license:gpl2 ; Almost everything is gpl2 or gpl2+
3761 license:mpl1.1 ; All ftl* files
3762 license:expat)))) ; libiniparser
def6213f
LF
3763
3764(define-public libseccomp
3765 (package
3766 (name "libseccomp")
83a9003c 3767 (version "2.3.3")
def6213f
LF
3768 (source (origin
3769 (method url-fetch)
3770 (uri (string-append "https://github.com/seccomp/libseccomp/"
3771 "releases/download/v" version
3772 "/libseccomp-" version ".tar.gz"))
3773 (sha256
3774 (base32
83a9003c 3775 "0mdiyfljrkfl50q1m3ws8yfcyfjwf1zgkvcva8ffcwncji18zhkz"))))
def6213f
LF
3776 (build-system gnu-build-system)
3777 (native-inputs
3778 `(("which" ,which)))
3779 (synopsis "Interface to Linux's seccomp syscall filtering mechanism")
3780 (description "The libseccomp library provides an easy to use, platform
3781independent, interface to the Linux Kernel's syscall filtering mechanism. The
3782libseccomp API is designed to abstract away the underlying BPF based syscall
3783filter language and present a more conventional function-call based filtering
3784interface that should be familiar to, and easily adopted by, application
3785developers.")
3786 (home-page "https://github.com/seccomp/libseccomp")
3787 (license license:lgpl2.1)))
58c4f11e
TGR
3788
3789(define-public radeontop
3790 (package
3791 (name "radeontop")
36f3e1df 3792 (version "1.1")
58c4f11e
TGR
3793 (home-page "https://github.com/clbr/radeontop/")
3794 (source (origin
3795 (method url-fetch)
a7c61512 3796 (uri (string-append home-page "archive/v" version ".tar.gz"))
58c4f11e
TGR
3797 (file-name (string-append name "-" version ".tar.gz"))
3798 (sha256
3799 (base32
36f3e1df 3800 "1fv06j5c99imvzkac3j40lgjhr5b2i77fnyffhlvj92bli1fm1c6"))))
58c4f11e
TGR
3801 (build-system gnu-build-system)
3802 (arguments
3803 `(#:phases (modify-phases %standard-phases
3804 ;; getver.sh uses ‘git --describe’, isn't worth an extra git
3805 ;; dependency, and doesn't even work on release(!) tarballs.
3806 (add-after 'unpack 'report-correct-version
3807 (lambda _ (substitute* "getver.sh"
3808 (("ver=unknown")
3809 (string-append "ver=" ,version)))))
3810 (delete 'configure)) ; no configure script
3811 #:make-flags (list "CC=gcc"
3812 (string-append "PREFIX=" %output))
3813 #:tests? #f)) ; no tests
3814 (native-inputs
7c90d0f4 3815 `(("gettext" ,gettext-minimal)
58c4f11e
TGR
3816 ("pkg-config" ,pkg-config)))
3817 (inputs
3818 `(("libdrm" ,libdrm)
3819 ("libpciaccess" ,libpciaccess)
a7c61512 3820 ("libxcb" ,libxcb)
58c4f11e
TGR
3821 ("ncurses" ,ncurses)))
3822 (synopsis "Usage monitor for AMD Radeon graphics")
3823 (description "RadeonTop monitors resource consumption on supported AMD
3824Radeon Graphics Processing Units (GPUs), either in real time as bar graphs on
3825a terminal or saved to a file for further processing. It measures both the
3826activity of the GPU as a whole, which is also accurate during OpenCL
3827computations, as well as separate component statistics that are only meaningful
3828under OpenGL graphics workloads.")
3829 (license license:gpl3)))
0d74462a
MB
3830
3831(define-public efivar
3832 (package
3833 (name "efivar")
a7aed511 3834 (version "35")
0d74462a
MB
3835 (source (origin
3836 (method url-fetch)
3837 (uri (string-append "https://github.com/rhinstaller/" name
3838 "/releases/download/" version "/" name
3839 "-" version ".tar.bz2"))
3840 (sha256
3841 (base32
a7aed511 3842 "153k2ifyl4giz5fkryxhz8z621diqjy7v25hfga4z94rs32ks0qy"))))
0d74462a
MB
3843 (build-system gnu-build-system)
3844 (arguments
3845 `(;; Tests require a UEFI system and is not detected in the chroot.
3846 #:tests? #f
3847 #:make-flags (list (string-append "prefix=" %output)
3848 (string-append "libdir=" %output "/lib")
b2b2ba40 3849 "CC_FOR_BUILD=gcc"
0d74462a
MB
3850 (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
3851 #:phases
3852 (modify-phases %standard-phases
3853 (delete 'configure))))
3854 (native-inputs
3855 `(("pkg-config" ,pkg-config)))
3856 (inputs
3857 `(("popt" ,popt)))
3858 (home-page "https://github.com/rhinstaller/efivar")
3859 (synopsis "Tool and library to manipulate EFI variables")
3860 (description "This package provides a library and a command line
3861interface to the variable facility of UEFI boot firmware.")
3862 (license license:lgpl2.1+)))
1581406e
MB
3863
3864(define-public efibootmgr
3865 (package
3866 (name "efibootmgr")
732825f3 3867 (version "16")
1581406e
MB
3868 (source (origin
3869 (method url-fetch)
3870 (uri (string-append "https://github.com/rhinstaller/" name
3871 "/releases/download/" version "/" name
3872 "-" version ".tar.bz2"))
3873 (sha256
3874 (base32
732825f3 3875 "0pzn67vxxaf7jna4cd0i4kqm60h04kb21hckksv9z82q9gxra1wm"))))
1581406e
MB
3876 (build-system gnu-build-system)
3877 (arguments
3878 `(#:tests? #f ; No tests.
3879 #:make-flags (list (string-append "prefix=" %output)
3880 (string-append "libdir=" %output "/lib")
732825f3
MB
3881 ;; EFIDIR denotes a subdirectory relative to the
3882 ;; EFI System Partition where the loader will be
3883 ;; installed (known as OS_VENDOR in the code).
3884 ;; GRUB overrides this, as such it's only used if
3885 ;; nothing else is specified on the command line.
3886 "EFIDIR=gnu"
1581406e
MB
3887 ;; Override CFLAGS to add efivar include directory.
3888 (string-append "CFLAGS=-O2 -g -flto -I"
3889 (assoc-ref %build-inputs "efivar")
3890 "/include/efivar"))
732825f3 3891 #:phases (modify-phases %standard-phases (delete 'configure))))
1581406e
MB
3892 (native-inputs
3893 `(("pkg-config" ,pkg-config)))
3894 (inputs
3895 `(("efivar" ,efivar)
3896 ("popt" ,popt)))
3897 (home-page "https://github.com/rhinstaller/efibootmgr")
3898 (synopsis "Modify the Extensible Firmware Interface (EFI) boot manager")
3899 (description
3900 "@code{efibootmgr} is a user-space application to modify the Intel
3901Extensible Firmware Interface (EFI) Boot Manager. This application can
3902create and destroy boot entries, change the boot order, change the next
3903running boot option, and more.")
3904 (license license:gpl2+)))
6d3e08d4
LF
3905
3906(define-public sysstat
3907 (package
3908 (name "sysstat")
70443013 3909 (version "11.4.3")
6d3e08d4
LF
3910 (source (origin
3911 (method url-fetch)
3912 (uri (string-append "http://perso.orange.fr/sebastien.godard/"
3913 "sysstat-" version ".tar.xz"))
3914 (sha256
3915 (base32
70443013 3916 "1ryf9myjzpa2279i3rvsh6fr5psm6qvr5r9kbm1sxyspapxcms82"))))
6d3e08d4
LF
3917 (build-system gnu-build-system)
3918 (arguments
3919 `(#:tests? #f ; No test suite.
3920 ;; Without this flag, it tries to install the man pages with group 'root'
3921 ;; and fails because /etc/passwd lacks an entry for the root user.
3922 #:configure-flags
3923 (list "--disable-file-attr"
3924 (string-append "conf_dir=" (assoc-ref %outputs "out") "/etc"))
3925 #:phases
3926 (modify-phases %standard-phases
3927 ;; The build process tries to create '/var/lib/sa', so we skip that
3928 ;; instruction.
3929 (add-after 'build 'skip-touching-var
3930 (lambda _
3931 (substitute* "Makefile"
3932 (("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)")
3933 ""))
3934 #t)))))
3935 (home-page "http://sebastien.godard.pagesperso-orange.fr/")
3936 (synopsis "Performance monitoring tools for Linux")
3937 (description "The sysstat utilities are a collection of performance
3938monitoring tools for Linux. These include @code{mpstat}, @code{iostat},
3939@code{tapestat}, @code{cifsiostat}, @code{pidstat}, @code{sar}, @code{sadc},
3940@code{sadf} and @code{sa}.")
3941 (license license:gpl2+)))
01be4f93
JMSG
3942
3943(define-public light
3944 (package
3945 (name "light")
3946 (version "1.0")
3947 (source (origin
3948 (method url-fetch)
3949 (uri (string-append "https://github.com/haikarainen/" name
3950 "/archive/v" version ".tar.gz"))
3951 (sha256
3952 (base32
3953 "0r5gn6c0jcxknzybl6059dplxv46dpahchqq4gymrs7z8bp0hilp"))
3954 (file-name (string-append name "-" version ".tar.gz"))))
3955 (build-system gnu-build-system)
3956 (arguments
3957 '(#:tests? #f ; no tests
3958 #:make-flags (list "CC=gcc"
3959 (string-append "PREFIX=" %output))
3960 #:phases
3961 (modify-phases %standard-phases
3962 (delete 'configure)
3963 (add-after 'unpack 'patch-makefile
3964 (lambda _
3965 (substitute* "Makefile" (("chown") "#")))))))
3966 (native-inputs
3967 `(("help2man" ,help2man)))
3968 (home-page "https://haikarainen.github.io/light")
3969 (synopsis "GNU/Linux application to control backlights")
3970 (description
3971 "Light is a program to send commands to screen backlight controllers
3972under GNU/Linux. Features include:
3973
3974@itemize
3975@item It does not rely on X.
3976@item Light can automatically figure out the best controller to use, making
3977full use of underlying hardware.
3978@item It is possible to set a minimum brightness value, as some controllers
3979set the screen to be pitch black at a vaĺue of 0 (or higher).
3980@end itemize
3981
3982Light is the successor of lightscript.")
3983 (license license:gpl3+)))
189d8422 3984
c7adafa7
MO
3985(define-public tlp
3986 (package
3987 (name "tlp")
59d999f9 3988 (version "1.1")
c7adafa7
MO
3989 (source (origin
3990 (method url-fetch)
3991 (uri (string-append
3992 "https://github.com/linrunner/"
3993 (string-upcase name)
3994 "/archive/" version ".tar.gz"))
3995 (file-name (string-append name "-" version ".tar.gz"))
3996 (sha256
3997 (base32
59d999f9 3998 "068hzmh90x600saynbl7iwg1pm0ywldn4jazyxx5y1fixs8s1qbn"))))
c7adafa7
MO
3999 (inputs `(("bash" ,bash)
4000 ("dbus" ,dbus)
4001 ("ethtool" ,ethtool)
4002 ("eudev" ,eudev)
4003 ("grep" ,grep)
4004 ("hdparm" ,hdparm)
4005 ("inetutils" ,inetutils)
4006 ("iw" ,iw)
4007 ("kmod" ,kmod)
4008 ("pciutils" ,pciutils)
4009 ("perl" ,perl)
4010 ("rfkill" ,rfkill)
4011 ("sed" ,sed)
4012 ("usbutils" ,usbutils)
4013 ("util-linux" ,util-linux)
4014 ("wireless-tools" ,wireless-tools)))
4015 (build-system gnu-build-system)
4016 (arguments
4017 `(#:phases
4018 (modify-phases %standard-phases
cef3f146 4019 (delete 'configure) ; no configure script
c7adafa7
MO
4020 (add-before 'build 'setenv
4021 (lambda* (#:key outputs #:allow-other-keys)
4022 (let ((out (assoc-ref outputs "out")))
4023 (setenv "TLP_WITH_SYSTEMD" "0")
4024 (setenv "TLP_NO_INIT" "1")
4025 (setenv "TLP_NO_PMUTILS" "1")
4026 (setenv "TLP_SBIN" (string-append out "/bin"))
4027 (setenv "TLP_BIN" (string-append out "/bin"))
4028 (setenv "TLP_TLIB" (string-append out "/share/tlp-pm"))
4029 (setenv "TLP_ULIB" (string-append out "/lib/udev"))
32e75b48 4030 (setenv "TLP_CONF" "/etc/tlp")
c7adafa7
MO
4031 (setenv "TLP_SHCPL"
4032 (string-append out "/share/bash-completion/completions"))
6db6c3a9
NG
4033 (setenv "TLP_MAN" (string-append out "/share/man"))
4034 (setenv "TLP_META" (string-append out "/share/metainfo")))))
cef3f146
TGR
4035 (delete 'check) ; no tests
4036 (add-before 'install 'fix-installation
4037 (lambda _
4038 ;; Stop the Makefile from trying to create system directories.
4039 (substitute* "Makefile" (("\\[ -f \\$\\(_CONF\\) \\]") "#"))))
c7adafa7
MO
4040 (replace 'install
4041 (lambda _
6db6c3a9
NG
4042 (invoke "make" "install-tlp" "install-man")
4043 #t))
c7adafa7
MO
4044 (add-after 'install 'wrap
4045 (lambda* (#:key inputs outputs #:allow-other-keys)
4046 (let* ((bin (string-append (assoc-ref outputs "out") "/bin"))
4047 (bin-files (find-files bin ".*")))
4048 (define (bin-directory input-name)
4049 (string-append (assoc-ref inputs input-name) "/bin"))
4050 (define (sbin-directory input-name)
4051 (string-append (assoc-ref inputs input-name) "/sbin"))
4052 (for-each (lambda (program)
4053 (wrap-program program
4054 `("PATH" ":" prefix
4055 ,(append
4056 (map bin-directory '("bash"
4057 "coreutils"
4058 "dbus"
4059 "eudev"
4060 "grep"
4061 "inetutils"
4062 "kmod"
4063 "perl"
4064 "sed"
4065 "usbutils"
4066 "util-linux"))
4067 (map sbin-directory '("ethtool"
4068 "hdparm"
4069 "iw"
4070 "pciutils"
4071 "rfkill"
4072 "wireless-tools"))))))
4073 bin-files)))))))
4074 (home-page "http://linrunner.de/en/tlp/tlp.html")
4075 (synopsis "Power management tool for Linux")
4076 (description "TLP is a power management tool for Linux. It comes with
4077a default configuration already optimized for battery life. Nevertheless,
4078TLP is customizable to fulfil system requirements. TLP settings are applied
4079every time the power supply source is changed.")
4080
4081 ;; 'COPYING' is a custom version that says that one file is GPLv3+ and the
4082 ;; rest is GPLv2+.
4083 (license (list license:gpl2+ license:gpl3+))))
4084
189d8422
BG
4085(define-public lshw
4086 (package
4087 (name "lshw")
4088 (version "B.02.18")
4089 (source (origin
4090 (method url-fetch)
4091 (uri (string-append "https://www.ezix.org/software/"
4092 "files/lshw-" version
4093 ".tar.gz"))
4094 (sha256
4095 (base32
4096 "0brwra4jld0d53d7jsgca415ljglmmx1l2iazpj4ndilr48yy8mf"))))
4097 (build-system gnu-build-system)
4098 (arguments
4099 `(#:phases (modify-phases %standard-phases (delete 'configure))
4100 #:tests? #f ; no tests
4101 #:make-flags
4102 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
4103 (synopsis "List hardware information")
4104 (description
4105 "@command{lshw} (Hardware Lister) is a small tool to provide
4106detailed information on the hardware configuration of the machine.
4107It can report exact memory configuration, firmware version, mainboard
4108configuration, CPU version and speed, cache configuration, bus speed,
4109and more on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC
4110machines (PowerMac G4 is known to work).")
4111 (home-page "https://www.ezix.org/project/wiki/HardwareLiSter")
4112 (license license:gpl2+)))
2f4a58b5
LF
4113
4114(define-public libmnl
4115 (package
4116 (name "libmnl")
4117 (version "1.0.4")
4118 (source
4119 (origin
4120 (method url-fetch)
f11ae44f 4121 (uri (string-append "mirror://netfilter.org/libmnl/"
2f4a58b5
LF
4122 "libmnl-" version ".tar.bz2"))
4123 (sha256
4124 (base32
4125 "108zampspaalv44zn0ar9h386dlfixpd149bnxa5hsi8kxlqj7qp"))))
4126 (build-system gnu-build-system)
4127 (home-page "https://www.netfilter.org/projects/libmnl/")
4128 (synopsis "Netlink utility library")
4129 (description "Libmnl is a minimalistic user-space library oriented to
4130Netlink developers. There are a lot of common tasks in parsing, validating,
4131constructing of both the Netlink header and TLVs that are repetitive and easy to
4132get wrong. This library aims to provide simple helpers that allows you to
4133re-use code and to avoid re-inventing the wheel.")
4134 (license license:lgpl2.1+)))
b754c612
LF
4135
4136(define-public libnftnl
4137 (package
4138 (name "libnftnl")
1dba87d7 4139 (version "1.0.9")
b754c612
LF
4140 (source
4141 (origin
4142 (method url-fetch)
f11ae44f 4143 (uri (string-append "mirror://netfilter.org/libnftnl/"
b754c612
LF
4144 "libnftnl-" version ".tar.bz2"))
4145 (sha256
4146 (base32
1dba87d7 4147 "0d9nkdbdck8sg6msysqyv3m9kjr9sjif5amf26dfa0g3mqjdihgy"))))
b754c612
LF
4148 (build-system gnu-build-system)
4149 (native-inputs
4150 `(("pkg-config" ,pkg-config)))
4151 (inputs
4152 `(("libmnl" ,libmnl)))
4153 (home-page "https://www.netfilter.org/projects/libnftnl/index.html")
4154 (synopsis "Netlink programming interface to the Linux nf_tables subsystem")
4155 (description "Libnftnl is a userspace library providing a low-level netlink
4156programming interface to the in-kernel nf_tables subsystem. The library
4157libnftnl has been previously known as libnftables. This library is currently
4158used by nftables.")
4159 (license license:gpl2+)))
62b28c0e 4160
dfe93c9a
RH
4161(define-public nftables
4162 (package
4163 (name "nftables")
0646461a 4164 (version "0.8.1")
dfe93c9a
RH
4165 (source
4166 (origin
4167 (method url-fetch)
4168 (uri (string-append "http://www.nftables.org/projects/nftables"
4169 "/files/nftables-" version ".tar.bz2"))
4170 (sha256
4171 (base32
0646461a 4172 "1i1gfy8l7qyhc5vlrpp63s0n5kybmc9pi4dywiq8rmkhrrnddsla"))))
dfe93c9a 4173 (build-system gnu-build-system)
c695fb76
TGR
4174 (inputs `(("bison" ,bison)
4175 ("flex" ,flex)
4176 ("gmp" ,gmp)
4177 ("libmnl" ,libmnl)
4178 ("libnftnl" ,libnftnl)
4179 ("readline" ,readline)))
4180 (native-inputs `(("pkg-config" ,pkg-config)))
dfe93c9a
RH
4181 (home-page "http://www.nftables.org")
4182 (synopsis "Userspace utility for Linux packet filtering")
4183 (description "nftables is the project that aims to replace the existing
4184{ip,ip6,arp,eb}tables framework. Basically, this project provides a new packet
4185filtering framework, a new userspace utility and also a compatibility layer for
4186{ip,ip6}tables. nftables is built upon the building blocks of the Netfilter
4187infrastructure such as the existing hooks, the connection tracking system, the
4188userspace queueing component and the logging subsystem.")
4189 (license license:gpl2)))
4190
62b28c0e
LC
4191(define-public proot
4192 (package
4193 (name "proot")
4194 (version "5.1.0")
4195 (home-page "https://github.com/proot-me/PRoot")
4196 (source (origin
4197 (method url-fetch)
4198 (uri (string-append home-page "/archive/v" version ".tar.gz"))
4199 (file-name (string-append name "-" version ".tar.gz"))
4200 (sha256
4201 (base32
4202 "11h30i83vdhc3khlj6hrh3a21sbmmz8nhfv09vkf6b9bcs1biz2h"))
4203 (patches (search-patches "proot-test-fhs.patch"))))
4204 (build-system gnu-build-system)
4205 (arguments
4206 '(#:make-flags '("-C" "src")
4207
4208 #:phases (modify-phases %standard-phases
4209 (delete 'configure)
4210 (add-before 'build 'set-shell-file-name
4211 (lambda* (#:key inputs #:allow-other-keys)
4212 (substitute* (find-files "src" "\\.[ch]$")
4213 (("\"/bin/sh\"")
4214 (string-append "\""
4215 (assoc-ref inputs "bash")
4216 "/bin/sh\"")))
4217 #t))
4218 (add-before 'check 'fix-fhs-assumptions-in-tests
4219 (lambda _
4220 (substitute* "tests/test-c6b77b77.mk"
4221 (("/bin/bash") (which "bash"))
4222 (("/usr/bin/test") (which "test")))
4223 (substitute* '("tests/test-16573e73.c")
4224 (("/bin/([a-z-]+)" _ program)
4225 (which program)))
4226
4227 (substitute* (find-files "tests" "\\.sh$")
4228 ;; Some of the tests try to "bind-mount" /bin/true.
4229 (("-b /bin/true:")
4230 (string-append "-b " (which "true") ":"))
4231 ;; Likewise for /bin.
4232 (("-b /bin:") "-b /gnu:")
4233 ;; Others try to run /bin/sh.
4234 (("/bin/sh") (which "sh"))
4235 ;; Others assume /etc/fstab exists.
4236 (("/etc/fstab") "/etc/passwd"))
4237
4238 (substitute* "tests/GNUmakefile"
4239 (("-b /bin:") "-b /gnu:"))
4240
4241 ;; XXX: This test fails in an obscure corner case, just
4242 ;; skip it.
4243 (delete-file "tests/test-kkkkkkkk.c")
4244
4245 #t))
4246 (replace 'check
4247 (lambda _
4248 (let ((n (parallel-job-count)))
4249 ;; For some reason we get lots of segfaults with
4250 ;; seccomp support (x86_64, Linux-libre 4.11.0).
4251 (setenv "PROOT_NO_SECCOMP" "1")
4252
4253 ;; Most of the tests expect "/bin" to be in $PATH so
4254 ;; they can run things that live in $ROOTFS/bin.
4255 (setenv "PATH"
4256 (string-append (getenv "PATH") ":/bin"))
4257
4258 (zero? (system* "make" "check" "-C" "tests"
4259 ;;"V=1"
4260 "-j" (number->string n))))))
4261 (replace 'install
4262 (lambda* (#:key outputs #:allow-other-keys)
4263 ;; The 'install' rule does nearly nothing.
4264 (let ((out (assoc-ref outputs "out")))
4265 (and (zero?
4266 ;; TODO: 'make install-care' (does not even
4267 ;; build currently.)
4268 (system* "make" "-C" "src" "install"
4269 (string-append "PREFIX=" out)))
02084762
LC
4270 (let ((man1 (string-append out
4271 "/share/man/man1")))
4272 (mkdir-p man1)
4273 (copy-file "doc/proot/man.1"
4274 (string-append man1 "/proot.1"))
62b28c0e
LC
4275 #t))))))))
4276 (native-inputs `(("which" ,which)
4277
4278 ;; For 'mcookie', used by some of the tests.
4279 ("util-linux" ,util-linux)))
4280 (inputs `(("talloc" ,talloc)))
4281 (synopsis "Unprivileged chroot, bind mount, and binfmt_misc")
4282 (description
4283 "PRoot is a user-space implementation of @code{chroot}, @code{mount --bind},
4284and @code{binfmt_misc}. This means that users don't need any privileges or
4285setup to do things like using an arbitrary directory as the new root
162a1374 4286file system, making files accessible somewhere else in the file system
62b28c0e
LC
4287hierarchy, or executing programs built for another CPU architecture
4288transparently through QEMU user-mode. Also, developers can use PRoot as a
4289generic process instrumentation engine thanks to its extension mechanism.
4290Technically PRoot relies on @code{ptrace}, an unprivileged system-call
4291available in the kernel Linux.")
4292 (license license:gpl2+)))
b9048a14
LC
4293
4294(define-public proot-static
4295 (package
4296 (inherit proot)
4297 (name "proot-static")
4298 (synopsis
4299 "Unprivileged chroot, bind mount, and binfmt_misc (statically linked)")
4300 (inputs `(("talloc" ,talloc/static)))
4301 (arguments
4302 (substitute-keyword-arguments (package-arguments proot)
4303 ((#:make-flags flags)
4304 `(cons "LDFLAGS = -ltalloc -static -static-libgcc" ,flags))
4305 ((#:phases phases)
4306 `(modify-phases ,phases
4307 (add-after 'strip 'remove-store-references
4308 (lambda* (#:key outputs #:allow-other-keys)
4309 (let* ((out (assoc-ref outputs "out")))
4310 (with-directory-excursion out
4311 (remove-store-references "bin/proot")
4312 #t))))))
4313 ((#:allowed-references _ '("out"))
4314 '("out"))))))
1113386b
CL
4315
4316(define-public cpuid
4317 (package
4318 (name "cpuid")
fb9232d7 4319 (version "20180419")
1113386b
CL
4320 (source (origin
4321 (method url-fetch)
4322 (uri (string-append "http://www.etallen.com/cpuid/cpuid-"
4323 version ".src.tar.gz"))
4324 (sha256
4325 (base32
fb9232d7 4326 "0cnxj72pjalsszhn862r6shw64zbrkw0k3mm36fn93bivswjnj12"))))
1113386b
CL
4327 (build-system gnu-build-system)
4328 (arguments
4329 '(#:make-flags '("CC=gcc")
fb9232d7 4330 #:tests? #f ; no tests
1113386b 4331 #:phases (modify-phases %standard-phases
fb9232d7 4332 (delete 'configure) ; no configure script
1113386b
CL
4333 (add-before 'install 'fix-makefile
4334 (lambda* (#:key outputs #:allow-other-keys)
4335 (substitute* "Makefile"
4336 (("\\$\\(BUILDROOT\\)/usr") (assoc-ref outputs "out")))
4337 ;; Make the compressed manpages writable so that the
4338 ;; reset-gzip-timestamps phase does not error out.
4339 (substitute* "Makefile"
4340 (("-m 444") "-m 644"))
4341 #t)))))
4342 (inputs `(("perl" ,perl)))
4343 (supported-systems '("i686-linux" "x86_64-linux"))
4344 (home-page "http://www.etallen.com/cpuid.html")
4345 (synopsis "Linux tool to dump x86 CPUID information about the CPU(s)")
4346 (description "cpuid dumps detailed information about the CPU(s) gathered
4347from the CPUID instruction, and also determines the exact model of CPU(s). It
4348supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC,
4349NexGen, Rise, and SiS CPUs.")
4350 (license license:gpl2+)))
afc9d8ec
LF
4351
4352(define-public jmtpfs
4353 (package
4354 (name "jmtpfs")
4355 (version "0.5")
4356 (source
4357 (origin
4358 (method url-fetch)
4359 (uri (string-append "https://github.com/JasonFerrara/jmtpfs/archive/v"
4360 version ".tar.gz"))
4361 (file-name (string-append name "-" version ".tar.gz"))
4362 (sha256
4363 (base32
4364 "10v8d7mmx8b8123x5f9y9zaaa428ms6wkngwn2ra71n5a53wrjn0"))))
4365 (build-system gnu-build-system)
4366 (inputs
4367 `(("file" ,file)
4368 ("fuse" ,fuse)
4369 ("libmtp" ,libmtp)))
4370 (native-inputs
4371 `(("pkg-config" ,pkg-config)))
4372 (home-page "https://github.com/JasonFerrara/jmtpfs")
162a1374
TGR
4373 (synopsis "Use a FUSE file system to access data over MTP")
4374 (description "jmtpfs uses FUSE (file system in userspace) to provide access
afc9d8ec 4375to data over the Media Transfer Protocol (MTP). Unprivileged users can mount
162a1374 4376the MTP device as a file system.")
afc9d8ec 4377 (license license:gpl3)))
a73e7dd3
DL
4378
4379(define-public procenv
4380 (package
4381 (name "procenv")
cb9b1a04 4382 (version "0.50")
a73e7dd3
DL
4383 (source
4384 (origin
4385 (method url-fetch)
4386 (uri (string-append "https://github.com/jamesodhunt/procenv/archive/"
4387 version ".tar.gz"))
4388 (file-name (string-append name "-" version ".tar.gz"))
4389 (sha256
cb9b1a04 4390 (base32 "0dvscyf47i3j5ay0amncqmqw9kd916689r2pqdvpnsrhp6j46zp1"))))
a73e7dd3
DL
4391 (build-system gnu-build-system)
4392 (arguments `(#:configure-flags '("--disable-silent-rules")))
86574116 4393 (native-inputs `(("pkg-config" ,pkg-config)))
a73e7dd3
DL
4394 (inputs `(("expat" ,expat) ("libcap" ,libcap) ("check" ,check)
4395 ("groff" ,groff) ; for tests
4396 ("libselinux" ,libselinux)))
4397 (synopsis "Utility to show process environment")
4398 (description "Procenv is a command-line tool that displays as much detail about
4399itself and its environment as possible. It can be used as a test
4400tool, to understand the type of environment a process runs in, and for
4401comparing system environments.")
4402 (home-page "http://github.com/jamesodhunt/procenv/")
4403 (license license:gpl3+)))
ae5947b0
DL
4404
4405(define-public libfabric
4406 (package
4407 (name "libfabric")
4408 (version "1.4.1")
4409 (source
4410 (origin
4411 (method url-fetch)
4412 (uri
4413 (string-append "https://github.com/ofiwg/libfabric/releases/download/v"
4414 version "/libfabric-" version ".tar.bz2"))
4415 (sha256
4416 (base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
4417 (build-system gnu-build-system)
4418 (inputs `(("rdma-core" ,rdma-core)
91298042
EF
4419 ,@(match (%current-system)
4420 ((member (package-supported-systems psm))
4421 `(("psm" ,psm)))
4422 (_ `()))
ae5947b0
DL
4423 ("libnl" ,libnl)))
4424 (home-page "https://ofiwg.github.io/libfabric/")
4425 (synopsis "Open Fabric Interfaces")
4426 (description
4427 "OpenFabrics Interfaces (OFI) is a framework focused on exporting fabric
4428communication services to applications. OFI is best described as a collection
4429of libraries and applications used to export fabric services. The key
4430components of OFI are: application interfaces, provider libraries, kernel
4431services, daemons, and test applications.
4432
4433Libfabric is a core component of OFI. It is the library that defines and
4434exports the user-space API of OFI, and is typically the only software that
4435applications deal with directly. It works in conjunction with provider
4436libraries, which are often integrated directly into libfabric.")
4437 (license (list license:bsd-2 license:gpl2)))) ;dual
fd23d259
DL
4438
4439(define-public psm
4440 (package
4441 (name "psm")
4442 (version "3.3.20170428")
b50a9cc0 4443 (home-page "https://github.com/intel/psm")
fd23d259
DL
4444 (source
4445 (origin
4446 (method git-fetch)
b50a9cc0 4447 (uri (git-reference (url home-page)
fd23d259
DL
4448 (commit "604758e76dc31e68d1de736ccf5ddf16cb22355b")))
4449 (file-name (string-append "psm-" version ".tar.gz"))
4450 (sha256
4451 (base32 "0nsb325dmhn5ia3d2cnksqr0gdvrrx2hmvlylfgvmaqdpq76zm85"))
4452 (patches (search-patches
4453 "psm-arch.patch" ; uname -p returns "unknown" on Debian 9
4454 "psm-ldflags.patch" ; build shared lib with LDFLAGS
4455 "psm-repro.patch")))) ; reproducibility
4456 (build-system gnu-build-system)
4457 (inputs `(("libuuid" ,util-linux)))
4458 (arguments
4459 '(#:make-flags `("PSM_USE_SYS_UUID=1" "CC=gcc" "WERROR="
4460 ,(string-append "INSTALL_PREFIX=" %output)
4461 ,(string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
4462 #:tests? #f
4463 #:phases (modify-phases %standard-phases
4464 (delete 'configure)
4465 (add-after 'unpack 'patch-/usr/include
4466 (lambda _
4467 (substitute* "Makefile"
4468 (("\\$\\{DESTDIR}/usr/include")
4469 (string-append %output "/include")))
4470 (substitute* "Makefile"
4471 (("/lib64") "/lib"))
4472 #t)))))
fd23d259
DL
4473 (synopsis "Intel Performance Scaled Messaging (PSM) Libraries")
4474 (description
4475 "The PSM Messaging API, or PSM API, is Intel's low-level user-level
4476communications interface for the True Scale family of products. PSM users are
4477enabled with mechanisms necessary to implement higher level communications
4478interfaces in parallel environments.")
b516b780
EF
4479 ;; Only Intel-compatable processors are supported.
4480 (supported-systems '("i686-linux" "x86_64-linux"))
fd23d259 4481 (license (list license:bsd-2 license:gpl2)))) ;dual
c1c82584
TGR
4482
4483(define-public snapscreenshot
4484 (package
4485 (name "snapscreenshot")
4486 (version "1.0.14.3")
4487 (source
4488 (origin
4489 (method url-fetch)
4490 (uri (string-append "http://bisqwit.iki.fi/src/arch/"
4491 name "-" version ".tar.bz2"))
4492 (sha256
4493 (base32 "0gzvqsbf6a2sbd1mqvj1lbm57i2bm5k0cr6ncr821d1f32gw03mk"))))
4494 (build-system gnu-build-system)
4495 (arguments
4496 `(#:make-flags
4497 (let ((out (assoc-ref %outputs "out")))
4498 (list (string-append "BINDIR=" out "/bin")
4499 (string-append "MANDIR=" out "/share/man")))
4500 #:tests? #f ; no test suite
4501 #:phases
4502 (modify-phases %standard-phases
4503 (delete 'configure) ; ./configure is a snarky no-op
4504 (add-before 'install 'fix-ownership
4505 ;; Install binaries owned by ‘root’ instead of the nonexistent ‘bin’.
4506 (lambda _
4507 (substitute* "depfun.mak"
4508 ((" -o bin -g bin ") " "))
4509 #t))
4510 (add-before 'install 'create-output-directories
4511 (lambda* (#:key outputs #:allow-other-keys)
4512 (let ((out (assoc-ref outputs "out")))
4513 (mkdir-p (string-append out "/share/man/man1"))
4514 #t))))))
81e59e41 4515 (home-page "https://bisqwit.iki.fi/source/snapscreenshot.html")
c1c82584
TGR
4516 (synopsis "Take screenshots of one or more Linux text consoles")
4517 (description
4518 "snapscreenshot saves a screenshot of one or more Linux text consoles as a
4519Targa (@dfn{.tga}) image. It can be used by anyone with read access to the
4520relevant @file{/dev/vcs*} file(s).")
4521 (license license:gpl2)))
8d8d227b
TGR
4522
4523(define-public fbcat
4524 (package
4525 (name "fbcat")
7f86e5e7 4526 (version "0.5.1")
8d8d227b
TGR
4527 (source
4528 (origin
4529 (method url-fetch)
4530 (uri (string-append "https://github.com/jwilk/fbcat/releases/download/"
4531 version "/" name "-" version ".tar.gz"))
4532 (sha256
7f86e5e7 4533 (base32 "0pj9hxmwhbz6kmd7847yx2jh1scl9l25zgndyi8s9vlzdkq2q8d7"))))
8d8d227b 4534 (build-system gnu-build-system)
8d8d227b
TGR
4535 (inputs
4536 ;; The ‘fbgrab’ wrapper can use one of several PPM-to-PNG converters. We
4537 ;; choose netpbm simply because it's the smallest. It still adds ~94 MiB
4538 ;; to an otherwise tiny package, so we put ‘fbgrab’ in its own output.
4539 `(("pnmtopng" ,netpbm)))
4540 (outputs (list "out" "fbgrab"))
4541 (arguments
7f86e5e7
TGR
4542 `(#:make-flags
4543 (list "CC=gcc"
4544 (string-append "PREFIX=" (assoc-ref %outputs "out")))
8d8d227b
TGR
4545 #:tests? #f ; no tests
4546 #:phases
4547 (modify-phases %standard-phases
8d8d227b 4548 (delete 'configure) ; no configure script
8d8d227b
TGR
4549 (add-after 'build 'qualify-references
4550 (lambda* (#:key inputs outputs #:allow-other-keys)
4551 (let* ((pnmtopng (assoc-ref inputs "pnmtopng"))
4552 (out (assoc-ref outputs "out")))
4553 (substitute* "fbgrab"
4554 (("fbcat" all)
4555 (string-append out "/bin/" all))
4556 (("pnmtopng" all)
4557 (string-append pnmtopng "/bin/" all)))
4558 #t)))
7f86e5e7 4559 (add-after 'install 'split-fbgrab-output
8d8d227b
TGR
4560 (lambda* (#:key outputs #:allow-other-keys)
4561 (let* ((out (assoc-ref outputs "out"))
4562 (out:fbgrab (assoc-ref outputs "fbgrab")))
7f86e5e7
TGR
4563 (for-each (lambda (file)
4564 (let ((old (string-append out "/" file))
4565 (new (string-append out:fbgrab "/" file)))
4566 (mkdir-p (dirname new))
4567 (rename-file old new)))
4568 (list "bin/fbgrab"
4569 "share/man/man1/fbgrab.1"))
8d8d227b
TGR
4570 #t))))))
4571 (home-page "https://jwilk.net/software/fbcat")
4572 (synopsis "Take a screenshot of the contents of the Linux framebuffer")
4573 (description
4574 "fbcat saves the contents of the Linux framebuffer (@file{/dev/fb*}), or
4575a dump therof. It supports a wide range of drivers and pixel formats.
4576@command{fbcat} can take screenshots of virtually any application that can be
4577made to write its output to the framebuffer, including (but not limited to)
4578text-mode or graphical applications that don't use a display server.
4579
4580Also included is @command{fbgrab}, a wrapper around @command{fbcat} that
4581emulates the behaviour of Gunnar Monell's older fbgrab utility.")
4582 (license license:gpl2)))
a69e0cf3
4583
4584(define-public libcgroup
4585 (package
4586 (name "libcgroup")
4587 (version "0.41")
4588 (source
4589 (origin
4590 (method url-fetch)
4591 (uri (string-append
4592 "mirror://sourceforge/libcg/" name "/"
4593 version "/" name "-" version ".tar.bz2"))
4594 (sha256
4595 (base32 "0lgvyq37gq84sk30sg18admxaj0j0p5dq3bl6g74a1ppgvf8pqz4"))))
4596 (build-system gnu-build-system)
4597 (arguments
4598 `(#:tests? #f))
4599 (native-inputs
4600 `(("bison" ,bison)
4601 ("flex" ,flex)))
4602 (inputs
4603 `(("linux-pam" ,linux-pam)))
4604 (home-page "https://sourceforge.net/projects/libcg/")
4605 (synopsis "Control groups management tools")
4606 (description "Control groups is Linux kernel method for process resource
4607restriction, permission handling and more. This package provides userspace
4608interface to this kernel feature.")
4609 (license license:lgpl2.1)))
5849c68a
R
4610
4611(define-public mbpfan
4612 (package
4613 (name "mbpfan")
4614 (version "2.0.2")
4615 (source
4616 (origin
4617 (method url-fetch)
4618 (uri (string-append "https://github.com/dgraziotin/mbpfan/archive/v"
4619 version ".tar.gz"))
4620 (file-name (string-append name "-" version ".tar.gz"))
4621 (sha256
4622 (base32
4623 "0wifsws9icki95hhfh4zw1hmk07ddmkcz9mg5a9jr7q2kkrk01cx"))))
4624 (build-system gnu-build-system)
4625 (arguments
4626 '(#:tests? #f ; no tests
4627 #:make-flags (let ((out (assoc-ref %outputs "out")))
4628 (list (string-append "DESTDIR=" out)
4629 "CC=gcc"))
4630 #:phases
4631 (modify-phases %standard-phases
4632 (add-after 'unpack 'patch-paths
4633 (lambda _
4634 (substitute* "Makefile"
4635 (("/usr") ""))
4636 #t))
4637 (delete 'configure)))) ; There's no configure phase.
4638 (home-page "https://github.com/dgraziotin/mbpfan")
4639 (synopsis "Control fan speed on Macbooks")
4640 (description
4641 "mbpfan is a fan control daemon for Apple Macbooks. It uses input from
4642the @code{coretemp} module and sets the fan speed using the @code{applesmc}
4643module. It can be executed as a daemon or in the foreground with root
4644privileges.")
4645 (license license:gpl3+)))
25637b77
PAR
4646
4647(define-public psm2
4648 (package
4649 (name "psm2")
4650 (version "10.3-46")
4651 (source (origin
4652 (method git-fetch)
4653 (uri (git-reference
4654 (url "https://github.com/intel/opa-psm2.git")
4655 (commit (string-append "PSM2_" version))))
4656 (file-name (git-file-name name version))
4657 (sha256
4658 (base32
4659 "0wadphv4rl5p38x6a3dgpbijlzqdvcn02cfafnp72nh9faz0zvlx"))))
4660 (build-system gnu-build-system)
4661 (arguments
4662 '(#:make-flags
4663 `(,(string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
4664 #:tests? #f
4665 #:phases (modify-phases %standard-phases
4666 (delete 'configure)
4667 (add-after 'unpack 'patch-Makefiles
4668 (lambda _
4669 (substitute* "Makefile"
4670 (("/lib64") "/lib")
4671 (("/usr") ""))
4672 (substitute* "compat/Makefile"
4673 (("/lib64") "/lib")
4674 (("/usr") ""))
4675 #t))
4676 (replace 'install
4677 (lambda _
4678 (setenv "DESTDIR" %output)
4679 (invoke "make" "install")
4680 #t)))))
4681 (inputs
4682 `(("rdma-core" ,rdma-core)
4683 ("numactl" ,numactl)))
4684 (synopsis "Intel Performance Scaled Messaging 2 (PSM2) library")
4685 (description
4686 "This package is low-level user-level Intel's communications interface.
4687The PSM2 API is a high-performance vendor-specific protocol that provides a
4688low-level communications interface for the Intel Omni-Path family of
4689high-speed networking devices.")
4690 (home-page "https://github.com/intel/opa-psm2")
4691 ;; Only the x86_64 architecure is supported.
4692 (supported-systems '("x86_64-linux"))
4693 (license (list license:bsd-3 license:gpl2)))) ; dual
2690b6ce
PAR
4694
4695(define-public libpfm4
4696 (package
4697 (name "libpfm4")
4698 (version "4.9.0")
4699 (source (origin
4700 (method url-fetch)
4701 (uri (string-append "mirror://sourceforge/perfmon2/"
4702 name "/libpfm-" version ".tar.gz"))
4703 (sha256
4704 (base32
4705 "1qp4g4n6dw42p2w5rkwzdb7ynk8h7g5vg01ybpmvxncgwa7bw3yv"))))
4706 (build-system gnu-build-system)
4707 (arguments
4708 '(#:modules ((guix build utils)
4709 (guix build gnu-build-system))
4710 #:phases (modify-phases %standard-phases
4711 (delete 'configure)
4712 (delete 'check)
4713 (replace 'build
4714 (lambda* (#:key inputs outputs #:allow-other-keys)
4715 (let* ((out (assoc-ref outputs "out")))
4716 (setenv "CC" "gcc")
4717 (invoke "make")
4718 #t)))
4719 (replace 'install
4720 (lambda* (#:key outputs #:allow-other-keys)
4721 (let* ((out (assoc-ref outputs "out")))
4722 (invoke "make"
4723 (string-append "PREFIX=" out)
4724 "install")
4725 #t))))))
4726 (synopsis "Performance event monitoring library")
4727 (description
4728 "This package provides a library called libpfm4, which is used to develop
4729monitoring tools exploiting the performance monitoring events such as those
4730provided by the Performance Monitoring Unit (PMU) of modern processors.
4731
4732Libpfm4 helps convert from an event name, expressed as a string, to the event
4733encoding that is either the raw event as documented by the hardware vendor or
4734the OS-specific encoding. In the latter case, the library is able to prepare
4735the OS-specific data structures needed by the kernel to setup the event.
4736
4737libpfm4 provides support for the @code{perf_events} interface, which was
4738introduced in Linux 2.6.31.")
4739 (home-page "http://perfmon2.sourceforge.net/")
4740 (license license:expat)))