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