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