gnu: efl: Update to 1.23.1.
[jackhill/guix/guix.git] / gnu / packages / linux.scm
CommitLineData
233e7676 1;;; GNU Guix --- Functional package management for GNU
fbf26cbc 2;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 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>
5123e57f 5;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Mark H Weaver <mhw@netris.org>
31aa4379 6;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
e1e27737 7;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
513dc568 8;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
1348185a 9;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
57e3f06b 10;;; Copyright © 2016, 2017, 2018, 2019 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>
c6e775a8 14;;; Copyright © 2016, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
35faa006 15;;; Copyright © 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
9b0942c1 16;;; Copyright © 2016 David Craven <david@craven.ch>
594d740d 17;;; Copyright © 2016 John Darrington <jmd@gnu.org>
46bf8b2b 18;;; Copyright © 2016, 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com>
5849c68a 19;;; Copyright © 2016, 2018 Rene Saavedra <pacoon@protonmail.com>
440a3143 20;;; Copyright © 2016 Carlos Sánchez de La Lama <csanchezdll@gmail.com>
47956fa0 21;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
af23710f 22;;; Copyright © 2017, 2018 Leo Famulari <leo@famulari.name>
01be4f93 23;;; Copyright © 2017 José Miguel Sánchez García <jmi2k@openmailbox.com>
189d8422 24;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
c7adafa7 25;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
1113386b 26;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
9cb4bda2 27;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
3116c8b5 28;;; Copyright © 2017 nee <nee-git@hidamari.blue>
a73e7dd3 29;;; Copyright © 2017 Dave Love <fx@gnu.org>
25637b77 30;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
dcfa0acd 31;;; Copyright © 2018 Brendan Tildesley <mail@brendan.scot>
a0a273c1 32;;; Copyright © 2018 Manuel Graf <graf@init.at>
ff598353 33;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
b2a5ef2e 34;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
bf2a9969 35;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
626de0d1 36;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
71bd55cb 37;;; Copyright © 2019 Stefan Stefanović <stefanx2ovic@gmail.com>
2f3c0fb3 38;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
de3896fb 39;;; Copyright © 2019 Brice Waegeneire <brice@waegenei.re>
fd76c904 40;;;
233e7676 41;;; This file is part of GNU Guix.
fd76c904 42;;;
233e7676 43;;; GNU Guix is free software; you can redistribute it and/or modify it
fd76c904
LC
44;;; under the terms of the GNU General Public License as published by
45;;; the Free Software Foundation; either version 3 of the License, or (at
46;;; your option) any later version.
47;;;
233e7676 48;;; GNU Guix is distributed in the hope that it will be useful, but
fd76c904
LC
49;;; WITHOUT ANY WARRANTY; without even the implied warranty of
50;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51;;; GNU General Public License for more details.
52;;;
53;;; You should have received a copy of the GNU General Public License
233e7676 54;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
fd76c904 55
1ffa7090 56(define-module (gnu packages linux)
59a43334 57 #:use-module (gnu packages)
0c60cc53 58 #:use-module (gnu packages acl)
75750abb
DC
59 #:use-module (gnu packages admin)
60 #:use-module (gnu packages algebra)
61 #:use-module (gnu packages attr)
624ee211 62 #:use-module (gnu packages audio)
75750abb 63 #:use-module (gnu packages autotools)
1eacffb9 64 #:use-module (gnu packages backup)
75750abb 65 #:use-module (gnu packages base)
c7adafa7 66 #:use-module (gnu packages bash)
75750abb
DC
67 #:use-module (gnu packages bison)
68 #:use-module (gnu packages calendar)
69 #:use-module (gnu packages check)
e385e957 70 #:use-module (gnu packages crypto)
17a21bcf 71 #:use-module (gnu packages cryptsetup)
f61e0e79 72 #:use-module (gnu packages compression)
255d1bbe 73 #:use-module (gnu packages dbm)
b3ed50e6 74 #:use-module (gnu packages datastructures)
75750abb
DC
75 #:use-module (gnu packages docbook)
76 #:use-module (gnu packages documentation)
77 #:use-module (gnu packages elf)
1ffa7090 78 #:use-module (gnu packages flex)
afc9d8ec 79 #:use-module (gnu packages file)
75750abb
DC
80 #:use-module (gnu packages freedesktop)
81 #:use-module (gnu packages gcc)
82 #:use-module (gnu packages gettext)
83 #:use-module (gnu packages glib)
626de0d1 84 #:use-module (gnu packages golang)
d7d42d6b 85 #:use-module (gnu packages gperf)
75750abb 86 #:use-module (gnu packages gtk)
1d484507 87 #:use-module (gnu packages libunwind)
1ffa7090 88 #:use-module (gnu packages libusb)
01be4f93 89 #:use-module (gnu packages man)
75750abb 90 #:use-module (gnu packages maths)
dfe93c9a 91 #:use-module (gnu packages multiprecision)
1ffa7090 92 #:use-module (gnu packages ncurses)
8d8d227b 93 #:use-module (gnu packages netpbm)
c7adafa7 94 #:use-module (gnu packages networking)
f8f44dd7 95 #:use-module (gnu packages ninja)
aff0cce9 96 #:use-module (gnu packages nss)
1ffa7090 97 #:use-module (gnu packages perl)
75750abb 98 #:use-module (gnu packages pciutils)
1ffa7090 99 #:use-module (gnu packages pkg-config)
0d74462a 100 #:use-module (gnu packages popt)
75750abb 101 #:use-module (gnu packages pulseaudio)
7c0dbe78 102 #:use-module (gnu packages python)
75750abb
DC
103 #:use-module (gnu packages readline)
104 #:use-module (gnu packages rrdtool)
62b28c0e 105 #:use-module (gnu packages samba)
9a3d176e 106 #:use-module (gnu packages serialization)
b1fb4b23 107 #:use-module (gnu packages slang)
f57d2639 108 #:use-module (gnu packages texinfo)
75343704 109 #:use-module (gnu packages tls)
b3ed50e6 110 #:use-module (gnu packages valgrind)
7d2511bc 111 #:use-module (gnu packages video)
7f412f33 112 #:use-module (gnu packages web)
7d2511bc 113 #:use-module (gnu packages xiph)
75750abb 114 #:use-module (gnu packages xml)
58c4f11e
TGR
115 #:use-module (gnu packages xdisorg)
116 #:use-module (gnu packages xorg)
a73e7dd3 117 #:use-module (gnu packages groff)
e8ded3ee 118 #:use-module (gnu packages rsync)
a73e7dd3 119 #:use-module (gnu packages selinux)
3eb7c000 120 #:use-module (gnu packages swig)
220193ad 121 #:use-module (guix build-system cmake)
75750abb 122 #:use-module (guix build-system gnu)
626de0d1 123 #:use-module (guix build-system go)
e102f940 124 #:use-module (guix build-system python)
a94546ec 125 #:use-module (guix build-system trivial)
6a8c4b9e 126 #:use-module (guix build-system linux-module)
75750abb 127 #:use-module (guix download)
6d31c175 128 #:use-module (guix git-download)
75750abb
DC
129 #:use-module ((guix licenses) #:prefix license:)
130 #:use-module (guix packages)
1ad9c105
MW
131 #:use-module (guix gexp)
132 #:use-module (guix store)
133 #:use-module (guix monads)
75750abb 134 #:use-module (guix utils)
adddd5ba 135 #:use-module (srfi srfi-1)
17db0706 136 #:use-module (srfi srfi-2)
a94546ec
LC
137 #:use-module (srfi srfi-26)
138 #:use-module (ice-9 match))
fd76c904 139
aaf4cb20
LC
140(define-public (system->linux-architecture arch)
141 "Return the Linux architecture name for ARCH, a Guix system name such as
6d7ef2aa 142\"x86_64-linux\" or a target triplet such as \"arm-linux-gnueabihf\"."
618cea69
NK
143 (let ((arch (car (string-split arch #\-))))
144 (cond ((string=? arch "i686") "i386")
145 ((string-prefix? "mips" arch) "mips")
aaf4cb20 146 ((string-prefix? "arm" arch) "arm")
503275e9 147 ((string-prefix? "aarch64" arch) "arm64")
605fec78 148 ((string-prefix? "alpha" arch) "alpha")
c89e2107 149 ((string-prefix? "powerpc" arch) "powerpc") ;including "powerpc64le"
b91004c2 150 ((string-prefix? "s390" arch) "s390")
7180dd67 151 ((string-prefix? "riscv" arch) "riscv")
618cea69
NK
152 (else arch))))
153
440a3143
CSLL
154(define-public (system->defconfig system)
155 "Some systems (notably powerpc-linux) require a special target for kernel
70c68ed5 156defconfig. Return the appropriate make target if applicable, otherwise return
440a3143
CSLL
157\"defconfig\"."
158 (cond ((string-prefix? "powerpc-" system) "pmac32_defconfig")
c89e2107 159 ((string-prefix? "powerpc64le-" system) "ppc64_defconfig")
440a3143
CSLL
160 (else "defconfig")))
161
1ad9c105
MW
162\f
163;;;
164;;; Kernel source code deblobbing.
165;;;
166
167(define (linux-libre-deblob-scripts version
168 deblob-hash
169 deblob-check-hash)
170 (list (version-major+minor version)
171 (origin
172 (method url-fetch)
173 (uri (string-append "https://linux-libre.fsfla.org"
174 "/pub/linux-libre/releases/" version "-gnu/"
175 "deblob-" (version-major+minor version)))
176 (sha256 deblob-hash))
177 (origin
178 (method url-fetch)
179 (uri (string-append "https://linux-libre.fsfla.org"
180 "/pub/linux-libre/releases/" version "-gnu/"
181 "deblob-check"))
182 (sha256 deblob-check-hash))))
183
9e34a5f3
TGR
184(define deblob-scripts-5.3
185 (linux-libre-deblob-scripts
7d82e920 186 "5.3.4"
9e34a5f3 187 (base32 "15n09zq38d69y1wl28s3nasf3377qp2yil5b887zpqrm00dif7i4")
7d82e920 188 (base32 "0nrimraf46nf6y1hwkg29fyl0a83wnj0mwq54ggxvffn9gk5h9pa")))
9e34a5f3 189
1ad9c105
MW
190(define deblob-scripts-5.2
191 (linux-libre-deblob-scripts
c26b1d43 192 "5.2.19"
1ad9c105 193 (base32 "076fwxlm6jq6z4vg1xq3kr474zz7qk71r90sf9dnfia3rw2pb4fa")
c26b1d43 194 (base32 "1vghzpvlsvz5q8baxjza8jdryjmcx61g2pmnm6dd1k7glr6jy1a9")))
1ad9c105
MW
195
196(define deblob-scripts-4.19
197 (linux-libre-deblob-scripts
ddefa2ff 198 "4.19.77"
1ad9c105 199 (base32 "02zs405awaxydbapka4nz8h6lmnc0dahgczqsrs5s2bmzjyyqkcy")
e78c2b50 200 (base32 "1fyacg28aym6virxyn7wk99qil2fjbks3iwm7p3hxy51pccn34za")))
1ad9c105
MW
201
202(define deblob-scripts-4.14
203 (linux-libre-deblob-scripts
d7a6a3f3 204 "4.14.147"
1ad9c105
MW
205 (base32 "091jk9jkn9jf39bxpc7395bhcb7p96nkg3a8047380ki06lnfxh6")
206 (base32 "0x9nd3hnyrm753cbgdqmy92mbnyw86w64g4hvyibnkpq5n7s3z9n")))
207
208(define deblob-scripts-4.9
209 (linux-libre-deblob-scripts
a48f08bc 210 "4.9.195"
1ad9c105 211 (base32 "1wvldzlv7q2xdbadas87dh593nxr4a8p5n0f8zpm72lja6w18hmg")
7a9f5756 212 (base32 "0is8gn4qdd7h5l6lacvhqdch26lmrbgxfm8ab7fx8n85ha7y358w")))
1ad9c105
MW
213
214(define deblob-scripts-4.4
215 (linux-libre-deblob-scripts
5d992ed1 216 "4.4.194"
1ad9c105 217 (base32 "0x2j1i88am54ih2mk7gyl79g25l9zz4r08xhl482l3fvjj2irwbw")
5d992ed1 218 (base32 "12ac4g3ky8yma8sylmxvvysqvd4hnaqjiwmxrxb6wlxggfd7zkbx")))
1ad9c105
MW
219
220(define* (computed-origin-method gexp-promise hash-algo hash
221 #:optional (name "source")
222 #:key (system (%current-system))
223 (guile (default-guile)))
224 "Return a derivation that executes the G-expression that results
225from forcing GEXP-PROMISE."
226 (mlet %store-monad ((guile (package->derivation guile system)))
227 (gexp->derivation (or name "computed-origin")
228 (force gexp-promise)
229 #:graft? #f ;nothing to graft
230 #:system system
231 #:guile-for-build guile)))
232
233(define (make-linux-libre-source version
234 upstream-source
235 deblob-scripts)
236 "Return a 'computed' origin that generates a Linux-libre tarball from the
237corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
238 (match deblob-scripts
239 ((deblob-version (? origin? deblob) (? origin? deblob-check))
240 (unless (string=? deblob-version (version-major+minor version))
241 ;; The deblob script cannot be expected to work properly on a
242 ;; different version (major+minor) of Linux, even if no errors
243 ;; are signaled during execution.
244 (error "deblob major+minor version mismatch"))
245 (origin
246 (method computed-origin-method)
247 (file-name (string-append "linux-libre-" version "-guix.tar.xz"))
248 (sha256 #f)
249 (uri
250 (delay
251 (with-imported-modules '((guix build utils))
252 #~(begin
253 (use-modules (guix build utils)
254 (srfi srfi-1)
255 (ice-9 match)
256 (ice-9 ftw))
257 (let ((dir (string-append "linux-" #$version)))
258
259 (mkdir "/tmp/bin")
260 (set-path-environment-variable
261 "PATH" '("bin")
262 (list "/tmp"
263 #+(canonical-package bash)
264 #+(canonical-package coreutils)
265 #+(canonical-package diffutils)
266 #+(canonical-package findutils)
267 #+(canonical-package patch)
268 #+(canonical-package xz)
269 #+(canonical-package sed)
270 #+(canonical-package grep)
271 #+(canonical-package bzip2)
272 #+(canonical-package gzip)
273 #+(canonical-package tar)
274 ;; The comments in the 'deblob-check' script
275 ;; claim that it supports Python 2 and 3, but
276 ;; in fact it fails when run in Python 3 as
277 ;; of version 5.1.3.
278 #+python-2))
279
280 (with-directory-excursion "/tmp/bin"
281
282 (copy-file #+deblob "deblob")
283 (chmod "deblob" #o755)
284 (substitute* "deblob"
285 (("/bin/sh") (which "sh")))
286
287 (copy-file #+deblob-check "deblob-check")
288 (chmod "deblob-check" #o755)
289 (substitute* "deblob-check"
290 (("/bin/sh") (which "sh"))
291 (("/bin/sed") (which "sed"))
292 (("/usr/bin/python") (which "python"))))
293
294 (if (file-is-directory? #+upstream-source)
295 (begin
296 (format #t "Copying upstream linux source...~%")
297 (force-output)
298 (invoke "cp" "--archive" #+upstream-source dir)
299 (invoke "chmod" "--recursive" "u+w" dir))
300 (begin
301 (format #t "Unpacking upstream linux tarball...~%")
302 (force-output)
303 (invoke "tar" "xf" #$upstream-source)
304 (match (scandir "."
305 (lambda (name)
306 (and (not (member name '("." "..")))
307 (file-is-directory? name))))
308 ((unpacked-dir)
309 (unless (string=? dir unpacked-dir)
310 (rename-file unpacked-dir dir)))
311 (dirs
312 (error "multiple directories found" dirs)))))
313
314 (with-directory-excursion dir
315 (setenv "PYTHON" (which "python"))
316 (format #t "Running deblob script...~%")
317 (force-output)
318 (invoke "/tmp/bin/deblob"))
319
320 (format #t "~%Packing new Linux-libre tarball...~%")
321 (force-output)
d0aff873 322 (invoke "tar" "cvfa" #$output
1ad9c105
MW
323 ;; Avoid non-determinism in the archive.
324 "--mtime=@0"
325 "--owner=root:0"
326 "--group=root:0"
327 "--sort=name"
328 "--hard-dereference"
329 dir))))))))))
330
331\f
332;;;
333;;; Kernel sources.
334;;;
335
6023cc74
LC
336(define (linux-libre-urls version)
337 "Return a list of URLs for Linux-Libre VERSION."
338 (list (string-append
8420c7a3 339 "https://linux-libre.fsfla.org/pub/linux-libre/releases/"
6023cc74
LC
340 version "-gnu/linux-libre-" version "-gnu.tar.xz")
341
342 ;; XXX: Work around <http://bugs.gnu.org/14851>.
343 (string-append
344 "ftp://alpha.gnu.org/gnu/guix/mirror/linux-libre-"
345 version "-gnu.tar.xz")
346
347 ;; Maybe this URL will become valid eventually.
348 (string-append
349 "mirror://gnu/linux-libre/" version "-gnu/linux-libre-"
350 version "-gnu.tar.xz")))
351
1ad9c105
MW
352(define (%upstream-linux-source version hash)
353 (origin
354 (method url-fetch)
355 (uri (string-append "mirror://kernel.org"
356 "/linux/kernel/v" (version-major version) ".x/"
357 "linux-" version ".tar.xz"))
358 (sha256 hash)))
359
7d82e920 360(define-public linux-libre-5.3-version "5.3.4")
9e34a5f3
TGR
361(define-public linux-libre-5.3-pristine-source
362 (let ((version linux-libre-5.3-version)
7d82e920 363 (hash (base32 "0vi4bgcr921z5l6fbcrcgmhaji5gl2avpmp7njna6v0f7sxism0r")))
9e34a5f3
TGR
364 (make-linux-libre-source version
365 (%upstream-linux-source version hash)
366 deblob-scripts-5.3)))
367
c26b1d43 368(define-public linux-libre-5.2-version "5.2.19")
1ad9c105
MW
369(define-public linux-libre-5.2-pristine-source
370 (let ((version linux-libre-5.2-version)
c26b1d43 371 (hash (base32 "12mi857lyd5vj8qhj2f505hqnwzsnd829hxd78n9kk88iv1f966y")))
1ad9c105
MW
372 (make-linux-libre-source version
373 (%upstream-linux-source version hash)
374 deblob-scripts-5.2)))
375
ddefa2ff 376(define-public linux-libre-4.19-version "4.19.77")
1ad9c105
MW
377(define-public linux-libre-4.19-pristine-source
378 (let ((version linux-libre-4.19-version)
ddefa2ff 379 (hash (base32 "1agksl35amjzc6g6d9zjwz6p5qir2cligb5c1d9s2bag9766jav1")))
1ad9c105
MW
380 (make-linux-libre-source version
381 (%upstream-linux-source version hash)
382 deblob-scripts-4.19)))
383
d7a6a3f3 384(define-public linux-libre-4.14-version "4.14.147")
1ad9c105
MW
385(define-public linux-libre-4.14-pristine-source
386 (let ((version linux-libre-4.14-version)
d7a6a3f3 387 (hash (base32 "04jvp05spszcxmkdsl21dylbcf76ns9bwxf1zlk4x7cxiil97mwg")))
1ad9c105
MW
388 (make-linux-libre-source version
389 (%upstream-linux-source version hash)
390 deblob-scripts-4.14)))
391
a48f08bc 392(define-public linux-libre-4.9-version "4.9.195")
1ad9c105
MW
393(define-public linux-libre-4.9-pristine-source
394 (let ((version linux-libre-4.9-version)
a48f08bc 395 (hash (base32 "0s4xj8f1dpnz3fbrqmgwq02smhcrq1ni8hgn2bbfqvm15lm5dgjl")))
1ad9c105
MW
396 (make-linux-libre-source version
397 (%upstream-linux-source version hash)
398 deblob-scripts-4.9)))
399
0b3daeb0 400(define-public linux-libre-4.4-version "4.4.194")
1ad9c105
MW
401(define-public linux-libre-4.4-pristine-source
402 (let ((version linux-libre-4.4-version)
0b3daeb0 403 (hash (base32 "0kvlp2v4nvkilaanhpgwf8dkyfj24msaw0m38rbc4y51y69yhqvz")))
1ad9c105
MW
404 (make-linux-libre-source version
405 (%upstream-linux-source version hash)
406 deblob-scripts-4.4)))
407
408(define %boot-logo-patch
409 ;; Linux-Libre boot logo featuring Freedo and a gnu.
410 (origin
411 (method url-fetch)
412 (uri (string-append "http://www.fsfla.org/svn/fsfla/software/linux-libre/"
413 "lemote/gnewsense/branches/3.16/100gnu+freedo.patch"))
414 (sha256
415 (base32
416 "1hk9swxxc80bmn2zd2qr5ccrjrk28xkypwhl4z0qx4hbivj7qm06"))))
417
418(define %linux-libre-arm-export-__sync_icache_dcache-patch
419 (origin
420 (method url-fetch)
421 (uri (string-append
422 "https://salsa.debian.org/kernel-team/linux"
423 "/raw/34a7d9011fcfcfa38b68282fd2b1a8797e6834f0"
424 "/debian/patches/bugfix/arm/"
425 "arm-mm-export-__sync_icache_dcache-for-xen-privcmd.patch"))
426 (file-name "linux-libre-arm-export-__sync_icache_dcache.patch")
427 (sha256
428 (base32 "1ifnfhpakzffn4b8n7x7w5cps9mzjxlkcfz9zqak2vaw8nzvl39f"))))
429
430(define (source-with-patches source patches)
431 (origin
432 (inherit source)
433 (patches (append (origin-patches source)
434 patches))))
435
9e34a5f3
TGR
436(define-public linux-libre-5.3-source
437 (source-with-patches linux-libre-5.3-pristine-source
861907f0
MB
438 (list (search-patch "linux-libre-active-entropy.patch")
439 %boot-logo-patch
9e34a5f3
TGR
440 %linux-libre-arm-export-__sync_icache_dcache-patch)))
441
1ad9c105
MW
442(define-public linux-libre-5.2-source
443 (source-with-patches linux-libre-5.2-pristine-source
dd698971
MB
444 (list (search-patch "linux-libre-active-entropy.patch")
445 %boot-logo-patch
1ad9c105
MW
446 %linux-libre-arm-export-__sync_icache_dcache-patch)))
447
448(define-public linux-libre-4.19-source
449 (source-with-patches linux-libre-4.19-pristine-source
450 (list %boot-logo-patch
451 %linux-libre-arm-export-__sync_icache_dcache-patch)))
452
453(define-public linux-libre-4.14-source
454 (source-with-patches linux-libre-4.14-pristine-source
455 (list %boot-logo-patch)))
456
457(define-public linux-libre-4.9-source
458 (source-with-patches linux-libre-4.9-pristine-source
459 (list %boot-logo-patch)))
460
461(define-public linux-libre-4.4-source
462 (source-with-patches linux-libre-4.4-pristine-source
463 (list %boot-logo-patch)))
464
465\f
466;;;
467;;; Kernel headers.
468;;;
469
470(define (make-linux-libre-headers version hash-string)
471 (make-linux-libre-headers* version
472 (origin
473 (method url-fetch)
474 (uri (linux-libre-urls version))
475 (sha256 (base32 hash-string)))))
476
477(define (make-linux-libre-headers* version source)
b450d2b4
DC
478 (package
479 (name "linux-libre-headers")
a15cee50 480 (version version)
1ad9c105 481 (source source)
b450d2b4 482 (build-system gnu-build-system)
a15cee50
CD
483 (native-inputs `(("perl" ,perl)
484 ,@(if (version>=? version "4.16")
485 `(("flex" ,flex)
486 ("bison" ,bison))
e8ded3ee
TGR
487 '())
488 ,@(if (version>=? version "5.3")
489 `(("rsync" ,rsync))
a15cee50 490 '())))
b450d2b4
DC
491 (arguments
492 `(#:modules ((guix build gnu-build-system)
493 (guix build utils)
494 (srfi srfi-1))
495 #:phases
496 (modify-phases %standard-phases
497 (delete 'configure)
498 (replace 'build
499 (lambda _
500 (let ((arch ,(system->linux-architecture
501 (or (%current-target-system)
440a3143
CSLL
502 (%current-system))))
503 (defconfig ,(system->defconfig
504 (or (%current-target-system)
505 (%current-system)))))
b450d2b4 506 (setenv "ARCH" arch)
618cea69 507 (format #t "`ARCH' set to `~a'~%" (getenv "ARCH"))
5dc9ded1
MW
508 (invoke "make" defconfig)
509 (invoke "make" "mrproper" "headers_check"))))
b450d2b4
DC
510 (replace 'install
511 (lambda* (#:key outputs #:allow-other-keys)
80fe5c60 512 (let ((out (assoc-ref outputs "out")))
5dc9ded1
MW
513 (invoke "make"
514 (string-append "INSTALL_HDR_PATH=" out)
515 "headers_install")
b15389e1 516
5dc9ded1
MW
517 (mkdir (string-append out "/include/config"))
518 (call-with-output-file
519 (string-append out
520 "/include/config/kernel.release")
521 (lambda (p)
522 (format p "~a-default~%" ,version)))
b15389e1 523
5dc9ded1
MW
524 ;; Remove the '.install' and '..install.cmd' files; the
525 ;; latter contains store paths, which pulls in bootstrap
526 ;; binaries in the build environment, and prevents bit
527 ;; reproducibility for the bootstrap binaries.
528 (for-each delete-file (find-files out "\\.install"))
529
530 #t))))
b15389e1 531 #:allowed-references ()
80fe5c60 532 #:tests? #f))
6fd52309 533 (home-page "https://www.gnu.org/software/linux-libre/")
80fe5c60
LC
534 (synopsis "GNU Linux-Libre kernel headers")
535 (description "Headers of the Linux-Libre kernel.")
b450d2b4 536 (license license:gpl2)))
80fe5c60 537
9e34a5f3
TGR
538(define-public linux-libre-headers-5.3
539 (make-linux-libre-headers* linux-libre-5.3-version
540 linux-libre-5.3-source))
541
1ad9c105
MW
542(define-public linux-libre-headers-5.2
543 (make-linux-libre-headers* linux-libre-5.2-version
544 linux-libre-5.2-source))
ac47a7c2 545
1ad9c105
MW
546(define-public linux-libre-headers-4.19
547 (make-linux-libre-headers* linux-libre-4.19-version
548 linux-libre-4.19-source))
549
550(define-public linux-libre-headers-4.14
551 (make-linux-libre-headers* linux-libre-4.14-version
552 linux-libre-4.14-source))
553
554(define-public linux-libre-headers-4.9
555 (make-linux-libre-headers* linux-libre-4.9-version
556 linux-libre-4.9-source))
557
558(define-public linux-libre-headers-4.4
559 (make-linux-libre-headers* linux-libre-4.4-version
560 linux-libre-4.4-source))
561
562;; The following package is used in the early bootstrap, and thus must be kept
563;; stable and with minimal build requirements.
ccad0e4d
MB
564(define-public linux-libre-headers-4.19.56
565 (make-linux-libre-headers "4.19.56"
566 "1zqiic55viy065lhnkmhn33sz3bbbr2ykbm5f92yzd8lpc9zl7yx"))
1ad9c105 567
ccad0e4d 568(define-public linux-libre-headers linux-libre-headers-4.19.56)
1ad9c105
MW
569
570\f
571;;;
572;;; Kernel configurations.
573;;;
3fb7b612 574
c258807a 575(define* (kernel-config arch #:key variant)
a94546ec 576 "Return the absolute file name of the Linux-Libre build configuration file
c258807a 577for ARCH and optionally VARIANT, or #f if there is no such configuration."
7994250f 578 (let* ((name (string-append (if variant (string-append variant "-") "")
25847b32 579 (if (string=? "i386" arch) "i686" arch) ".conf"))
7994250f
AK
580 (file (string-append "linux-libre/" name)))
581 (search-auxiliary-file file)))
a94546ec 582
1dbb9302
VC
583;; FIXME: merge into kernel-config
584(define* (kernel-config-veyron arch #:key variant)
585 "Return the absolute file name of the Linux-Libre build configuration file
586for ARCH and optionally VARIANT, or #f if there is no such configuration."
587 (let* ((name (string-append (if variant (string-append variant "-") "")
588 (if (string=? "i386" arch) "i686" arch) "-veyron.conf"))
589 (file (string-append "linux-libre/" name)))
590 (search-auxiliary-file file)))
591
90c18c32 592(define %default-extra-linux-options
24446ce2
TGR
593 `(;; Some very mild hardening.
594 ("CONFIG_SECURITY_DMESG_RESTRICT" . #t)
18b3ba6f
VC
595 ;; All kernels should have NAMESPACES options enabled
596 ("CONFIG_NAMESPACES" . #t)
597 ("CONFIG_UTS_NS" . #t)
598 ("CONFIG_IPC_NS" . #t)
599 ("CONFIG_USER_NS" . #t)
600 ("CONFIG_PID_NS" . #t)
601 ("CONFIG_NET_NS" . #t)
24446ce2 602 ;; Modules required for initrd:
b9f7895d
DC
603 ("CONFIG_NET_9P" . m)
604 ("CONFIG_NET_9P_VIRTIO" . m)
605 ("CONFIG_VIRTIO_BLK" . m)
606 ("CONFIG_VIRTIO_NET" . m)
607 ("CONFIG_VIRTIO_PCI" . m)
608 ("CONFIG_VIRTIO_BALLOON" . m)
609 ("CONFIG_VIRTIO_MMIO" . m)
610 ("CONFIG_FUSE_FS" . m)
611 ("CONFIG_CIFS" . m)
612 ("CONFIG_9P_FS" . m)))
90c18c32
DC
613
614(define (config->string options)
615 (string-join (map (match-lambda
616 ((option . 'm)
617 (string-append option "=m"))
618 ((option . #t)
619 (string-append option "=y"))
620 ((option . #f)
621 (string-append option "=n")))
622 options)
623 "\n"))
624
1ad9c105
MW
625\f
626;;;
627;;; Kernel package utilities.
628;;;
629
630(define* (make-linux-libre version hash-string supported-systems
c258807a
DC
631 #:key
632 ;; A function that takes an arch and a variant.
633 ;; See kernel-config for an example.
a6d01325 634 (extra-version #f)
c258807a 635 (configuration-file #f)
90c18c32 636 (defconfig "defconfig")
64de7d1c
MW
637 (extra-options %default-extra-linux-options)
638 (patches (list %boot-logo-patch)))
1ad9c105
MW
639 (make-linux-libre* version
640 (origin
641 (method url-fetch)
642 (uri (linux-libre-urls version))
643 (sha256 (base32 hash-string))
644 (patches patches))
645 supported-systems
646 #:extra-version extra-version
647 #:configuration-file configuration-file
648 #:defconfig defconfig
649 #:extra-options extra-options))
650
651(define* (make-linux-libre* version source supported-systems
652 #:key
653 ;; A function that takes an arch and a variant.
654 ;; See kernel-config for an example.
655 (extra-version #f)
656 (configuration-file #f)
657 (defconfig "defconfig")
658 (extra-options %default-extra-linux-options))
614d1738 659 (package
a6d01325
DC
660 (name (if extra-version
661 (string-append "linux-libre-" extra-version)
662 "linux-libre"))
c258807a 663 (version version)
1ad9c105 664 (source source)
3129b9c2 665 (supported-systems supported-systems)
614d1738 666 (build-system gnu-build-system)
614d1738
DC
667 (native-inputs
668 `(("perl" ,perl)
669 ("bc" ,bc)
670 ("openssl" ,openssl)
78edcccc 671 ("kmod" ,kmod)
78602fad 672 ("elfutils" ,elfutils) ; Needed to enable CONFIG_STACK_VALIDATION
81d98d7e
MW
673 ("flex" ,flex)
674 ("bison" ,bison)
ce899af1 675
ce899af1
MW
676 ;; These are needed to compile the GCC plugins.
677 ("gmp" ,gmp)
678 ("mpfr" ,mpfr)
679 ("mpc" ,mpc)
680
64b5e413
LC
681 ,@(match (and configuration-file
682 (configuration-file
683 (system->linux-architecture
684 (or (%current-target-system) (%current-system)))
685 #:variant (version-major+minor version)))
686 (#f ;no config for this platform
687 '())
688 ((? string? config)
689 `(("kconfig" ,config))))))
614d1738
DC
690 (arguments
691 `(#:modules ((guix build gnu-build-system)
692 (guix build utils)
693 (srfi srfi-1)
c5ceec41 694 (srfi srfi-26)
614d1738
DC
695 (ice-9 match))
696 #:phases
697 (modify-phases %standard-phases
c5bd8753
MW
698 (add-after 'unpack 'patch-/bin/pwd
699 (lambda _
700 (substitute* (find-files "." "^Makefile(\\.include)?$")
701 (("/bin/pwd") "pwd"))
702 #t))
9416459b 703 (replace 'configure
4b42703e 704 (lambda* (#:key inputs native-inputs target #:allow-other-keys)
6ef379f8
MO
705 ;; Unset CROSS_CPATH to make sure that cross-libc is not
706 ;; found. Otherwise, some of its header would conflict with the
707 ;; one from linux (stdint.h and linux/types.h)
708 ,@(if (%current-target-system)
709 '((unsetenv "CROSS_CPATH"))
710 '())
c5ceec41
MB
711
712 ;; On AArch64 (at least), we need to remove glibc headers from CPATH
713 ;; (they are still available as "system headers"), so that the kernel
714 ;; can override uint64_t. See <https://bugs.gnu.org/37593>.
715 (setenv "CPATH"
716 (string-join
717 (remove (cut string-prefix? (assoc-ref inputs "libc") <>)
718 (string-split (getenv "CPATH") #\:))
719 ":"))
720 (format #t "environment variable `CPATH' changed to `~a'~%"
721 (getenv "CPATH"))
722
96e9f097
RN
723 ;; Avoid introducing timestamps
724 (setenv "KCONFIG_NOTIMESTAMP" "1")
725 (setenv "KBUILD_BUILD_TIMESTAMP" (getenv "SOURCE_DATE_EPOCH"))
726
4b42703e 727 ;; Set ARCH and CROSS_COMPILE
6d7ef2aa
DC
728 (let ((arch ,(system->linux-architecture
729 (or (%current-target-system)
730 (%current-system)))))
4b42703e
DC
731 (setenv "ARCH" arch)
732 (format #t "`ARCH' set to `~a'~%" (getenv "ARCH"))
6d7ef2aa 733
4b42703e
DC
734 (when target
735 (setenv "CROSS_COMPILE" (string-append target "-"))
736 (format #t "`CROSS_COMPILE' set to `~a'~%"
737 (getenv "CROSS_COMPILE"))))
beacfcab 738
a6d01325
DC
739 (setenv "EXTRA_VERSION" ,extra-version)
740
a94546ec 741 (let ((build (assoc-ref %standard-phases 'build))
65416733 742 (config (assoc-ref (or native-inputs inputs) "kconfig")))
1650dd8a 743
e4e9c0a0
DC
744 ;; Use a custom kernel configuration file or a default
745 ;; configuration file.
1650dd8a
LC
746 (if config
747 (begin
748 (copy-file config ".config")
749 (chmod ".config" #o666))
fdd400d8 750 (invoke "make" ,defconfig))
a94546ec
LC
751
752 ;; Appending works even when the option wasn't in the
753 ;; file. The last one prevails if duplicated.
90c18c32
DC
754 (let ((port (open-file ".config" "a"))
755 (extra-configuration ,(config->string extra-options)))
756 (display extra-configuration port)
a94546ec
LC
757 (close-port port))
758
fdd400d8 759 (invoke "make" "oldconfig"))))
614d1738 760 (replace 'install
4b42703e 761 (lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
beacfcab
LC
762 (let* ((out (assoc-ref outputs "out"))
763 (moddir (string-append out "/lib/modules"))
e4e9c0a0
DC
764 (dtbdir (string-append out "/lib/dtbs"))
765 (kmod (assoc-ref (or native-inputs inputs) "kmod")))
766 ;; Install kernel image, kernel configuration and link map.
767 (for-each (lambda (file) (install-file file out))
d0a39b92 768 (find-files "." "^(\\.config|bzImage|zImage|Image|vmlinuz|System\\.map|Module\\.symvers)$"))
e4e9c0a0 769 ;; Install device tree files
a8e3fd5f
VC
770 (unless (null? (find-files "." "\\.dtb$"))
771 (mkdir-p dtbdir)
772 (invoke "make" (string-append "INSTALL_DTBS_PATH=" dtbdir)
773 "dtbs_install"))
e4e9c0a0 774 ;; Install kernel modules
beacfcab 775 (mkdir-p moddir)
fdd400d8
DM
776 (invoke "make"
777 (string-append "DEPMOD=" kmod "/bin/depmod")
778 (string-append "MODULE_DIR=" moddir)
779 (string-append "INSTALL_PATH=" out)
780 (string-append "INSTALL_MOD_PATH=" out)
781 "INSTALL_MOD_STRIP=1"
782 "modules_install")))))
beacfcab 783 #:tests? #f))
f8aa265e 784 (home-page "https://www.gnu.org/software/linux-libre/")
f50d2669 785 (synopsis "100% free redistribution of a cleaned Linux kernel")
a22dc0c4 786 (description
79c311b8
LC
787 "GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.
788It has been modified to remove all non-free binary blobs.")
614d1738 789 (license license:gpl2)))
beacfcab 790
1ad9c105
MW
791\f
792;;;
793;;; Generic kernel packages.
794;;;
adbe6dea 795
9e34a5f3
TGR
796(define-public linux-libre-5.3
797 (make-linux-libre* linux-libre-5.3-version
798 linux-libre-5.3-source
799 '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux")
800 #:configuration-file kernel-config))
801
9a68b89e
TGR
802(define-public linux-libre-version linux-libre-5.3-version)
803(define-public linux-libre-pristine-source linux-libre-5.3-pristine-source)
804(define-public linux-libre-source linux-libre-5.3-source)
805(define-public linux-libre linux-libre-5.3)
806
be7eebe2 807(define-public linux-libre-5.2
1ad9c105
MW
808 (make-linux-libre* linux-libre-5.2-version
809 linux-libre-5.2-source
810 '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux")
811 #:configuration-file kernel-config))
a15cee50 812
ff148ea5 813(define-public linux-libre-4.19
1ad9c105
MW
814 (make-linux-libre* linux-libre-4.19-version
815 linux-libre-4.19-source
816 '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux")
817 #:configuration-file kernel-config))
adbe6dea
MW
818
819(define-public linux-libre-4.14
1ad9c105
MW
820 (make-linux-libre* linux-libre-4.14-version
821 linux-libre-4.14-source
822 '("x86_64-linux" "i686-linux" "armhf-linux")
823 #:configuration-file kernel-config))
a15cee50 824
52d901da 825(define-public linux-libre-4.9
1ad9c105
MW
826 (make-linux-libre* linux-libre-4.9-version
827 linux-libre-4.9-source
828 '("x86_64-linux" "i686-linux")
829 #:configuration-file kernel-config))
52d901da 830
75b314a6 831(define-public linux-libre-4.4
1ad9c105
MW
832 (make-linux-libre* linux-libre-4.4-version
833 linux-libre-4.4-source
834 '("x86_64-linux" "i686-linux")
835 #:configuration-file kernel-config
836 #:extra-options
837 (append
838 `(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html
839 ;; This option was removed upstream in version 4.7.
840 ("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t))
841 %default-extra-linux-options)))
75b314a6 842
1ad9c105
MW
843\f
844;;;
845;;; Specialized kernel variants.
846;;;
a15cee50 847
1ad9c105
MW
848(define-public linux-libre-arm-veyron
849 (make-linux-libre* linux-libre-version
850 linux-libre-source
851 '("armhf-linux")
852 #:configuration-file kernel-config-veyron
853 #:extra-version "arm-veyron"))
a15cee50 854
403b3a8c 855(define-public linux-libre-arm-generic
1ad9c105
MW
856 (make-linux-libre* linux-libre-version
857 linux-libre-source
858 '("armhf-linux")
859 #:defconfig "multi_v7_defconfig"
860 #:extra-version "arm-generic"))
1dbb9302 861
ff148ea5 862(define-public linux-libre-arm-generic-4.19
1ad9c105
MW
863 (make-linux-libre* linux-libre-4.19-version
864 linux-libre-4.19-source
865 '("armhf-linux")
866 #:defconfig "multi_v7_defconfig"
867 #:extra-version "arm-generic"))
cde7c23f 868
adbe6dea 869(define-public linux-libre-arm-generic-4.14
1ad9c105
MW
870 (make-linux-libre* linux-libre-4.14-version
871 linux-libre-4.14-source
872 '("armhf-linux")
873 #:defconfig "multi_v7_defconfig"
874 #:extra-version "arm-generic"))
adbe6dea 875
f6948189 876(define-public linux-libre-arm-omap2plus
1ad9c105
MW
877 (make-linux-libre* linux-libre-version
878 linux-libre-source
879 '("armhf-linux")
880 #:defconfig "omap2plus_defconfig"
881 #:extra-version "arm-omap2plus"))
ff148ea5
MW
882
883(define-public linux-libre-arm-omap2plus-4.19
1ad9c105
MW
884 (make-linux-libre* linux-libre-4.19-version
885 linux-libre-4.19-source
886 '("armhf-linux")
887 #:defconfig "omap2plus_defconfig"
888 #:extra-version "arm-omap2plus"))
f6948189 889
adbe6dea 890(define-public linux-libre-arm-omap2plus-4.14
1ad9c105
MW
891 (make-linux-libre* linux-libre-4.14-version
892 linux-libre-4.14-source
893 '("armhf-linux")
894 #:defconfig "omap2plus_defconfig"
895 #:extra-version "arm-omap2plus"))
adbe6dea 896
e1f640db
TGR
897\f
898;;;
899;;; Linux kernel modules.
900;;;
901
7bf28446
TGR
902(define-public acpi-call-linux-module
903 (package
904 (name "acpi-call-linux-module")
905 (version "3.17")
906 (source
907 (origin
908 (method git-fetch)
909 (uri (git-reference
910 (url "https://github.com/teleshoes/acpi_call.git")
911 (commit version)))
912 (file-name (git-file-name name version))
913 (sha256
914 (base32 "04mbv4lasm3vv1j4ndxhnz4hvp5wg8f5fc9q6qxv0nhvwjynmsl3"))))
915 (build-system linux-module-build-system)
916 (arguments
917 `(#:tests? #f ; no tests
918 #:phases
919 (modify-phases %standard-phases
920 (add-after 'unpack 'fix-for-linux-4.12
921 (lambda _
922 (substitute* "acpi_call.c"
923 (("asm/uaccess\\.h")
924 "linux/uaccess.h"))
925 #t))
926 (add-after 'install 'install-documentation
927 (lambda* (#:key outputs #:allow-other-keys)
928 (let* ((out (assoc-ref outputs "out"))
929 (doc (string-append out "/share/doc/" ,name "-" ,version)))
930 (for-each (lambda (file)
931 (let ((target (string-append doc "/" file)))
932 (mkdir-p (dirname target))
933 (copy-recursively file target)))
934 (list "README.md" "examples"))
935 #t))))))
936 (home-page "https://github.com/teleshoes/acpi_call")
937 (synopsis "Linux kernel module to perform ACPI method calls")
938 (description
939 "This simple Linux kernel module allows calls from user space to any
940@acronym{ACPI, Advanced Configuration and Power Interface} method provided by
941your computer's firmware, by writing to @file{/proc/acpi/call}. You can pass
942any number of parameters of types @code{ACPI_INTEGER}, @code{ACPI_STRING},
943and @code{ACPI_BUFFER}.
944
945It grants direct and undocumented access to your hardware that may cause damage
946and should be used with caution, especially on untested models.")
947 (license license:gpl3+))) ; see README.md (no licence headers)
948
b40a36ba
MW
949(define-public vhba-module
950 (package
951 (name "vhba-module")
853232e6 952 (version "20190831")
b40a36ba
MW
953 (source (origin
954 (method url-fetch)
955 (uri (string-append
956 "http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-"
957 version ".tar.bz2"))
958 (sha256
959 (base32
853232e6 960 "1ybbk6l06n0y11n5wnfmvdz0baizmq55l458ywimghdyz0n7g0ws"))))
b40a36ba
MW
961 (build-system linux-module-build-system)
962 (arguments
963 ;; TODO: No tests?
964 `(#:tests? #f))
965 (home-page "https://cdemu.sourceforge.io/")
966 (synopsis "Kernel module that emulates SCSI devices")
967 (description "VHBA module provides a Virtual (SCSI) HBA, which is the link
968between the CDemu userspace daemon and linux kernel.")
969 (license license:gpl2+)))
970
97121c2a 971\f
c84d0eca
LC
972;;;
973;;; Pluggable authentication modules (PAM).
974;;;
975
fd76c904
LC
976(define-public linux-pam
977 (package
978 (name "linux-pam")
eca24b2f 979 (version "1.3.1")
fd76c904
LC
980 (source
981 (origin
eca24b2f
TGR
982 (method url-fetch)
983 (uri (string-append
984 "https://github.com/linux-pam/linux-pam/releases/download/v"
985 version "/Linux-PAM-" version ".tar.xz"))
986 (sha256
987 (base32
988 "1nyh9kdi3knhxcbv5v4snya0g3gff0m671lnvqcbygw3rm77mx7g"))
989 (patches (search-patches "linux-pam-no-setfsuid.patch"))))
411264c2 990
fd76c904 991 (build-system gnu-build-system)
c4c4cc05 992 (native-inputs
fd76c904
LC
993 `(("flex" ,flex)
994
995 ;; TODO: optional dependencies
996 ;; ("libxcrypt" ,libxcrypt)
997 ;; ("cracklib" ,cracklib)
998 ))
999 (arguments
ed8111ea 1000 `(;; Most users, such as `shadow', expect the headers to be under
c134056a
LC
1001 ;; `security'.
1002 #:configure-flags (list (string-append "--includedir="
1003 (assoc-ref %outputs "out")
ed8111ea
LC
1004 "/include/security")
1005
1006 ;; XXX: <rpc/rpc.h> is missing from glibc when
1007 ;; cross-compiling, so we have to disable NIS
1008 ;; support altogether.
1009 ,@(if (%current-target-system)
1010 '("--disable-nis")
1011 '()))
c134056a
LC
1012
1013 ;; XXX: Tests won't run in chroot, presumably because /etc/pam.d
1014 ;; isn't available.
1015 #:tests? #f))
fd76c904
LC
1016 (home-page "http://www.linux-pam.org/")
1017 (synopsis "Pluggable authentication modules for Linux")
1018 (description
1019 "A *Free* project to implement OSF's RFC 86.0.
1020Pluggable authentication modules are small shared object files that can
1021be used through the PAM API to perform tasks, like authenticating a user
e881752c 1022at login. Local and dynamic reconfiguration are its key features.")
3ac73271 1023 (license license:bsd-3)))
686f14e8 1024
4c93ce42
EF
1025(define-public linux-pam-1.2
1026 (package
1027 (inherit linux-pam)
4c93ce42
EF
1028 (version "1.2.1")
1029 (source
1030 (origin
1031 (method url-fetch)
1032 (uri (string-append
1033 "http://www.linux-pam.org/library/"
1034 "Linux-PAM-" version ".tar.bz2"))
1035 (sha256
1036 (base32
411264c2
RS
1037 "1n9lnf9gjs72kbj1g354v1xhi2j27aqaah15vykh7cnkq08i4arl"))
1038 (patches (search-patches "linux-pam-no-setfsuid.patch"))))))
4c93ce42 1039
53142109 1040
c84d0eca
LC
1041;;;
1042;;; Miscellaneous.
1043;;;
1044
686f14e8
LC
1045(define-public psmisc
1046 (package
1047 (name "psmisc")
acafdda1 1048 (version "23.2")
686f14e8
LC
1049 (source
1050 (origin
1051 (method url-fetch)
acafdda1 1052 (uri (string-append "mirror://sourceforge/psmisc/psmisc devel/psmisc-"
f42846b2 1053 version ".tar.xz"))
686f14e8
LC
1054 (sha256
1055 (base32
acafdda1 1056 "0s1kjhrik0wzqbm7hv4gkhywhjrwhp9ajw0ad05fwharikk6ah49"))))
686f14e8
LC
1057 (build-system gnu-build-system)
1058 (inputs `(("ncurses" ,ncurses)))
aa9c221f 1059 (home-page "https://gitlab.com/psmisc/psmisc")
686f14e8 1060 (synopsis
8f65585b 1061 "Small utilities that use the proc file system")
686f14e8
LC
1062 (description
1063 "This PSmisc package is a set of some small useful utilities that
8f65585b 1064use the proc file system. We're not about changing the world, but
686f14e8 1065providing the system administrator with some help in common tasks.")
3ac73271 1066 (license license:gpl2+)))
02b80c3f
NK
1067
1068(define-public util-linux
1069 (package
1070 (name "util-linux")
ac3842ef 1071 (version "2.34")
5a6a3ba4
LC
1072 (source (origin
1073 (method url-fetch)
1074 (uri (string-append "mirror://kernel.org/linux/utils/"
9f533d60
LC
1075 name "/v" (version-major+minor version) "/"
1076 name "-" version ".tar.xz"))
5a6a3ba4
LC
1077 (sha256
1078 (base32
ac3842ef 1079 "1db2kydkwjmvgd1glkcba3adhidxw0f1x735dcjdpdjjf869sgvl"))
ab0bdd54 1080 (patches (search-patches "util-linux-tests.patch"))
9d77da2a
LC
1081 (modules '((guix build utils)))
1082 (snippet
0223db58
MB
1083 ;; We take 'nologin' from Shadow, the 'logger' program from
1084 ;; GNU Inetutils and 'kill' from GNU Coreutils.
8338c241
MW
1085 '(begin
1086 (substitute* "configure"
0223db58 1087 (("build_nologin=yes") "build_nologin=no")
8338c241
MW
1088 (("build_logger=yes") "build_logger=no")
1089 (("build_kill=yes") "build_kill=no"))
1090 #t))))
02b80c3f 1091 (build-system gnu-build-system)
dd581e9a
TGR
1092 (outputs '("out"
1093 "static")) ; >2 MiB of static .a libraries
02b80c3f 1094 (arguments
29ec55ee 1095 `(#:configure-flags (list "--disable-use-tty-group"
d9804e50 1096 "--enable-fs-paths-default=/run/current-system/profile/sbin"
db9107b9
EF
1097 ;; Don't try to chown root:root mount and umount
1098 "--disable-makeinstall-chown"
29ec55ee
LC
1099 ;; Install completions where our
1100 ;; bash-completion package expects them.
1101 (string-append "--with-bashcompletiondir="
1102 (assoc-ref %outputs "out")
1103 "/etc/bash_completion.d"))
1b9cf4ad 1104 #:phases (modify-phases %standard-phases
7e512497
LC
1105 (add-before
1106 'build 'set-umount-file-name
1107 (lambda* (#:key outputs #:allow-other-keys)
1108 ;; Tell 'eject' the right file name of 'umount'.
1109 (let ((out (assoc-ref outputs "out")))
1110 (substitute* "sys-utils/eject.c"
1111 (("\"/bin/umount\"")
1112 (string-append "\"" out "/bin/umount\"")))
1113 #t)))
1b9cf4ad
LC
1114 (add-before
1115 'check 'pre-check
1116 (lambda* (#:key inputs outputs #:allow-other-keys)
1117 (let ((out (assoc-ref outputs "out"))
1118 (net (assoc-ref inputs "net-base")))
1119 ;; Change the test to refer to the right file.
1120 (substitute* "tests/ts/misc/mcookie"
1121 (("/etc/services")
1122 (string-append net "/etc/services")))
dd581e9a
TGR
1123 #t)))
1124 (add-after
1125 'install 'move-static-libraries
1126 (lambda* (#:key outputs #:allow-other-keys)
1127 (let ((out (assoc-ref outputs "out"))
1128 (static (assoc-ref outputs "static")))
1129 (mkdir-p (string-append static "/lib"))
1130 (with-directory-excursion out
1131 (for-each (lambda (file)
1132 (rename-file file
1133 (string-append static "/"
1134 file)))
de781c05
MB
1135 (find-files "lib" "\\.a$"))
1136
1137 ;; Remove references to the static library from the '.la'
1138 ;; files so that Libtool does the right thing when both
1139 ;; the shared and static library is available.
1140 (substitute* (find-files "lib" "\\.la$")
1141 (("old_library=.*") "old_library=''\n")))
1142
1b9cf4ad 1143 #t))))))
f61e0e79 1144 (inputs `(("zlib" ,zlib)
ba4aca3a
LC
1145 ("ncurses" ,ncurses)
1146
1147 ;; XXX: This is so that the 'pre-check' phase can find it.
1148 ,@(if (%current-target-system)
1149 `(("net-base" ,net-base))
1150 '())))
c4c4cc05 1151 (native-inputs
9f533d60
LC
1152 `(("perl" ,perl)
1153 ("net-base" ,net-base))) ;for tests
02b80c3f 1154 (home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
35ec07c7 1155 (synopsis "Collection of utilities for the Linux kernel")
437d7286 1156 (description "Util-linux is a diverse collection of Linux kernel
8f65585b 1157utilities. It provides dmesg and includes tools for working with file systems,
437d7286 1158block devices, UUIDs, TTYs, and many other tools.")
fe8ccfcc 1159
02b80c3f 1160 ;; Note that util-linux doesn't use the same license for all the
fe8ccfcc 1161 ;; code. GPLv2+ is the default license for a code without an
02b80c3f 1162 ;; explicitly defined license.
3ac73271
LC
1163 (license (list license:gpl3+ license:gpl2+ license:gpl2 license:lgpl2.0+
1164 license:bsd-4 license:public-domain))))
5d5c4278 1165
3116c8b5 1166(define-public ddate
1167 (package
1168 (name "ddate")
1169 (version "0.2.2")
1170 (source (origin
1171 (method url-fetch)
1172 (uri (string-append "https://github.com/bo0ts/ddate/archive/v"
1173 version ".tar.gz"))
1174 (file-name (string-append name "-" version ".tar.gz"))
1175 (sha256
1176 (base32 "1bbqqq8mswj4bp9083gxjaky5ysfznax4cynsqwmy125z053yg6m"))))
1177 (build-system cmake-build-system)
1178 (arguments '(#:tests? #f))
1179 (home-page "https://github.com/bo0ts/ddate")
1180 (synopsis "PERPETUAL DATE CONVERTER FROM GREGORIAN TO POEE CALENDAR")
1181 (description
1182 "ddate displays the Discordian date and holidays of a given date.
1183The Discordian calendar was made popular by the \"Illuminatus!\" trilogy
1184by Robert Shea and Robert Anton Wilson.")
1185 (license license:public-domain)))
1186
e47e3eff
LC
1187(define-public procps
1188 (package
1189 (name "procps")
ad3068b5 1190 (version "3.3.15")
e47e3eff 1191 (source (origin
0cc22848
SB
1192 (method url-fetch)
1193 (uri (string-append "mirror://sourceforge/procps-ng/Production/"
1194 "procps-ng-" version ".tar.xz"))
1195 (sha256
1196 (base32
ad3068b5 1197 "0r84kwa5fl0sjdashcn4vh7hgfm7ahdcysig3mcjvpmkzi7p9g8h"))))
e47e3eff 1198 (build-system gnu-build-system)
e47e3eff 1199 (arguments
80393eed
LC
1200 '(#:modules ((guix build utils)
1201 (guix build gnu-build-system)
1202 (srfi srfi-1)
1203 (srfi srfi-26))
0cc22848
SB
1204 #:phases
1205 (modify-phases %standard-phases
1206 (add-after
1207 'install 'post-install
1208 ;; Remove commands and man pages redudant with
1209 ;; Coreutils.
1210 (lambda* (#:key outputs #:allow-other-keys)
1211 (let* ((out (assoc-ref outputs "out"))
1212 (dup (append-map (cut find-files out <>)
1213 '("^kill" "^uptime"))))
1214 (for-each delete-file dup)
1215 #t))))))
1216 (inputs `(("ncurses" ,ncurses)))
1217 (home-page "https://gitlab.com/procps-ng/procps/")
35ec07c7 1218 (synopsis "Utilities that give information about processes")
e47e3eff 1219 (description
35b9e423 1220 "Procps is the package that has a bunch of small useful utilities
e47e3eff
LC
1221that give information about processes using the Linux /proc file system.
1222The package includes the programs ps, top, vmstat, w, kill, free,
1223slabtop, and skill.")
3ac73271 1224 (license license:gpl2)))
e47e3eff 1225
5d5c4278
NK
1226(define-public usbutils
1227 (package
1228 (name "usbutils")
5b266358 1229 (version "012")
5d5c4278
NK
1230 (source
1231 (origin
1232 (method url-fetch)
1233 (uri (string-append "mirror://kernel.org/linux/utils/usb/usbutils/"
1234 "usbutils-" version ".tar.xz"))
1235 (sha256
5b266358 1236 (base32 "0iiy0q7fzikavmdsjsb0sl9kp3gfh701qwyjjccvqh0qz4jlcqw8"))))
5d5c4278 1237 (build-system gnu-build-system)
429a38a0 1238 (outputs (list "out" "python"))
5b266358
TGR
1239 (arguments
1240 `(#:phases
1241 (modify-phases %standard-phases
1242 (add-before 'bootstrap 'patch-bootstrap-scripts
1243 (lambda _
1244 (substitute* "usbhid-dump/bootstrap"
1245 (("/bin/bash") (which "bash")))
1246
1247 ;; Don't let autogen.sh run configure with bogus options & CFLAGS.
1248 (substitute* "autogen.sh"
1249 (("^\\./configure.*") ""))
429a38a0
TGR
1250 #t))
1251 (add-after 'install 'separate-python-output
1252 ;; Separating one Python script shaves more than 106 MiB from :out.
1253 (lambda* (#:key outputs #:allow-other-keys)
1254 (let ((out (assoc-ref outputs "out"))
1255 (out:python (assoc-ref outputs "python")))
1256 (for-each (lambda (file)
1257 (let ((old (string-append out "/" file))
1258 (new (string-append out:python "/" file)))
1259 (mkdir-p (dirname new))
1260 (rename-file old new)))
1261 (list "bin/lsusb.py"))
1262 #t))))))
5d5c4278 1263 (inputs
a6592732
TGR
1264 `(("eudev" ,eudev)
1265 ("libusb" ,libusb)
1266 ("python" ,python)))
c4c4cc05 1267 (native-inputs
5b266358
TGR
1268 `(("autoconf" ,autoconf)
1269 ("automake" ,automake)
1270 ("libtool" ,libtool)
1271 ("pkg-config" ,pkg-config)))
5d5c4278
NK
1272 (home-page "http://www.linux-usb.org/")
1273 (synopsis
1274 "Tools for working with USB devices, such as lsusb")
1275 (description
1276 "Tools for working with USB devices, such as lsusb.")
3ac73271 1277 (license license:gpl2+)))
0750452a
LC
1278
1279(define-public e2fsprogs
1280 (package
1281 (name "e2fsprogs")
261e9db2 1282 (version "1.45.2")
0750452a
LC
1283 (source (origin
1284 (method url-fetch)
7409c8d4
MW
1285 (uri (string-append
1286 "mirror://kernel.org/linux/kernel/people/tytso/"
1287 name "/v" version "/"
1288 name "-" version ".tar.xz"))
0750452a
LC
1289 (sha256
1290 (base32
261e9db2 1291 "02g0cm72sgz709s9pkg4mvj56m7bgs7rwnyc2cp7cvg3j6pcjlj9"))))
0750452a 1292 (build-system gnu-build-system)
c4c4cc05 1293 (inputs `(("util-linux" ,util-linux)))
f57d2639 1294 (native-inputs `(("pkg-config" ,pkg-config)
75f796bb
MB
1295 ("texinfo" ,texinfo) ;for the libext2fs Info manual
1296
1297 ;; For tests.
1298 ("perl" ,perl)
1299 ("procps" ,procps)))
0750452a 1300 (arguments
b047a86b 1301 '(;; util-linux is the preferred source for some of the libraries and
c44ed26c 1302 ;; commands, so disable them (see, e.g.,
a124bbd2 1303 ;; <http://git.buildroot.net/buildroot/commit/?id=e1ffc2f791b33633>.)
b047a86b
MB
1304 #:configure-flags (list "--disable-libblkid"
1305 "--disable-libuuid" "--disable-uuidd"
1306 "--disable-fsck"
7c594a2c 1307
b047a86b
MB
1308 ;; Use symlinks instead of hard links for
1309 ;; 'fsck.extN' etc. This makes the resulting nar
1310 ;; smaller and is preserved across copies.
1311 "--enable-symlink-install"
74d21291 1312
b047a86b
MB
1313 (string-append "LDFLAGS=-Wl,-rpath="
1314 (assoc-ref %outputs "out")
1315 "/lib")
7c594a2c 1316
b047a86b
MB
1317 ;; Install libext2fs et al.
1318 "--enable-elf-shlibs")
ddfc2fd8 1319
55acb372
MB
1320 #:phases
1321 (modify-phases %standard-phases
1322 (add-before 'configure 'patch-shells
1323 (lambda _
1324 (substitute* "configure"
1325 (("/bin/sh (.*)parse-types.sh" _ dir)
1326 (string-append (which "sh") " " dir
1327 "parse-types.sh")))
b047a86b
MB
1328 (substitute* "MCONFIG.in"
1329 (("INSTALL_SYMLINK = /bin/sh")
1330 "INSTALL_SYMLINK = sh"))
55acb372
MB
1331 (substitute* (find-files "." "^Makefile.in$")
1332 (("#!/bin/sh")
1333 (string-append "#!" (which "sh"))))
1334 #t))
1335 (add-after 'install 'install-libs
1336 (lambda* (#:key outputs #:allow-other-keys)
1337 (let* ((out (assoc-ref outputs "out"))
1338 (lib (string-append out "/lib")))
b132ad3a
MW
1339 (invoke "make" "install-libs")
1340
1341 ;; Make the .a writable so that 'strip' works.
1342 ;; Failing to do that, due to debug symbols, we
1343 ;; retain a reference to the final
1344 ;; linux-libre-headers, which refer to the
1345 ;; bootstrap binaries.
1346 (let ((archives (find-files lib "\\.a$")))
1347 (for-each (lambda (file)
1348 (chmod file #o666))
1349 archives))
1350 #t))))))
0750452a 1351 (home-page "http://e2fsprogs.sourceforge.net/")
35ec07c7 1352 (synopsis "Creating and checking ext2/ext3/ext4 file systems")
0750452a
LC
1353 (description
1354 "This package provides tools for manipulating ext2/ext3/ext4 file systems.")
3ac73271
LC
1355 (license (list license:gpl2 ;programs
1356 license:lgpl2.0 ;libext2fs
1357 license:x11)))) ;libuuid
d8482ad0 1358
e48977e7
LC
1359(define e2fsprogs/static
1360 (static-package
1361 (package (inherit e2fsprogs)
1362 (arguments
1363 ;; Do not build shared libraries.
1364 (substitute-keyword-arguments (package-arguments e2fsprogs)
1365 ((#:configure-flags _)
1366 '(list "--disable-blkid"))
1367 ((#:make-flags _)
1368 '(list)))))))
1369
e102f940
LC
1370(define-public e2fsck/static
1371 (package
1372 (name "e2fsck-static")
0997771a 1373 (version (package-version e2fsprogs))
e102f940
LC
1374 (build-system trivial-build-system)
1375 (source #f)
313880c7
DC
1376 (inputs
1377 `(("e2fsprogs" ,e2fsprogs/static)))
e102f940
LC
1378 (arguments
1379 `(#:modules ((guix build utils))
1380 #:builder
1381 (begin
1382 (use-modules (guix build utils)
1383 (ice-9 ftw)
1384 (srfi srfi-26))
1385
313880c7
DC
1386 (let ((e2fsck (string-append (assoc-ref %build-inputs "e2fsprogs")
1387 "/sbin/e2fsck"))
e102f940
LC
1388 (bin (string-append (assoc-ref %outputs "out") "/sbin")))
1389 (mkdir-p bin)
1390 (with-directory-excursion bin
313880c7
DC
1391 (copy-file e2fsck "e2fsck")
1392 (remove-store-references "e2fsck")
e3cfef22
MW
1393 (chmod "e2fsck" #o555))
1394 #t))))
0997771a 1395 (home-page (package-home-page e2fsprogs))
313880c7
DC
1396 (synopsis "Statically-linked e2fsck command from e2fsprogs")
1397 (description "This package provides statically-linked e2fsck command taken
1398from the e2fsprogs package. It is meant to be used in initrds.")
0997771a 1399 (license (package-license e2fsprogs))))
e102f940 1400
7c0a9104
LC
1401(define-public extundelete
1402 (package
1403 (name "extundelete")
1404 (version "0.2.4")
76c888cb
TGR
1405 (source
1406 (origin
1407 (method url-fetch)
1408 (uri (string-append "mirror://sourceforge/extundelete/"
1409 "extundelete/" version "/extundelete-"
1410 version ".tar.bz2"))
1411 (sha256
1412 (base32
1413 "1x0r7ylxlp9lbj3d7sqf6j2a222dwy2nfpff05jd6mkh4ihxvyd1"))
1414 (patches (search-patches "extundelete-e2fsprogs-1.44.patch"))))
7c0a9104
LC
1415 (build-system gnu-build-system)
1416 (inputs `(("e2fsprogs" ,e2fsprogs)))
1417 (home-page "http://extundelete.sourceforge.net/")
1418 (synopsis "Recover deleted files from ext2/3/4 partitions")
1419 (description
1420 "Extundelete is a set of tools that can recover deleted files from an
1421ext3 or ext4 partition.")
3ac73271 1422 (license license:gpl2)))
7c0a9104 1423
1c975f60
LC
1424(define-public zerofree
1425 (package
1426 (name "zerofree")
5658b4ce 1427 (version "1.1.1")
30ac4cc7 1428 (home-page "https://frippery.org/uml/")
1c975f60
LC
1429 (source (origin
1430 (method url-fetch)
1431 (uri (string-append home-page name "-" version
1432 ".tgz"))
1433 (sha256
1434 (base32
5658b4ce 1435 "0rrqfa5z103ws89vi8kfvbks1cfs74ix6n1wb6vs582vnmhwhswm"))))
1c975f60
LC
1436 (build-system gnu-build-system)
1437 (arguments
0f08917d
TGR
1438 '(#:phases
1439 (modify-phases %standard-phases
1440 (delete 'configure) ; no configure script
1441 (replace 'install
1442 ;; The Makefile lacks an ‘install’ target.
1443 (lambda* (#:key outputs #:allow-other-keys)
1444 (let* ((out (assoc-ref outputs "out"))
1445 (bin (string-append out "/bin")))
7a068459
TGR
1446 (chmod "zerofree" #o555)
1447 (install-file "zerofree" bin)
0f08917d
TGR
1448 #t))))
1449 #:tests? #f)) ; no tests
1c975f60
LC
1450 (inputs `(("libext2fs" ,e2fsprogs)))
1451 (synopsis "Zero non-allocated regions in ext2/ext3/ext4 file systems")
1452 (description
4de4a1cf
TGR
1453 "Zerofree finds the unallocated blocks with non-zero value content in an
1454ext2, ext3, or ext4 file system and fills them with zeroes (or another value).
1455This is a simple way to make disk images more compressible.
1456Zerofree requires the file system to be unmounted or mounted read-only.")
3ac73271 1457 (license license:gpl2)))
1c975f60 1458
d8482ad0
LC
1459(define-public strace
1460 (package
1461 (name "strace")
d1eb4234 1462 (version "5.3")
426284d8 1463 (home-page "https://strace.io")
d8482ad0
LC
1464 (source (origin
1465 (method url-fetch)
426284d8
MB
1466 (uri (string-append home-page "/files/" version
1467 "/strace-" version ".tar.xz"))
d8482ad0
LC
1468 (sha256
1469 (base32
d1eb4234 1470 "0ix06z4vnc49mv76f22kixz8dsh7daqv9mpgwcgl0mlnfjc124vc"))))
d8482ad0 1471 (build-system gnu-build-system)
6983b8a8
MB
1472 (arguments
1473 '(#:phases
1474 (modify-phases %standard-phases
1475 (add-after 'unpack 'patch-/bin/sh
1476 (lambda _
1477 (substitute* "strace.c"
1478 (("/bin/sh") (which "sh")))
d1eb4234 1479 #t)))
1d437561
EF
1480 ;; Don't fail if the architecture doesn't support different personalities.
1481 #:configure-flags '("--enable-mpers=check")
72e782b2
TGR
1482 ;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32459>.
1483 #:parallel-tests? #f)) ; undeterministic failures
c4c4cc05 1484 (native-inputs `(("perl" ,perl)))
d8482ad0
LC
1485 (synopsis "System call tracer for Linux")
1486 (description
1487 "strace is a system call tracer, i.e. a debugging tool which prints out a
1488trace of all the system calls made by a another process/program.")
035f9161 1489 (license license:lgpl2.1+)))
ba04571a 1490
e1e27737
TUBK
1491(define-public ltrace
1492 (package
1493 (name "ltrace")
1494 (version "0.7.3")
1495 (source (origin
1496 (method url-fetch)
1497 (uri (string-append "http://www.ltrace.org/ltrace_" version
1498 ".orig.tar.bz2"))
1499 (sha256
1500 (base32
1501 "00wmbdghqbz6x95m1mcdd3wd46l6hgcr4wggdp049dbifh3qqvqf"))))
1502 (build-system gnu-build-system)
1503 (inputs `(("libelf" ,libelf)))
1504 (arguments
1505 ;; Compilation uses -Werror by default, but it fails.
1506 '(#:configure-flags '("--disable-werror")))
81e59e41 1507 (home-page "https://www.ltrace.org/")
e1e27737
TUBK
1508 (synopsis "Library call tracer for Linux")
1509 (description
1510 "ltrace intercepts and records dynamic library calls which are called by
1511an executed process and the signals received by that process. It can also
1512intercept and print the system calls executed by the program.")
3ac73271 1513 (license license:gpl2+)))
e1e27737 1514
ba04571a
LC
1515(define-public alsa-lib
1516 (package
1517 (name "alsa-lib")
0ace73f1 1518 (version "1.1.9")
ba04571a
LC
1519 (source (origin
1520 (method url-fetch)
1521 (uri (string-append
1522 "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-"
1523 version ".tar.bz2"))
1524 (sha256
1525 (base32
0ace73f1 1526 "0jwr9g4yxg9gj6xx0sb2r6wrdl8amrjd19hilkrq4rirynp770s8"))))
ba04571a 1527 (build-system gnu-build-system)
5f3070a5 1528 (home-page "https://www.alsa-project.org/")
ba04571a
LC
1529 (synopsis "The Advanced Linux Sound Architecture libraries")
1530 (description
1531 "The Advanced Linux Sound Architecture (ALSA) provides audio and
1532MIDI functionality to the Linux-based operating system.")
3ac73271 1533 (license license:lgpl2.1+)))
10afdf50 1534
17b293a0
LC
1535(define-public alsa-utils
1536 (package
1537 (name "alsa-utils")
0ace73f1 1538 (version "1.1.9")
17b293a0
LC
1539 (source (origin
1540 (method url-fetch)
992b527d
EF
1541 (uri (string-append "ftp://ftp.alsa-project.org/pub/utils/"
1542 name "-" version ".tar.bz2"))
17b293a0
LC
1543 (sha256
1544 (base32
0ace73f1 1545 "0fi11b7r8hg1bdjw74s8sqx8rc4qb310jaj9lsia9labvfyjrpsx"))))
17b293a0
LC
1546 (build-system gnu-build-system)
1547 (arguments
1548 ;; XXX: Disable man page creation until we have DocBook.
1549 '(#:configure-flags (list "--disable-xmlto"
f2817d43
LC
1550
1551 ;; The udev rule is responsible for restoring
1552 ;; the volume.
17b293a0
LC
1553 (string-append "--with-udev-rules-dir="
1554 (assoc-ref %outputs "out")
1555 "/lib/udev/rules.d"))
49165145
EF
1556 #:phases
1557 (modify-phases %standard-phases
46bf8b2b
MB
1558 (add-before 'check 'disable-broken-test
1559 (lambda _
1560 ;; XXX: The 1.1.8 release tarball is missing a header that's
1561 ;; required for this test to work. Fixed in 1.1.9.
1562 (substitute* "axfer/test/Makefile"
1563 ((".*container-test.*") ""))
1564 #t))
49165145
EF
1565 (add-before
1566 'install 'pre-install
1567 (lambda _
1568 ;; Don't try to mkdir /var/lib/alsa.
1569 (substitute* "Makefile"
1570 (("\\$\\(MKDIR_P\\) .*ASOUND_STATE_DIR.*")
457d154f
EF
1571 "true\n"))
1572 #t)))))
17b293a0
LC
1573 (inputs
1574 `(("libsamplerate" ,libsamplerate)
1575 ("ncurses" ,ncurses)
1576 ("alsa-lib" ,alsa-lib)
1577 ("xmlto" ,xmlto)
b94a6ca0 1578 ("gettext" ,gettext-minimal)))
17b293a0
LC
1579 (home-page "http://www.alsa-project.org/")
1580 (synopsis "Utilities for the Advanced Linux Sound Architecture (ALSA)")
1581 (description
1582 "The Advanced Linux Sound Architecture (ALSA) provides audio and
1583MIDI functionality to the Linux-based operating system.")
1584
1585 ;; This is mostly GPLv2+ but a few files such as 'alsactl.c' are
1586 ;; GPLv2-only.
3ac73271 1587 (license license:gpl2)))
17b293a0 1588
7d2511bc 1589(define-public alsa-plugins
1590 (package
1591 (name "alsa-plugins")
0ace73f1 1592 (version "1.1.9")
7d2511bc 1593 (source (origin
1594 (method url-fetch)
1595 (uri (string-append "ftp://ftp.alsa-project.org/pub/plugins/"
1596 name "-" version ".tar.bz2"))
1597 (sha256
1598 (base32
0ace73f1 1599 "01zrg0h2jw9dlj9233vjsn916yf4f2s667yry6xsn8d57lq745qn"))))
7d2511bc 1600 (build-system gnu-build-system)
1601 ;; TODO: Split libavcodec and speex if possible. It looks like they can not
1602 ;; be split, there are references to both in files.
1603 ;; TODO: Remove OSS related plugins, they add support to run native
1604 ;; ALSA applications on OSS however we do not offer OSS and OSS is
1605 ;; obsolete.
624ee211 1606 (outputs '("out" "pulseaudio" "jack"))
7d2511bc 1607 (arguments
10b96d29 1608 `(#:configure-flags '(;; Do not install a "local" configuration targeted
59e80445 1609 ;; for /etc/alsa. On Guix System plugins are loaded from
10b96d29
MB
1610 ;; the ALSA service, and other distributions likely
1611 ;; won't use these files.
1612 "--with-alsalconfdir=/tmp/noop")
1613 #:phases
7d2511bc 1614 (modify-phases %standard-phases
1615 (add-after 'install 'split
1616 (lambda* (#:key inputs outputs #:allow-other-keys)
1617 ;; Distribute the binaries to the various outputs.
1618 (let* ((out (assoc-ref outputs "out"))
624ee211
SB
1619 (jack (assoc-ref outputs "jack"))
1620 (jacklib (string-append jack "/lib/alsa-lib"))
7d2511bc 1621 (pua (assoc-ref outputs "pulseaudio"))
10b96d29 1622 (pualib (string-append pua "/lib/alsa-lib")))
624ee211
SB
1623 ;; For jack.
1624 (mkdir-p jacklib)
1625 (for-each (lambda (file)
1626 (rename-file file (string-append jacklib "/" (basename file))))
1627 (find-files out ".*jack\\.(la|so)"))
10b96d29 1628 ;; For pulseaudio.
7d2511bc 1629 (mkdir-p pualib)
7d2511bc 1630 (for-each (lambda (file)
1631 (rename-file file (string-append pualib "/" (basename file))))
1632 (find-files out ".*pulse\\.(la|so)"))
7d2511bc 1633 #t))))))
1634 (inputs
1635 `(("alsa-lib" ,alsa-lib)
624ee211 1636 ("jack" ,jack-1)
7d2511bc 1637 ("speex" ,speex) ; libspeexdsp resampling plugin
1638 ("libsamplerate" ,libsamplerate) ; libsamplerate resampling plugin
1639 ("ffmpeg" ,ffmpeg) ; libavcodec resampling plugin, a52 plugin
1640 ("pulseaudio" ,pulseaudio))) ; PulseAudio plugin
1641 (native-inputs
1642 `(("pkg-config" ,pkg-config)))
1643 (home-page "http://www.alsa-project.org/")
1644 (synopsis "Plugins for the Advanced Linux Sound Architecture (ALSA)")
1645 (description
1646 "The Advanced Linux Sound Architecture (ALSA) provides audio and
1647MIDI functionality to the Linux-based operating system. This package enhances ALSA
1648by providing additional plugins which include: upmixing, downmixing, jackd and
1649pulseaudio support for native alsa applications, format conversion (s16 to a52), and
1650external rate conversion.")
1651 (license (list license:gpl2+
1652 ;; `rate/rate_samplerate.c': LGPL v2.1 or later.
1653 license:lgpl2.1+))))
1654
10afdf50
LC
1655(define-public iptables
1656 (package
1657 (name "iptables")
4f3bf205 1658 (version "1.6.2")
10afdf50
LC
1659 (source (origin
1660 (method url-fetch)
1661 (uri (string-append
f11ae44f 1662 "mirror://netfilter.org/iptables/iptables-"
10afdf50
LC
1663 version ".tar.bz2"))
1664 (sha256
1665 (base32
4f3bf205 1666 "0crp0lvh5m2f15pr8cw97h8yb8zjj10x95zj06j46cr68vx2vl2m"))))
10afdf50 1667 (build-system gnu-build-system)
13223c8e
LF
1668 (native-inputs
1669 `(("pkg-config" ,pkg-config)
1670 ("flex" ,flex)
1671 ("bison" ,bison)))
1672 (inputs
1673 `(("libmnl" ,libmnl)
1674 ("libnftnl" ,libnftnl)))
50c26d9e
SB
1675 (arguments
1676 '(#:tests? #f ; no test suite
1677 #:configure-flags ; add $libdir to the RUNPATH of executables
1678 (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))))
13223c8e 1679 (home-page "https://www.netfilter.org/projects/iptables/index.html")
be5dc5fb 1680 (synopsis "Programs to configure Linux IP packet filtering rules")
10afdf50 1681 (description
be5dc5fb
TGR
1682 "@command{iptables} is the user-space command line program used to
1683configure the Linux 2.4.x and later IPv4 packet filtering ruleset
1684(@dfn{firewall}), including @dfn{NAT} (Network Address Translation).
1685
1686This package also includes @command{ip6tables}, which is used to configure the
1687IPv6 packet filter.
1688
fadc5533 1689Both commands are targeted at system administrators.")
3ac73271 1690 (license license:gpl2+)))
90a0048f 1691
6876a6fe
SB
1692(define-public ebtables
1693 (package
1694 (name "ebtables")
1695 (version "2.0.10-4")
1696 (source (origin
1697 (method url-fetch)
1698 (uri (string-append
1699 "mirror://netfilter.org/ebtables/ebtables-v"
1700 version ".tar.gz"))
1701 (sha256
1702 (base32
1703 "0pa5ljlk970yfyhpf3iqwfpbc30j8mgn90fapw9cfz909x47nvyw"))))
1704 (build-system gnu-build-system)
1705 (arguments
1706 '(#:tests? #f ; no test suite
1707 #:make-flags
1708 (let* ((out (assoc-ref %outputs "out"))
1709 (bin (string-append out "/sbin"))
1710 (lib (string-append out "/lib"))
1711 (man (string-append out "/share/man"))
1712 (iptables (assoc-ref %build-inputs "iptables"))
1713 (ethertypes (string-append iptables "/etc/ethertypes")))
1714 (list (string-append "LIBDIR=" lib)
1715 (string-append "MANDIR=" man)
1716 (string-append "BINDIR=" bin)
1717 (string-append "ETHERTYPESFILE=" ethertypes)
1718 ;; With the default CFLAGS, it falis with:
1719 ;; communication.c:259:58: error: variable ‘ret’ set but not
1720 ;; used [-Werror=unused-but-set-variable]
1721 "CFLAGS=-Wall"))
1722 #:phases
1723 (modify-phases %standard-phases
1724 (replace 'configure
1725 ;; no configure script
1726 (lambda _
1727 (substitute* "Makefile"
1728 ;; Remove user and group options from install commands,
1729 ;; otherwise it fails with: invalid user 'root'.
1730 (("-o root -g root") "")
1731 ;; Remove 'ethertypes' from the install target.
1732 (("install: .*")
1733 "install: $(MANDIR)/man8/ebtables.8 exec scripts\n"))
1734 #t)))))
1735 (inputs
1736 `(("perl" ,perl)
1737 ("iptables" ,iptables)))
1738 (synopsis "Ethernet bridge frame table administration")
1739 (home-page "http://ebtables.netfilter.org/")
1740 (description
1741 "ebtables is an application program used to set up and maintain the
1742tables of rules (inside the Linux kernel) that inspect Ethernet frames. It is
1743analogous to the iptables application, but less complicated, due to the fact
1744that the Ethernet protocol is much simpler than the IP protocol.")
1745 (license license:gpl2+)))
1746
90a0048f
LC
1747(define-public iproute
1748 (package
1749 (name "iproute2")
005e539e 1750 (version "5.3.0")
90a0048f 1751 (source (origin
75cd4b05
AK
1752 (method url-fetch)
1753 (uri (string-append
1754 "mirror://kernel.org/linux/utils/net/iproute2/iproute2-"
1755 version ".tar.xz"))
1756 (sha256
1757 (base32
005e539e 1758 "0gvv269wjn4279hxr5zzwsk2c5qgswr47za3hm1x4frsk52iw76b"))))
90a0048f
LC
1759 (build-system gnu-build-system)
1760 (arguments
54933202
TGR
1761 `( ;; There is a test suite, but it wants network namespaces and sudo.
1762 #:tests? #f
90a0048f
LC
1763 #:make-flags (let ((out (assoc-ref %outputs "out")))
1764 (list "DESTDIR="
e777d07d
LF
1765 (string-append "BASH_COMPDIR=" out
1766 "/etc/bash_completion.d")
90a0048f 1767 (string-append "LIBDIR=" out "/lib")
61f78e72 1768 (string-append "HDRDIR=" out "/include")
90a0048f
LC
1769 (string-append "SBINDIR=" out "/sbin")
1770 (string-append "CONFDIR=" out "/etc")
1771 (string-append "DOCDIR=" out "/share/doc/"
1772 ,name "-" ,version)
1773 (string-append "MANDIR=" out "/share/man")))
b53e44fb
AK
1774 #:phases (modify-phases %standard-phases
1775 (add-before 'install 'pre-install
1776 (lambda _
1777 ;; Don't attempt to create /var/lib/arpd.
1778 (substitute* "Makefile"
9922278b
MW
1779 (("^.*ARPDDIR.*$") ""))
1780 #t)))))
90a0048f 1781 (inputs
54933202 1782 `(("db4" ,bdb)
3b636296
TGR
1783 ("iptables" ,iptables)
1784 ("libmnl" ,libmnl)))
c4c4cc05 1785 (native-inputs
54933202 1786 `(("bison" ,bison)
90a0048f 1787 ("flex" ,flex)
54933202
TGR
1788 ("pkg-config" ,pkg-config)))
1789 ;; For tests.
1790 ;; ("libmnl" ,libmnl)
1791 ;; ("util-linux" ,util-linux)
90a0048f 1792 (home-page
d7f84eab 1793 "https://wiki.linuxfoundation.org/networking/iproute2")
90a0048f 1794 (synopsis
9e771e3b 1795 "Utilities for controlling TCP/IP networking and traffic in Linux")
90a0048f 1796 (description
35a4fefc
TGR
1797 "Iproute2 is a collection of utilities for controlling TCP/IP networking
1798and traffic with the Linux kernel. The most important of these are
1799@command{ip}, which configures IPv4 and IPv6, and @command{tc} for traffic
1800control.
90a0048f
LC
1801
1802Most network configuration manuals still refer to ifconfig and route as the
1803primary network configuration tools, but ifconfig is known to behave
35a4fefc 1804inadequately in modern network environments, and both should be deprecated.")
3ac73271 1805 (license license:gpl2+)))
85e0dc6a
LC
1806
1807(define-public net-tools
1808 ;; XXX: This package is basically unmaintained, but it provides a few
1809 ;; commands not yet provided by Inetutils, such as 'route', so we have to
1810 ;; live with it.
6d31c175
LF
1811 (let ((commit "479bb4a7e11a4084e2935c0a576388f92469225b")
1812 (revision "0"))
1813 (package
1814 (name "net-tools")
1815 (version (string-append "1.60-" revision "." (string-take commit 7)))
1816 (source (origin
631c9f74
LF
1817 (method url-fetch)
1818 (uri (string-append "https://sourceforge.net/code-snapshots/git/"
1819 "n/ne/net-tools/code.git/net-tools-code-"
1820 commit ".zip"))
1821 (file-name (string-append name "-" version ".zip"))
6d31c175
LF
1822 (sha256
1823 (base32
631c9f74 1824 "0hz9fda9d78spp774b6rr5xaxav7cm4h0qcpxf70rvdbrf6qx7vy"))))
6d31c175
LF
1825 (home-page "http://net-tools.sourceforge.net/")
1826 (build-system gnu-build-system)
1827 (arguments
1828 '(#:modules ((guix build gnu-build-system)
1829 (guix build utils)
1830 (srfi srfi-1)
1831 (srfi srfi-26))
1832 #:phases
1833 (modify-phases %standard-phases
1834 (replace 'configure
1835 (lambda* (#:key outputs #:allow-other-keys)
1836 (let ((out (assoc-ref outputs "out")))
1837 (mkdir-p (string-append out "/bin"))
1838 (mkdir-p (string-append out "/sbin"))
1839
1840 ;; Pretend we have everything...
1841 (system "yes | make config")
1842
1843 ;; ... except for the things we don't have.
1844 ;; HAVE_AFDECnet requires libdnet, which we don't have.
1845 ;; HAVE_HWSTRIP and HAVE_HWTR require kernel headers
1846 ;; that have been removed.
1847 ;; XXX SELINUX and AFBLUETOOTH are removed for now, but we should
1848 ;; think about adding them later.
1849 (substitute* '("config.make" "config.h")
1850 (("^.*HAVE_(AFDECnet|HWSTRIP|HWTR|SELINUX|AFBLUETOOTH)[ =]1.*$")
8ea5d868
MW
1851 ""))
1852 #t)))
6d31c175
LF
1853 (add-after 'install 'remove-redundant-commands
1854 (lambda* (#:key outputs #:allow-other-keys)
1855 ;; Remove commands and man pages redundant with Inetutils.
1856 (let* ((out (assoc-ref outputs "out"))
1857 (dup (append-map (cut find-files out <>)
1858 '("^hostname"
1859 "^(yp|nis|dns)?domainname"))))
1860 (for-each delete-file dup)
1861 #t))))
1862 ;; Binaries that depend on libnet-tools.a don't declare that
1863 ;; dependency, making it parallel-unsafe.
1864 #:parallel-build? #f
1865
1866 #:tests? #f ; no test suite
1867 #:make-flags (let ((out (assoc-ref %outputs "out")))
1868 (list "CC=gcc"
1869 (string-append "BASEDIR=" out)
1870 (string-append "INSTALLNLSDIR=" out "/share/locale")
1871 (string-append "mandir=/share/man")))))
631c9f74
LF
1872 (native-inputs `(("gettext" ,gettext-minimal)
1873 ("unzip" ,unzip)))
6d31c175
LF
1874 (synopsis "Tools for controlling the network subsystem in Linux")
1875 (description
1876 "This package includes the important tools for controlling the network
1877subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp and
1878route. Additionally, this package contains utilities relating to particular
1879network hardware types (plipconfig, slattach) and advanced aspects of IP
1880configuration (iptunnel, ipmaddr).")
1881 (license license:gpl2+))))
1882
c762e82e
LC
1883(define-public libcap
1884 (package
1885 (name "libcap")
4bf85003 1886 (version "2.27")
c762e82e
LC
1887 (source (origin
1888 (method url-fetch)
c762e82e 1889 (uri (string-append
f6c2d05c
LC
1890 "mirror://kernel.org/linux/libs/security/linux-privs/"
1891 "libcap2/libcap-" version ".tar.xz"))
c762e82e
LC
1892 (sha256
1893 (base32
4bf85003 1894 "0sj8kidl7qgf2qwxcbw1vadnlb30y4zvjzxswsmfdghq04npkhfs"))))
c762e82e 1895 (build-system gnu-build-system)
6d889daf
SB
1896 (arguments '(#:phases
1897 (modify-phases %standard-phases
1898 (replace 'configure
1899 ;; Add $libdir to the RUNPATH of executables.
1900 (lambda _
1901 (substitute* "Make.Rules"
1902 (("LDFLAGS := #-g")
1903 (string-append "LDFLAGS := -Wl,-rpath="
d70d59d6
MW
1904 %output "/lib")))
1905 #t)))
c762e82e
LC
1906 #:tests? #f ; no 'check' target
1907 #:make-flags (list "lib=lib"
1908 (string-append "prefix="
1909 (assoc-ref %outputs "out"))
1910 "RAISE_SETFCAP=no")))
1911 (native-inputs `(("perl" ,perl)))
1912 (inputs `(("attr" ,attr)))
1913 (home-page "https://sites.google.com/site/fullycapable/")
1914 (synopsis "Library for working with POSIX capabilities")
1915 (description
35b9e423 1916 "Libcap2 provides a programming interface to POSIX capabilities on
c762e82e
LC
1917Linux-based operating systems.")
1918
1919 ;; License is BSD-3 or GPLv2, at the user's choice.
3ac73271 1920 (license license:gpl2)))
215b6431
LC
1921
1922(define-public bridge-utils
1923 (package
1924 (name "bridge-utils")
4863773e
TGR
1925 (version "1.6")
1926 (source
1927 (origin
1928 (method url-fetch)
18160c34
MB
1929 (uri (string-append "mirror://kernel.org/linux/utils/net/bridge-utils/"
1930 "bridge-utils-" version ".tar.xz"))
4863773e
TGR
1931 (sha256
1932 (base32 "1j16kr44csyr4yqxly26l1yw2bh4nkiasgwvask2i2gvsnsyyryc"))))
215b6431
LC
1933 (build-system gnu-build-system)
1934
1935 ;; The tarball lacks all the generated files.
1936 (native-inputs `(("autoconf" ,autoconf)
1937 ("automake" ,automake)))
1938 (arguments
dc1d3cde
KK
1939 '(#:phases
1940 (modify-phases %standard-phases
189be331 1941 (add-before 'bootstrap 'patch-stuff
dc1d3cde
KK
1942 (lambda _
1943 ;; Fix "field ‘ip6’ has incomplete type" errors.
1944 (substitute* "libbridge/libbridge.h"
1945 (("#include <linux/if_bridge.h>")
1946 "#include <linux/in6.h>\n#include <linux/if_bridge.h>"))
1947
1948 ;; Ensure that the entire build fails if one of the
1949 ;; sub-Makefiles fails.
1950 (substitute* "Makefile.in"
1951 (("\\$\\(MAKE\\) \\$\\(MFLAGS\\) -C \\$\\$x ;")
1952 "$(MAKE) $(MFLAGS) -C $$x || exit 1;"))
1953
189be331 1954 #t)))
215b6431
LC
1955 #:tests? #f)) ; no 'check' target
1956
1957 (home-page
1958 "http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge")
1959 (synopsis "Manipulate Ethernet bridges")
1960 (description
1961 "Utilities for Linux's Ethernet bridging facilities. A bridge is a way
1962to connect two Ethernet segments together in a protocol independent way.
1963Packets are forwarded based on Ethernet address, rather than IP address (like
1964a router). Since forwarding is done at Layer 2, all protocols can go
1965transparently through a bridge.")
3ac73271 1966 (license license:gpl2+)))
3cc20675
LC
1967
1968(define-public libnl
1969 (package
1970 (name "libnl")
276e7739 1971 (version "3.5.0")
3cc20675
LC
1972 (source (origin
1973 (method url-fetch)
1974 (uri (string-append
a2265ea3
MB
1975 "https://github.com/thom311/libnl/releases/download/"
1976 "libnl" (string-join (string-split version #\.) "_")
1977 "/libnl-" version ".tar.gz"))
3cc20675
LC
1978 (sha256
1979 (base32
276e7739 1980 "1yh5bqmkivd78x378x34gzb28lvykn6b9k3hgvvpdnj5jpn3689m"))))
3cc20675 1981 (build-system gnu-build-system)
d80a47f2
DL
1982 (native-inputs
1983 `(("bison" ,bison)
1984 ("flex" ,flex)
3eb7c000
DL
1985 ("pkg-config" ,pkg-config)
1986 ("swig" ,swig)
d80a47f2
DL
1987 ("libnl3-doc"
1988 ,(origin
1989 (method url-fetch)
1990 (uri (string-append
1991 "https://github.com/thom311/libnl/releases/download/libnl"
1992 (string-join (string-split version #\.) "_")
1993 "/libnl-doc-" version ".tar.gz"))
1994 (sha256
276e7739 1995 (base32 "19p5y8q3cm5wqvamqc4s5syxnnkvzxy3gw8ivxk6fv9ybn8jm35h"))))))
3eb7c000
DL
1996 (inputs
1997 `(("python-2" ,python-2)
1998 ("python-3" ,python-3)))
1999 (outputs '("out" "doc" "python2" "python3"))
d80a47f2 2000 (arguments
3eb7c000
DL
2001 `(#:modules ((guix build gnu-build-system)
2002 (guix build utils)
2003 (srfi srfi-1))
2004 #:phases
d80a47f2 2005 (modify-phases %standard-phases
3eb7c000
DL
2006 (add-after 'install 'install-python
2007 (lambda* (#:key outputs #:allow-other-keys)
2008 (define (python-inst python)
35faa006
RW
2009 (invoke python "setup.py" "build")
2010 (invoke python "setup.py" "install"
2011 (string-append "--prefix="
2012 (assoc-ref %outputs python)))
2013 (invoke python "setup.py" "clean"))
2014 (setenv "LDFLAGS" (format #f "-Wl,-rpath=~a/lib"
2015 (assoc-ref %outputs "out")))
3eb7c000 2016 (with-directory-excursion "./python"
35faa006
RW
2017 (for-each python-inst '("python2" "python3")))
2018 #t))
d80a47f2
DL
2019 (add-after 'install 'install-doc
2020 (lambda* (#:key inputs outputs #:allow-other-keys)
2021 (let ((dest (string-append (assoc-ref outputs "doc")
2022 "/share/doc/libnl")))
2023 (mkdir-p dest)
35faa006
RW
2024 (invoke "tar" "xf" (assoc-ref inputs "libnl3-doc")
2025 "--strip-components=1" "-C" dest)))))))
81e59e41 2026 (home-page "https://www.infradead.org/~tgr/libnl/")
3cc20675
LC
2027 (synopsis "NetLink protocol library suite")
2028 (description
2029 "The libnl suite is a collection of libraries providing APIs to netlink
69b4ffcf 2030protocol based Linux kernel interfaces. Netlink is an IPC mechanism primarily
3cc20675
LC
2031between the kernel and user space processes. It was designed to be a more
2032flexible successor to ioctl to provide mainly networking related kernel
2033configuration and monitoring interfaces.")
2034
2035 ;; Most files are LGPLv2.1-only, but some are GPLv2-only (like
2036 ;; 'nl-addr-add.c'), so the result is GPLv2-only.
3ac73271 2037 (license license:gpl2)))
023fef7d 2038
65cd77db
MW
2039(define-public iw
2040 (package
2041 (name "iw")
4b0111a4 2042 (version "4.14")
65cd77db
MW
2043 (source (origin
2044 (method url-fetch)
2045 (uri (string-append
2f9e312a 2046 "mirror://kernel.org/software/network/iw/iw-"
65cd77db
MW
2047 version ".tar.xz"))
2048 (sha256
2049 (base32
4b0111a4 2050 "12ddd6vh6vs97135bnlyr0szv7hvpbnmfh48584frzab0z0725ph"))))
65cd77db
MW
2051 (build-system gnu-build-system)
2052 (native-inputs `(("pkg-config" ,pkg-config)))
2053 (inputs `(("libnl" ,libnl)))
2054 (arguments
2055 `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
2056 "CC=gcc")
dc1d3cde 2057 #:phases (modify-phases %standard-phases (delete 'configure))))
2f9e312a 2058 (home-page "https://wireless.wiki.kernel.org/")
65cd77db
MW
2059 (synopsis "Tool for configuring wireless devices")
2060 (description
2061 "iw is a new nl80211 based CLI configuration utility for wireless
2f9e312a 2062devices. It replaces @code{iwconfig}, which is deprecated.")
3ac73271 2063 (license license:isc)))
65cd77db 2064
023fef7d
LC
2065(define-public powertop
2066 (package
2067 (name "powertop")
8118a086 2068 (version "2.10")
023fef7d
LC
2069 (source
2070 (origin
2071 (method url-fetch)
8118a086
TGR
2072 (uri (string-append "https://01.org/sites/default/files/downloads/"
2073 "powertop-v" version ".tar.gz"))
023fef7d 2074 (sha256
8118a086 2075 (base32 "0xaazqccyd42v2q532dxx40nqhb9sfsa6cyx8641rl57mfg4bdyk"))))
023fef7d 2076 (build-system gnu-build-system)
4c48bf55
ML
2077 (arguments
2078 '(#:phases
2079 (modify-phases %standard-phases
2080 ;; TODO: Patch some hardcoded "wlan0" in calibrate/calibrate.cpp to
59e80445 2081 ;; allow calibrating the network interface in Guix System.
4c48bf55
ML
2082 (add-after 'unpack 'patch-absolute-file-names
2083 (lambda* (#:key inputs #:allow-other-keys)
2084 (let ((kmod (assoc-ref inputs "kmod")))
2085 (substitute* (find-files "src" "\\.cpp$")
2086 ;; Give the right 'modprobe' file name so that essential
2087 ;; modules such as msr.ko can be loaded.
2088 (("/sbin/modprobe") (string-append kmod "/bin/modprobe"))
2089 ;; These programs are only needed to calibrate, so using
2090 ;; relative file names avoids adding extra inputs. When they
2091 ;; are missing powertop gracefully handles it.
2092 (("/usr/bin/hcitool") "hcitool")
2093 (("/usr/bin/xset") "xset")
2094 (("/usr/sbin/hciconfig") "hciconfig"))
2095 #t))))))
023fef7d 2096 (inputs
4c48bf55
ML
2097 `(("kmod" ,kmod)
2098 ("libnl" ,libnl)
023fef7d 2099 ("ncurses" ,ncurses)
4c48bf55
ML
2100 ("pciutils" ,pciutils)
2101 ("zlib" ,zlib)))
c4c4cc05 2102 (native-inputs
ebacb0de 2103 `(("pkg-config" ,pkg-config)))
023fef7d
LC
2104 (home-page "https://01.org/powertop/")
2105 (synopsis "Analyze power consumption on Intel-based laptops")
2106 (description
2107 "PowerTOP is a Linux tool to diagnose issues with power consumption and
2108power management. In addition to being a diagnostic tool, PowerTOP also has
2109an interactive mode where the user can experiment various power management
2110settings for cases where the operating system has not enabled these
2111settings.")
3ac73271 2112 (license license:gpl2)))
6869e5c9
LC
2113
2114(define-public aumix
2115 (package
2116 (name "aumix")
2117 (version "2.9.1")
2118 (source (origin
2119 (method url-fetch)
2120 (uri (string-append
2121 "http://www.jpj.net/~trevor/aumix/releases/aumix-"
2122 version ".tar.bz2"))
2123 (sha256
2124 (base32
2125 "0a8fwyxnc5qdxff8sl2sfsbnvgh6pkij4yafiln0fxgg6bal7knj"))))
2126 (build-system gnu-build-system)
2127 (inputs `(("ncurses" ,ncurses)))
2128 (home-page "http://www.jpj.net/~trevor/aumix.html")
2129 (synopsis "Audio mixer for X and the console")
2130 (description
2131 "Aumix adjusts an audio mixer from X, the console, a terminal,
2132the command line or a script.")
3ac73271 2133 (license license:gpl2+)))
7c0dbe78
SHT
2134
2135(define-public iotop
2136 (package
2137 (name "iotop")
2138 (version "0.6")
2139 (source
2140 (origin
2141 (method url-fetch)
2142 (uri (string-append "http://guichaz.free.fr/iotop/files/iotop-"
2143 version ".tar.gz"))
2144 (sha256 (base32
2145 "1kp8mqg2pbxq4xzpianypadfxcsyfgwcaqgqia6h9fsq6zyh4z0s"))))
2146 (build-system python-build-system)
2147 (arguments
35cebf01 2148 ;; The setup.py script expects python-2.
7c0dbe78 2149 `(#:python ,python-2
35cebf01 2150 ;; There are currently no checks in the package.
7c0dbe78
SHT
2151 #:tests? #f))
2152 (native-inputs `(("python" ,python-2)))
2153 (home-page "http://guichaz.free.fr/iotop/")
2154 (synopsis
2155 "Displays the IO activity of running processes")
2156 (description
2157 "Iotop is a Python program with a top like user interface to show the
2158processes currently causing I/O.")
3ac73271 2159 (license license:gpl2+)))
e30835e2
LC
2160
2161(define-public fuse
2162 (package
2163 (name "fuse")
e905c8d6 2164 (version "2.9.9")
e30835e2
LC
2165 (source (origin
2166 (method url-fetch)
0e9bc883
LF
2167 (uri (string-append "https://github.com/libfuse/libfuse/releases/"
2168 "download/fuse-" version
2169 "/fuse-" version ".tar.gz"))
e30835e2
LC
2170 (sha256
2171 (base32
e905c8d6 2172 "1ddlq6kzxilccgbvxjfx80jx6kamgw4sv49phks2zhlcc1frvrnh"))
cd48a549 2173 (patches (search-patches "fuse-overlapping-headers.patch"))))
e30835e2 2174 (build-system gnu-build-system)
b148bd71 2175 (inputs `(("util-linux" ,util-linux)))
e30835e2
LC
2176 (arguments
2177 '(#:configure-flags (list (string-append "MOUNT_FUSE_PATH="
2178 (assoc-ref %outputs "out")
2179 "/sbin")
2180 (string-append "INIT_D_PATH="
2181 (assoc-ref %outputs "out")
2182 "/etc/init.d")
9a4efac9
LC
2183
2184 ;; The rule makes /dev/fuse 666.
e30835e2
LC
2185 (string-append "UDEV_RULES_PATH="
2186 (assoc-ref %outputs "out")
9a4efac9 2187 "/lib/udev/rules.d"))
dc1d3cde
KK
2188 #:phases
2189 (modify-phases %standard-phases
2190 (add-before 'build 'set-file-names
2191 (lambda* (#:key inputs #:allow-other-keys)
2192 ;; libfuse calls out to mount(8) and umount(8). Make sure
2193 ;; it refers to the right ones.
2194 (substitute* '("lib/mount_util.c" "util/mount_util.c")
2195 (("/bin/(u?)mount" _ maybe-u)
2196 (string-append (assoc-ref inputs "util-linux")
2197 "/bin/" maybe-u "mount")))
2198 (substitute* '("util/mount.fuse.c")
2199 (("/bin/sh")
2200 (which "sh")))
2201
2202 ;; This hack leads libfuse to search for 'fusermount' in
2203 ;; $PATH, where it may find a setuid-root binary, instead of
2204 ;; trying solely $out/sbin/fusermount and failing because
2205 ;; it's not setuid.
2206 (substitute* "lib/Makefile"
2207 (("-DFUSERMOUNT_DIR=[[:graph:]]+")
2208 "-DFUSERMOUNT_DIR=\\\"/var/empty\\\""))
2209 #t)))))
0e9bc883 2210 (home-page "https://github.com/libfuse/libfuse")
e30835e2
LC
2211 (synopsis "Support file systems implemented in user space")
2212 (description
2213 "As a consequence of its monolithic design, file system code for Linux
2214normally goes into the kernel itself---which is not only a robustness issue,
2215but also an impediment to system extensibility. FUSE, for \"file systems in
2216user space\", is a kernel module and user-space library that tries to address
2217part of this problem by allowing users to run file system implementations as
2218user-space processes.")
3ac73271
LC
2219 (license (list license:lgpl2.1 ;library
2220 license:gpl2+)))) ;command-line utilities
220193ad
LC
2221
2222(define-public unionfs-fuse
2223 (package
2224 (name "unionfs-fuse")
2f861edf 2225 (version "2.0")
220193ad
LC
2226 (source (origin
2227 (method url-fetch)
2228 (uri (string-append
2f861edf
EF
2229 "https://github.com/rpodgorny/unionfs-fuse/archive/v"
2230 version ".tar.gz"))
2231 (file-name (string-append name "-" version ".tar.gz"))
220193ad
LC
2232 (sha256
2233 (base32
2f861edf 2234 "0hsn8l1iblvx27bpd4dvnvnbh9ri3sv2f9xzpsnfz3379kb7skgj"))))
220193ad 2235 (build-system cmake-build-system)
094f4b53 2236 (native-inputs
3ef27337 2237 `(("python" ,python)))
220193ad 2238 (inputs `(("fuse" ,fuse)))
094f4b53 2239 (arguments
3ef27337
LF
2240 ;; The tests were never actually run ("collected 0 items"), but in recent
2241 ;; versions of pytest that causes an error.
2242 '(#:tests? #f))
2f861edf 2243 (home-page "https://github.com/rpodgorny/unionfs-fuse")
220193ad
LC
2244 (synopsis "User-space union file system")
2245 (description
2246 "UnionFS-FUSE is a flexible union file system implementation in user
2247space, using the FUSE library. Mounting a union file system allows you to
2248\"aggregate\" the contents of several directories into a single mount point.
2249UnionFS-FUSE additionally supports copy-on-write.")
3ac73271 2250 (license license:bsd-3)))
ed748588 2251
0b7a0c20
LC
2252(define fuse-static
2253 (package (inherit fuse)
2254 (name "fuse-static")
2255 (source (origin (inherit (package-source fuse))
2256 (modules '((guix build utils)))
2257 (snippet
6cbee49d
MW
2258 '(begin
2259 ;; Normally libfuse invokes mount(8) so that /etc/mtab is
2260 ;; updated. Change calls to 'mtab_needs_update' to 0 so
2261 ;; that it doesn't do that, allowing us to remove the
2262 ;; dependency on util-linux (something that is useful in
2263 ;; initrds.)
2264 (substitute* '("lib/mount_util.c"
2265 "util/mount_util.c")
2266 (("mtab_needs_update[[:blank:]]*\\([a-z_]+\\)")
2267 "0")
2268 (("/bin/")
2269 ""))
2270 #t))))))
0b7a0c20 2271
ed748588
LC
2272(define-public unionfs-fuse/static
2273 (package (inherit unionfs-fuse)
2274 (synopsis "User-space union file system (statically linked)")
2275 (name (string-append (package-name unionfs-fuse) "-static"))
2276 (source (origin (inherit (package-source unionfs-fuse))
2277 (modules '((guix build utils)))
2278 (snippet
6cbee49d
MW
2279 '(begin
2280 ;; Add -ldl to the libraries, because libfuse.a needs that.
2281 (substitute* "src/CMakeLists.txt"
2282 (("target_link_libraries(.*)\\)" _ libs)
2283 (string-append "target_link_libraries"
2284 libs " dl)")))
2285 #t))))
ed748588
LC
2286 (arguments
2287 '(#:tests? #f
1456cff1 2288 #:configure-flags '("-DCMAKE_EXE_LINKER_FLAGS=-static")
dc1d3cde
KK
2289 #:phases
2290 (modify-phases %standard-phases
2291 (add-after 'install 'post-install
2292 (lambda* (#:key outputs #:allow-other-keys)
2293 (let* ((out (assoc-ref outputs "out"))
2294 (exe (string-append out "/bin/unionfs")))
2295 ;; By default, 'unionfs' keeps references to
2296 ;; $glibc/share/locale and similar stuff. Remove them.
2297 (remove-store-references exe)
2298
2299 ;; 'unionfsctl' has references to glibc as well. Since
2300 ;; we don't need it, remove it.
2301 (delete-file (string-append out "/bin/unionfsctl"))
2302 #t))))))
0b7a0c20 2303 (inputs `(("fuse" ,fuse-static)))))
67b66003 2304
357b9f9d 2305(define-public sshfs
db288efa 2306 (package
357b9f9d 2307 (name "sshfs")
20f8d1dd 2308 (version "2.10")
db288efa
LC
2309 (source (origin
2310 (method url-fetch)
b58c1b2d 2311 (uri (string-append "https://github.com/libfuse/sshfs/releases/"
f5c6edd6
TGR
2312 "download/sshfs-" version "/sshfs-" version
2313 ".tar.gz"))
db288efa
LC
2314 (sha256
2315 (base32
20f8d1dd 2316 "00fir2iykdx11g8nv5gijg0zjrp2g3ldypnv0yi6lq3h5pg5v13h"))))
db288efa
LC
2317 (build-system gnu-build-system)
2318 (inputs
2319 `(("fuse" ,fuse)
2320 ("glib" ,glib)))
2321 (native-inputs
2322 `(("pkg-config" ,pkg-config)))
f5c6edd6 2323 (home-page "https://github.com/libfuse/sshfs")
db288efa
LC
2324 (synopsis "Mount remote file systems over SSH")
2325 (description
2326 "This is a file system client based on the SSH File Transfer Protocol.
2327Since most SSH servers already support this protocol it is very easy to set
2328up: on the server side there's nothing to do; on the client side mounting the
2329file system is as easy as logging into the server with an SSH client.")
3ac73271 2330 (license license:gpl2+)))
db288efa 2331
357b9f9d 2332(define-public sshfs-fuse
2333 (package (inherit sshfs)
2334 (name "sshfs-fuse")
2335 (properties `((superseded . ,sshfs)))))
2336
1eacffb9
RH
2337(define-public archivemount
2338 (package
2339 (name "archivemount")
903deeea 2340 (version "0.8.12")
1eacffb9
RH
2341 (source
2342 (origin
2343 (method url-fetch)
c6d8817e 2344 (uri (string-append "https://www.cybernoia.de/software/archivemount/"
1eacffb9
RH
2345 "archivemount-" version ".tar.gz"))
2346 (sha256
903deeea 2347 (base32 "12fb8fcmd1zwvfgzx4pay47md5cr2kgxcgq82cm6skmq75alfzi4"))))
1eacffb9 2348 (build-system gnu-build-system)
c695fb76
TGR
2349 (inputs `(("fuse" ,fuse)
2350 ("libarchive" ,libarchive)))
2351 (native-inputs `(("pkg-config" ,pkg-config)))
c6d8817e 2352 (home-page "https://www.cybernoia.de/software/archivemount.html")
1eacffb9
RH
2353 (synopsis "Tool for mounting archive files with FUSE")
2354 (description "archivemount is a FUSE-based file system for Unix variants,
2355including Linux. Its purpose is to mount archives (i.e. tar, tar.gz, etc.) to a
2356mount point where it can be read from or written to as with any other file
2357system. This makes accessing the contents of the archive, which may be
2358compressed, transparent to other programs, without decompressing them.")
2359 (license license:lgpl2.0+)))
2360
67b66003
LC
2361(define-public numactl
2362 (package
2363 (name "numactl")
93a16e4d 2364 (version "2.0.13")
67b66003
LC
2365 (source (origin
2366 (method url-fetch)
2367 (uri (string-append
0b4f8767 2368 "https://github.com/numactl/numactl/releases/download/v"
1ec29dff 2369 version "/numactl-" version ".tar.gz"))
67b66003
LC
2370 (sha256
2371 (base32
93a16e4d 2372 "16lcypvcmx1ydkpi2s82kqhg13kak7qhpbnj8hd9bdbyhr5ja7lr"))))
67b66003
LC
2373 (build-system gnu-build-system)
2374 (arguments
e35dff97 2375 '(;; There's a 'test' target, but it requires NUMA support in the kernel
67b66003
LC
2376 ;; to run, which we can't assume to have.
2377 #:tests? #f))
b0015064 2378
35dfcdd7
AE
2379 ;; NUMA is apparently not supported on armhf, see
2380 ;; http://www.spinics.net/lists/linux-numa/msg01157.html
2381 (supported-systems (delete "armhf-linux" %supported-systems))
0b4f8767 2382 (home-page "https://github.com/numactl/numactl")
67b66003
LC
2383 (synopsis "Tools for non-uniform memory access (NUMA) machines")
2384 (description
2385 "NUMA stands for Non-Uniform Memory Access, in other words a system whose
79d5ac59
TGR
2386memory is not all in one place. The @command{numactl} program allows you to
2387run your application program on specific CPUs and memory nodes. It does this
2388by supplying a NUMA memory policy to the operating system before running your
67b66003
LC
2389program.
2390
79d5ac59
TGR
2391The package contains other commands, such as @command{numastat},
2392@command{memhog}, and @command{numademo} which provides a quick overview of
2393NUMA performance on your system.")
3ac73271
LC
2394 (license (list license:gpl2 ;programs
2395 license:lgpl2.1)))) ;library
b10e9ff6 2396
103b7e79 2397(define-public kbd-neo
2398 (package
2399 (name "kbd-neo")
2400 (version "2486")
2401 (source
2402 (origin
2403 (method url-fetch)
2404 (uri (string-append "https://svn.neo-layout.org/!svn/bc/"
2405 version "/linux/console/neo.map"))
2406 (file-name (string-append name "-" version ".map"))
2407 (sha256
2408 (base32
2409 "19mfrd31vzpsjiwc7pshxm0b0sz5dd17xrz6k079cy4im1vf0r4g"))))
2410 (build-system trivial-build-system)
2411 (arguments
2412 `(#:modules ((guix build utils))
2413 #:builder (begin
2414 (use-modules (guix build utils))
2415 (let ((out (string-append %output "/share/keymaps"))
2416 (source (assoc-ref %build-inputs "source")))
2417 (mkdir-p out)
2418 (copy-file source (string-append out "/neo.map"))
2419 #t))))
2420 (home-page "https://neo-layout.org")
2421 (synopsis "Neo2 console layout")
2422 (description
2423 "Kbd-neo provides the Neo2 keyboard layout for use with
2424@command{loadkeys(1)} from @code{kbd(4)}.")
2425 ;; The file is located in an svn directory, the entire content of
2426 ;; the directory is licensed as GPL3.
2427 (license license:gpl3+)))
2428
b10e9ff6
LC
2429(define-public kbd
2430 (package
2431 (name "kbd")
8555a609 2432 (version "2.0.4")
b10e9ff6
LC
2433 (source (origin
2434 (method url-fetch)
2435 (uri (string-append "mirror://kernel.org/linux/utils/kbd/kbd-"
710b4928 2436 version ".tar.xz"))
b10e9ff6
LC
2437 (sha256
2438 (base32
8555a609 2439 "124swm93dm4ca0pifgkrand3r9gvj3019d4zkfxsj9djpvv0mnaz"))
c8f60748
LC
2440 (modules '((guix build utils)))
2441 (snippet
f2cdcafb
LC
2442 '(begin
2443 (substitute* "tests/Makefile.in"
2444 ;; The '%: %.in' rule incorrectly uses @VERSION@.
2445 (("@VERSION@")
2446 "[@]VERSION[@]"))
2447 (substitute* '("src/unicode_start" "src/unicode_stop")
2448 ;; Assume the Coreutils are in $PATH.
2449 (("/usr/bin/tty")
6cbee49d
MW
2450 "tty"))
2451 #t))))
b10e9ff6
LC
2452 (build-system gnu-build-system)
2453 (arguments
5953d2b7
AK
2454 '(#:phases
2455 (modify-phases %standard-phases
2456 (add-before 'build 'pre-build
2457 (lambda* (#:key inputs #:allow-other-keys)
2458 (let ((gzip (assoc-ref %build-inputs "gzip"))
2459 (bzip2 (assoc-ref %build-inputs "bzip2")))
2460 (substitute* "src/libkeymap/findfile.c"
2461 (("gzip")
2462 (string-append gzip "/bin/gzip"))
2463 (("bzip2")
0d47fdf8
MW
2464 (string-append bzip2 "/bin/bzip2")))
2465 #t)))
5953d2b7
AK
2466 (add-after 'install 'post-install
2467 (lambda* (#:key outputs #:allow-other-keys)
2468 ;; Make sure these programs find their comrades.
2469 (let* ((out (assoc-ref outputs "out"))
2470 (bin (string-append out "/bin")))
2471 (for-each (lambda (prog)
2472 (wrap-program (string-append bin "/" prog)
2473 `("PATH" ":" prefix (,bin))))
0d47fdf8
MW
2474 '("unicode_start" "unicode_stop"))
2475 #t))))))
b10e9ff6 2476 (inputs `(("check" ,check)
f61e0e79
LC
2477 ("gzip" ,gzip)
2478 ("bzip2" ,bzip2)
b10e9ff6 2479 ("pam" ,linux-pam)))
fd7000fe 2480 (native-search-paths
2481 (list (search-path-specification
2482 (variable "LOADKEYS_KEYMAP_PATH")
674d4e13
TGR
2483 ;; Append ‘/**’ to recursively search all directories. One can then
2484 ;; run (for example) ‘loadkeys en-latin9’ instead of having to find
2485 ;; and type ‘i386/colemak/en-latin9’ on a mislabelled keyboard.
2486 (files (list "share/keymaps/**")))))
b10e9ff6 2487 (native-inputs `(("pkg-config" ,pkg-config)))
0ed81d04 2488 (home-page "http://kbd-project.org/")
b10e9ff6
LC
2489 (synopsis "Linux keyboard utilities and keyboard maps")
2490 (description
2491 "This package contains keytable files and keyboard utilities compatible
2492for systems using the Linux kernel. This includes commands such as
36a4366d 2493@code{loadkeys}, @code{setfont}, @code{kbdinfo}, and @code{chvt}.")
3ac73271 2494 (license license:gpl2+)))
de0b620e 2495
48e595b7
LC
2496(define-public loadkeys-static
2497 (package
2498 (inherit kbd)
2499 (name "loadkeys-static")
2500 (arguments
2501 (substitute-keyword-arguments (package-arguments kbd)
2502 ((#:configure-flags flags ''())
2503 `(append '("LDFLAGS=-static" "--disable-shared" "--disable-nls"
2504 "--disable-vlock" ;so we don't need libpam
2505 "--disable-libkeymap")
2506 ,flags))
2507 ((#:make-flags flags ''())
2508 `(cons "LDFLAGS=-all-static" ,flags))
2509 ((#:phases phases '%standard-phases)
2510 `(modify-phases ,phases
2511 (replace 'install
2512 (lambda* (#:key outputs #:allow-other-keys)
2513 (let ((out (assoc-ref outputs "out")))
2514 ;; The binary keeps references to gzip, among other things,
2515 ;; which we don't need in the initrd, so strip references.
2516 (remove-store-references "src/loadkeys")
2517
2518 (install-file "src/loadkeys"
2519 (string-append out "/bin"))
2520 #t)))
2521 (delete 'post-install)))
2522 ((#:strip-flags _ '())
2523 ''("--strip-all"))
2524 ((#:allowed-references _ '())
2525 '())))
2526
2527 (synopsis "Statically-linked @command{loadkeys} program")
2528
2529 ;; This package is meant to be used internally in the initrd so don't
2530 ;; expose it.
2531 (properties '((hidden? . #t)))))
2532
de0b620e
LC
2533(define-public inotify-tools
2534 (package
2535 (name "inotify-tools")
fb5b359d 2536 (version "3.20.1")
de0b620e 2537 (source (origin
88f9fea7
RW
2538 (method git-fetch)
2539 (uri (git-reference
2540 (url "https://github.com/rvoicilas/inotify-tools.git")
2541 (commit version)))
2542 (file-name (git-file-name name version))
de0b620e
LC
2543 (sha256
2544 (base32
88f9fea7 2545 "14dci1i4mhsd5sa33k8h3ayphk19kizynh5ql9ryibdpmcanfiyq"))))
de0b620e 2546 (build-system gnu-build-system)
fb5b359d
MB
2547 (native-inputs
2548 `(("autoconf" ,autoconf)
2549 ("automake" ,automake)
2550 ("libtool" ,libtool)))
2551 (home-page "https://github.com/rvoicilas/inotify-tools/wiki")
de0b620e
LC
2552 (synopsis "Monitor file accesses")
2553 (description
2554 "The inotify-tools packages provides a C library and command-line tools
2555to use Linux' inotify mechanism, which allows file accesses to be monitored.")
3ac73271 2556 (license license:gpl2+)))
e062d542
AE
2557
2558(define-public kmod
2559 (package
2560 (name "kmod")
3c258998 2561 (version "26")
e062d542
AE
2562 (source (origin
2563 (method url-fetch)
2564 (uri
2565 (string-append "mirror://kernel.org/linux/utils/kernel/kmod/"
2566 "kmod-" version ".tar.xz"))
2567 (sha256
2568 (base32
3c258998 2569 "17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp"))
fc1adab1 2570 (patches (search-patches "kmod-module-directory.patch"))))
e062d542
AE
2571 (build-system gnu-build-system)
2572 (native-inputs
2573 `(("pkg-config" ,pkg-config)))
2574 (inputs
f61e0e79
LC
2575 `(("xz" ,xz)
2576 ("zlib" ,zlib)))
e062d542 2577 (arguments
9f2eb4ff 2578 `(#:tests? #f ; FIXME: Investigate test failures
4a8b4c25 2579 #:configure-flags '("--with-xz" "--with-zlib")
9f2eb4ff
TGR
2580 #:phases
2581 (modify-phases %standard-phases
2582 (add-after 'install 'install-modprobe&co
2583 (lambda* (#:key outputs #:allow-other-keys)
2584 (let* ((out (assoc-ref outputs "out"))
2585 (bin (string-append out "/bin")))
2586 (for-each (lambda (tool)
2587 (symlink "kmod"
2588 (string-append bin "/" tool)))
2589 '("insmod" "rmmod" "lsmod" "modprobe"
2590 "modinfo" "depmod"))
2591 #t))))))
e062d542
AE
2592 (home-page "https://www.kernel.org/")
2593 (synopsis "Kernel module tools")
35b9e423 2594 (description "Kmod is a set of tools to handle common tasks with Linux
e062d542
AE
2595kernel modules like insert, remove, list, check properties, resolve
2596dependencies and aliases.
2597
2598These tools are designed on top of libkmod, a library that is shipped with
2599kmod. The aim is to be compatible with tools, configurations and indices
2600from the module-init-tools project.")
3ac73271 2601 (license license:gpl2+))) ; library under lgpl2.1+
d7d42d6b 2602
7fa715e7
LC
2603(define-public eudev
2604 ;; The post-systemd fork, maintained by Gentoo.
fe32c7f7 2605 (package
7fa715e7 2606 (name "eudev")
736b66a0 2607 (version "3.2.8")
7fa715e7 2608 (source (origin
ee2d63db
MB
2609 (method git-fetch)
2610 (uri (git-reference (url "https://github.com/gentoo/eudev")
2611 (commit (string-append "v" version))))
2612 (file-name (git-file-name name version))
7fa715e7
LC
2613 (sha256
2614 (base32
736b66a0 2615 "1g95yzzx4qxm5qhhylbi930lrq4gsbz207n72018nkvswj6gmpjw"))
202342fd 2616 (patches (search-patches "eudev-rules-directory.patch"))))
fe32c7f7 2617 (build-system gnu-build-system)
4e859e92 2618 (arguments
172a9b44
MC
2619 '(#:phases
2620 (modify-phases %standard-phases
ee2d63db
MB
2621 (add-after 'unpack 'make-source-writable
2622 (lambda _
2623 ;; XXX: Git checkouts are read-only, but this package needs to
2624 ;; modify some of its files.
2625 (for-each make-file-writable (find-files "."))
2626 #t))
189be331 2627 (add-before 'bootstrap 'patch-file-names
172a9b44
MC
2628 (lambda* (#:key inputs #:allow-other-keys)
2629 (substitute* "man/make.sh"
2630 (("/usr/bin/xsltproc")
2631 (string-append (assoc-ref inputs "xsltproc")
2632 "/bin/xsltproc")))
189be331 2633 #t))
172a9b44
MC
2634 (add-after 'install 'build-hwdb
2635 (lambda* (#:key outputs #:allow-other-keys)
2636 ;; Build OUT/etc/udev/hwdb.bin. This allows 'lsusb' and
2637 ;; similar tools to display product names.
2638 (let ((out (assoc-ref outputs "out")))
957a99ab
MW
2639 (invoke (string-append out "/bin/udevadm")
2640 "hwdb" "--update")))))
172a9b44 2641 #:configure-flags (list "--enable-manpages")))
fe32c7f7 2642 (native-inputs
172a9b44
MC
2643 `(("autoconf" ,autoconf)
2644 ("automake" ,automake)
2645 ("gperf" ,gperf)
2646 ("libtool" ,libtool)
2647 ("pkg-config" ,pkg-config)
2648 ;; For tests.
e75230c1 2649 ("perl" ,perl)
172a9b44
MC
2650 ("python" ,python-wrapper)
2651 ;; For documentation.
2652 ("docbook-xml" ,docbook-xml-4.2)
2653 ("docbook-xsl" ,docbook-xsl)
2654 ("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
c695fb76 2655 ("xsltproc" ,libxslt)))
fe32c7f7 2656 (inputs
255f7308
LC
2657 ;; When linked against libblkid, eudev can populate /dev/disk/by-label
2658 ;; and similar; it also installs the '60-persistent-storage.rules' file,
2659 ;; which contains the rules to do that.
2660 `(("util-linux" ,util-linux) ;for blkid
2661 ("kmod" ,kmod)))
e1921a38 2662 (home-page "https://wiki.gentoo.org/wiki/Project:Eudev")
fe32c7f7
MW
2663 (synopsis "Userspace device management")
2664 (description "Udev is a daemon which dynamically creates and removes
2665device nodes from /dev/, handles hotplug events and loads drivers at boot
2666time.")
3ac73271 2667 (license license:gpl2+)))
7fa715e7 2668
e5d861f3 2669(define-public eudev-with-hwdb
4e859e92 2670 (deprecated-package "eudev-with-hwdb" eudev))
e5d861f3 2671
66269d47
LC
2672(define-public lvm2
2673 (package
2674 (name "lvm2")
63899ca7 2675 (version "2.02.177")
66269d47
LC
2676 (source (origin
2677 (method url-fetch)
2678 (uri (string-append "ftp://sources.redhat.com/pub/lvm2/releases/LVM2."
2679 version ".tgz"))
2680 (sha256
2681 (base32
63899ca7 2682 "1wl0isn0yz5wvglwylnlqkppafwmvhliq5bd92vjqp5ir4za49a0"))
66269d47
LC
2683 (modules '((guix build utils)))
2684 (snippet
2685 '(begin
2686 (use-modules (guix build utils))
2687
2688 ;; Honor sysconfdir.
2689 (substitute* "make.tmpl.in"
2690 (("confdir = .*$")
2691 "confdir = @sysconfdir@\n")
2692 (("DEFAULT_SYS_DIR = @DEFAULT_SYS_DIR@")
6cbee49d
MW
2693 "DEFAULT_SYS_DIR = @sysconfdir@"))
2694 #t))
01f94cca 2695 (patches (search-patches "lvm2-static-link.patch"))))
66269d47
LC
2696 (build-system gnu-build-system)
2697 (native-inputs
2698 `(("pkg-config" ,pkg-config)
2699 ("procps" ,procps))) ;tests use 'pgrep'
2700 (inputs
8fcaf8b1 2701 `(("udev" ,eudev)))
66269d47 2702 (arguments
3afbc6b3
LF
2703 '(#:phases
2704 (modify-phases %standard-phases
2705 (add-after 'configure 'set-makefile-shell
2706 (lambda _
2707 ;; Use 'sh', not 'bash', so that '. lib/utils.sh' works as
2708 ;; expected.
2709 (setenv "SHELL" (which "sh"))
66269d47 2710
3afbc6b3
LF
2711 ;; Replace /bin/sh with the right file name.
2712 (patch-makefile-SHELL "make.tmpl")
1ac18721 2713 #t)))
66269d47
LC
2714
2715 #:configure-flags (list (string-append "--sysconfdir="
2716 (assoc-ref %outputs "out")
2717 "/etc/lvm")
2718 "--enable-udev_sync"
f2817d43 2719 "--enable-udev_rules"
9324d92e 2720 "--enable-pkgconfig"
a3ed69b6
PN
2721 "--enable-cmdlib"
2722 "--enable-dmeventd" ; Requires '--enable-cmdlib'.
f2817d43
LC
2723
2724 ;; Make sure programs such as 'dmsetup' can
2725 ;; find libdevmapper.so.
2726 (string-append "LDFLAGS=-Wl,-rpath="
2727 (assoc-ref %outputs "out")
a3ed69b6
PN
2728 "/lib,-rpath="
2729 (assoc-ref %outputs "out")
2730 "/lib/device-mapper")
2731 ;; TODO: Patch make.tmpl.in to take LDFLAGS
2732 ;; into account so that we don't need to also
2733 ;; set CLDFLAGS.
2734 (string-append "CLDFLAGS=-Wl,-rpath="
2735 (assoc-ref %outputs "out")
2736 "/lib,-rpath="
2737 (assoc-ref %outputs "out")
2738 "/lib/device-mapper"))
66269d47
LC
2739
2740 ;; The tests use 'mknod', which requires root access.
2741 #:tests? #f))
62ec02bf 2742 (home-page "https://sourceware.org/lvm2/")
66269d47
LC
2743 (synopsis "Logical volume management for Linux")
2744 (description
2745 "LVM2 is the logical volume management tool set for Linux-based systems.
2746This package includes the user-space libraries and tools, including the device
2747mapper. Kernel components are part of Linux-libre.")
2748
2749 ;; Libraries (liblvm2, libdevmapper) are LGPLv2.1.
2750 ;; Command-line tools are GPLv2.
3ac73271 2751 (license (list license:gpl2 license:lgpl2.1))))
66269d47 2752
01f94cca
LC
2753(define-public lvm2-static
2754 (package
2755 (inherit lvm2)
2756 (name "lvm2-static")
2757
2758 ;; Propagate udev because libdevmapper.a depends on libudev.
2759 (inputs (alist-delete "udev" (package-inputs lvm2)))
2760 (propagated-inputs `(("udev" ,eudev)))
2761
2762 (arguments
2763 (substitute-keyword-arguments (package-arguments lvm2)
2764 ((#:configure-flags flags '())
2765 ;; LVM2 doesn't use Libtool, hence the custom option.
2766 `(cons "--enable-static_link" ,flags))))
2767 (synopsis "Logical volume management for Linux (statically linked)")))
2768
000f7559
DT
2769(define-public wireless-tools
2770 (package
2771 (name "wireless-tools")
2772 (version "30.pre9")
2773 (source (origin
2774 (method url-fetch)
2775 (uri (string-append "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools."
2776 version ".tar.gz"))
2777 (sha256
2778 (base32
ec01f22d 2779 "0qscyd44jmhs4k32ggp107hlym1pcyjzihiai48xs7xzib4wbndb"))
ec01f22d 2780 (snippet
c2099a4c
MW
2781 '(begin
2782 ;; Remove the older header files that are not free software.
2783 (for-each (lambda (n)
2784 (delete-file (format #f "wireless.~a.h" n)))
2785 '(10 11 12 13 14 15 16 17 18 19 20))
2786 #t))))
000f7559
DT
2787 (build-system gnu-build-system)
2788 (arguments
c2099a4c
MW
2789 `(#:make-flags
2790 (list (string-append "PREFIX=" %output)
2791 (string-append "INSTALL_MAN=" %output "/share/man")
2792 (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")
2793 "BUILD_STATIC=")
2794 #:phases (modify-phases %standard-phases
2795 (delete 'configure))
000f7559
DT
2796 #:tests? #f))
2797 (synopsis "Tools for manipulating Linux Wireless Extensions")
fb9b7ce2 2798 (description "Wireless Tools are used to manipulate the now-deprecated
36a4366d 2799Linux Wireless Extensions; consider using @code{iw} instead. The Wireless
fb9b7ce2
LC
2800Extension was an interface allowing you to set Wireless LAN specific
2801parameters and get the specific stats. It is deprecated in favor the nl80211
2802interface.")
000f7559 2803 (home-page "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html")
c2099a4c
MW
2804 ;; wireless.21.h and wireless.22.h are distributed under lgpl2.1+, the
2805 ;; other files are distributed under gpl2.
3ac73271 2806 (license (list license:gpl2 license:lgpl2.1+))))
30016044 2807
cc205dac
LC
2808(define-public crda
2809 (package
2810 (name "crda")
2811 (version "3.18")
2812 (source (origin
2813 (method url-fetch)
2814 (uri (string-append "mirror://kernel.org/software/network/crda/"
2815 "crda-" version ".tar.xz"))
2816 (sha256
2817 (base32
2818 "1gydiqgb08d9gbx4l6gv98zg3pljc984m50hmn3ysxcbkxkvkz23"))
fc1adab1 2819 (patches (search-patches "crda-optional-gcrypt.patch"))))
cc205dac
LC
2820 (build-system gnu-build-system)
2821 (arguments
2822 '(#:phases (modify-phases %standard-phases
2823 (delete 'configure)
0bc7c2e4
MW
2824 (add-after 'unpack 'gzip-determinism
2825 (lambda _
2826 (substitute* "Makefile"
2827 (("gzip") "gzip --no-name"))
2828 #t))
cc205dac
LC
2829 (add-before
2830 'build 'no-werror-no-ldconfig
2831 (lambda _
2832 (substitute* "Makefile"
2833 (("-Werror") "")
2834 (("ldconfig") "true"))
2835 #t))
2836 (add-before
2837 'build 'set-regulator-db-file-name
2838 (lambda* (#:key inputs #:allow-other-keys)
2839 ;; Tell CRDA where to find our database.
2840 (let ((regdb (assoc-ref inputs "wireless-regdb")))
2841 (substitute* "crda.c"
2842 (("\"/lib/crda/regulatory.bin\"")
2843 (string-append "\"" regdb
2844 "/lib/crda/regulatory.bin\"")))
2845 #t))))
2846 #:test-target "verify"
2847 #:make-flags (let ((out (assoc-ref %outputs "out"))
2848 (regdb (assoc-ref %build-inputs "wireless-regdb")))
2849 (list "CC=gcc" "V=1"
2850
2851 ;; Disable signature-checking on 'regulatory.bin'.
2852 ;; The reason is that this simplifies maintenance
2853 ;; on our side (no need to manage a distro key
2854 ;; pair), and we can guarantee integrity of
2855 ;; 'regulatory.bin' by other means anyway, such as
2856 ;; 'guix gc --verify'. See
2857 ;; <https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb>
2858 ;; for a discssion.
2859 "USE_OPENSSL=0"
2860
2861 (string-append "PREFIX=" out)
2862 (string-append "SBINDIR=" out "/sbin/")
2863 (string-append "UDEV_RULE_DIR="
2864 out "/lib/udev/rules.d")
2865 (string-append "LDFLAGS=-Wl,-rpath="
2866 out "/lib -L.")
2867 (string-append "REG_BIN=" regdb
2868 "/lib/crda/regulatory.bin")))))
2869 (native-inputs `(("pkg-config" ,pkg-config)
2870 ("python" ,python-2)
2871 ("wireless-regdb" ,wireless-regdb)))
2872 (inputs `(("libnl" ,libnl)))
2873 (home-page
2874 "https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA")
2875 (synopsis "Central regulatory domain agent (CRDA) for WiFi")
2876 (description
2877 "The Central Regulatory Domain Agent (CRDA) acts as the udev helper for
2878communication between the kernel Linux and user space for regulatory
2879compliance.")
3ac73271 2880 (license license:copyleft-next)))
cc205dac 2881
c80b4a3e
LC
2882(define-public wireless-regdb
2883 (package
2884 (name "wireless-regdb")
321292e1 2885 (version "2019.06.03")
c80b4a3e
LC
2886 (source (origin
2887 (method url-fetch)
2888 (uri (string-append
2889 "mirror://kernel.org/software/network/wireless-regdb/"
2890 "wireless-regdb-" version ".tar.xz"))
2891 (sha256
2892 (base32
321292e1 2893 "1gslvh0aqdkv48jyr2ddq153mw28i7qz2ybrjj9qvkk3dgc7x4fd"))
5568151f
LC
2894
2895 ;; We're building 'regulatory.bin' by ourselves.
6cbee49d
MW
2896 (snippet '(begin
2897 (delete-file "regulatory.bin")
2898 #t))))
c80b4a3e
LC
2899 (build-system gnu-build-system)
2900 (arguments
321292e1
TGR
2901 '(#:phases
2902 (modify-phases %standard-phases
2903 (add-after 'unpack 'gzip-determinism
2904 (lambda _
2905 (substitute* "Makefile"
2906 (("gzip") "gzip --no-name"))
2907 #t))
2908 (add-after 'unpack 'omit-signature
2909 (lambda _
2910 (substitute* "Makefile"
2911 ;; Signing requires a REGDB_PUBCERT and REGDB_PRIVKEY which we
2912 ;; don't provide (see below). Disable it.
2913 ((" regulatory\\.db\\.p7s") "")
2914 ;; regulatory.db is built as a dependency of regulatory.db.p7s,
2915 ;; but ‘make install’ depends only on the latter while installing
2916 ;; both (and failing). Depend on it explicitly.
2917 (("^install: " all) (string-append all "regulatory.db ")))
2918 #t))
2919 (delete 'configure)) ; no configure script
5568151f
LC
2920
2921 ;; The 'all' target of the makefile depends on $(REGDB_CHANGED), which
2922 ;; is computed and can be equal to 'maintainer-clean'; when that
2923 ;; happens, we can end up deleting the 'regulatory.bin' file that we
2924 ;; just built. Thus, build things sequentially.
2925 #:parallel-build? #f
2926
321292e1
TGR
2927 #:tests? #f ; no tests
2928 #:make-flags
2929 (let ((out (assoc-ref %outputs "out")))
2930 (list (string-append "PREFIX=" out)
2931 (string-append "FIRMWARE_PATH=$(PREFIX)/lib/firmware")
2932
2933 ;; Leave this empty so that db2bin.py doesn't try to sign
2934 ;; ‘regulatory.bin’. This allows us to avoid managing a key
2935 ;; pair for the whole distribution.
2936 (string-append "REGDB_PRIVKEY=")
2937 ;; Don't generate a public key for the same reason. These are
2938 ;; used as Makefile targets and can't be the empty string.
2939 (string-append "REGDB_PUBCERT=/dev/null")
2940 (string-append "REGDB_PUBKEY=/dev/null")))))
2941 (native-inputs
2942 `(("python" ,python-wrapper)))
c80b4a3e
LC
2943 (home-page
2944 "https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb")
2945 (synopsis "Wireless regulatory database")
2946 (description
2947 "This package contains the wireless regulatory database Central
2948Regulatory Database Agent (CRDA) daemon. The database contains information on
2949country-specific regulations for the wireless spectrum.")
3ac73271 2950 (license license:isc)))
c80b4a3e 2951
30016044
MW
2952(define-public lm-sensors
2953 (package
2954 (name "lm-sensors")
16c92e9d 2955 (version "3.5.0")
b7448627
TGR
2956 (source
2957 (origin
2958 (method git-fetch)
2959 (uri (git-reference
2960 (url "https://github.com/groeck/lm-sensors.git")
2961 (commit (string-append "V" (string-join
2962 (string-split version #\.) "-")))))
2963 (file-name (git-file-name name version))
2964 (sha256
2965 (base32 "1mdrnb9r01z1xfdm6dpkywvf9yy9a4yzb59paih9sijwmigv19fj"))
2966 (patches (search-patches "lm-sensors-hwmon-attrs.patch"))))
30016044
MW
2967 (build-system gnu-build-system)
2968 (inputs `(("rrdtool" ,rrdtool)
2969 ("perl" ,perl)
2970 ("kmod" ,kmod)
2971 ("gnuplot" ,gnuplot)))
2972 (native-inputs `(("pkg-config" ,pkg-config)
2973 ("flex" ,flex)
2974 ("bison" ,bison)
2975 ("which" ,which)))
8ddf20b2
DL
2976 (outputs '("lib" ;avoid perl in closure
2977 "out"))
30016044
MW
2978 (arguments
2979 `(#:tests? #f ; no 'check' target
2980 #:make-flags (list (string-append "PREFIX=" %output)
8ddf20b2
DL
2981 (string-append "ETCDIR=" (assoc-ref %outputs "lib") "/etc")
2982 (string-append "INCLUDEDIR="
2983 (assoc-ref %outputs "lib") "/include")
2984 (string-append "MANDIR=" %output "/share/man")
2985 (string-append "LIBDIR=" (assoc-ref %outputs "lib") "/lib"))
30016044 2986 #:phases
dc1d3cde
KK
2987 (modify-phases %standard-phases
2988 (delete 'configure)
2989 (add-before 'build 'patch-exec-paths
2990 (lambda* (#:key inputs outputs #:allow-other-keys)
2991 (substitute* "prog/detect/sensors-detect"
2992 (("`uname")
2993 (string-append "`" (assoc-ref inputs "coreutils")
2994 "/bin/uname"))
2995 (("(`|\")modprobe" all open-quote)
2996 (string-append open-quote
2997 (assoc-ref inputs "kmod")
2998 "/bin/modprobe")))
2999 (substitute* '("prog/pwm/pwmconfig"
3000 "prog/pwm/fancontrol")
3001 (("gnuplot")
3002 (string-append (assoc-ref inputs "gnuplot")
3003 "/bin/gnuplot"))
3004 (("cat ")
3005 (string-append (assoc-ref inputs "coreutils")
3006 "/bin/cat "))
3007 (("egrep ")
3008 (string-append (assoc-ref inputs "grep")
3009 "/bin/egrep "))
3010 (("sed -e")
3011 (string-append (assoc-ref inputs "sed")
3012 "/bin/sed -e"))
3013 (("cut -d")
3014 (string-append (assoc-ref inputs "coreutils")
3015 "/bin/cut -d"))
3016 (("sleep ")
3017 (string-append (assoc-ref inputs "coreutils")
3018 "/bin/sleep "))
3019 (("readlink -f")
3020 (string-append (assoc-ref inputs "coreutils")
3021 "/bin/readlink -f")))
3022 #t)))))
afab450c 3023 (home-page "https://hwmon.wiki.kernel.org/lm_sensors")
30016044
MW
3024 (synopsis "Utilities to read temperature/voltage/fan sensors")
3025 (description
35b9e423 3026 "Lm-sensors is a hardware health monitoring package for Linux. It allows
30016044
MW
3027you to access information from temperature, voltage, and fan speed sensors.
3028It works with most newer systems.")
3ac73271 3029 (license license:gpl2+)))
b087d413 3030
55e1d39b
MB
3031(define-public iucode-tool
3032 (package
3033 (name "iucode-tool")
9eb7cde0 3034 (version "2.3.1")
55e1d39b
MB
3035 (source (origin
3036 (method url-fetch)
3037 (uri (string-append "https://gitlab.com/iucode-tool/releases"
3038 "/raw/latest/iucode-tool_" version ".tar.xz"))
3039 (sha256
3040 (base32
9eb7cde0 3041 "159gvf6ljgg3g4vlhyy6pyr0wz11rcyhp985vc4az58d9px8xf0j"))))
55e1d39b
MB
3042 (build-system gnu-build-system)
3043 (home-page "https://gitlab.com/iucode-tool/iucode-tool/wikis/home")
3044 (synopsis "Manipulate Intel microcode bundles")
3045 (description
3046 "@command{iucode_tool} is a utility to work with microcode packages for
3047Intel processors. It can convert between formats, extract specific versions,
3048create a firmware image suitable for the Linux kernel, and more.")
513dc568
EF
3049 ;; cpuid.h is available for i686, x86_64, and ia64.
3050 (supported-systems '("i686-linux" "x86_64-linux"))
55e1d39b
MB
3051 (license license:gpl2+)))
3052
f5b2a53d
RW
3053(define-public i2c-tools
3054 (package
3055 (name "i2c-tools")
3056 (version "3.1.1")
3057 (source (origin
3058 (method url-fetch)
3059 (uri (string-append
f32274a7 3060 "http://jdelvare.nerim.net/mirror/i2c-tools/i2c-tools-"
f5b2a53d
RW
3061 version ".tar.bz2"))
3062 (sha256
3063 (base32
3064 "000pvg995qy1b15ks59gd0klri55hb33kqpg5czy84hw1pbdgm0l"))))
3065 (build-system gnu-build-system)
3066 (arguments
3067 `(#:tests? #f ; no 'check' target
3068 #:make-flags (list (string-append "prefix=" %output)
3069 "CC=gcc")
3070 ;; no configure script
dc1d3cde 3071 #:phases (modify-phases %standard-phases (delete 'configure))))
bccf27cb
RW
3072 (inputs
3073 `(("perl" ,perl)))
f32274a7 3074 (home-page "http://jdelvare.nerim.net/devel.html#i2ctools")
f5b2a53d
RW
3075 (synopsis "I2C tools for Linux")
3076 (description
3077 "The i2c-tools package contains a heterogeneous set of I2C tools for
3078Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers,
3079EEPROM decoding scripts, EEPROM programming tools, and a python module for
3080SMBus access.")
3ac73271 3081 (license license:gpl2+)))
f5b2a53d 3082
b087d413
MW
3083(define-public xsensors
3084 (package
3085 (name "xsensors")
3086 (version "0.70")
3087 (source (origin
3088 (method url-fetch)
3089 (uri (string-append
3090 "http://www.linuxhardware.org/xsensors/xsensors-"
3091 version ".tar.gz"))
3092 (sha256
3093 (base32
3094 "1siplsfgvcxamyqf44h71jx6jdfmvhfm7mh0y1q8ps4zs6pj2zwh"))))
3095 (build-system gnu-build-system)
8ddf20b2 3096 (inputs `(("lm-sensors" ,lm-sensors "lib")
b087d413
MW
3097 ("gtk" ,gtk+-2)))
3098 (native-inputs `(("pkg-config" ,pkg-config)))
3099 (arguments
dc1d3cde
KK
3100 `(#:phases
3101 (modify-phases %standard-phases
3102 (add-before 'configure 'enable-deprecated
3103 (lambda _
3104 (substitute* "src/Makefile.in"
3105 (("-DGDK_DISABLE_DEPRECATED") "")
3106 (("-DGTK_DISABLE_DEPRECATED") ""))
3107 #t))
3108 (add-before 'configure 'remove-Werror
3109 (lambda _
3110 (substitute* '("configure" "src/Makefile.in")
3111 (("-Werror") ""))
3112 #t)))))
b087d413
MW
3113 (home-page "http://www.linuxhardware.org/xsensors/")
3114 (synopsis "Hardware health information viewer")
3115 (description
35b9e423 3116 "Xsensors reads data from the libsensors library regarding hardware
b087d413
MW
3117health such as temperature, voltage and fan speed and displays the information
3118in a digital read-out.")
3ac73271 3119 (license license:gpl2+)))
b62fe07f
LC
3120
3121(define-public perf
3122 (package
3123 (name "perf")
3124 (version (package-version linux-libre))
fb76ef84 3125 (source (package-source linux-libre))
b62fe07f
LC
3126 (build-system gnu-build-system)
3127 (arguments
dc1d3cde
KK
3128 '(#:phases
3129 (modify-phases %standard-phases
3130 (replace 'configure
3131 (lambda* (#:key inputs #:allow-other-keys)
3132 (setenv "SHELL_PATH" (which "bash"))
3133 (chdir "tools/perf")
3134 #t)))
65dabe4e 3135 #:make-flags (list (string-append "prefix="
b62fe07f 3136 (assoc-ref %outputs "out"))
5157edd8
MB
3137 ;; Make sure the kernel headers are treated as system
3138 ;; headers to suppress warnings from those.
3139 (string-append "C_INCLUDE_PATH="
3140 (assoc-ref %build-inputs "kernel-headers")
3141 "/include")
2af29d23
LC
3142 "WERROR=0"
3143
3144 ;; By default, 'config/Makefile' uses lib64 on
3145 ;; x86_64. Work around that.
3146 "lib=lib")
b62fe07f
LC
3147 #:tests? #f)) ;no tests
3148 (native-inputs
3149 `(("pkg-config" ,pkg-config)
3150 ("bison" ,bison)
3151 ("flex" ,flex)
3152
3153 ;; There are build scripts written in these languages.
3154 ("perl" ,perl)
3155 ("python" ,python-2)))
3156 (inputs
b1fb4b23 3157 `(("slang" ,slang) ;for the interactive TUI
b62fe07f 3158 ;; ("newt" ,newt)
6c030d10 3159 ("python" ,python-2) ;'perf' links against libpython
b62fe07f 3160 ("elfutils" ,elfutils)
b25d3bd9 3161 ("libiberty" ,libiberty) ;used alongside BDF for symbol demangling
1d484507
LC
3162 ("libunwind" ,libunwind) ;better stack walking
3163 ("numactl" ,numactl) ;for 'perf bench numa mem'
b62fe07f 3164
d7ece67a
LC
3165 ;; Documentation.
3166 ("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
d7ece67a
LC
3167 ("docbook-xsl" ,docbook-xsl)
3168 ("xmlto" ,xmlto)
3169 ("asciidoc" ,asciidoc)))
b62fe07f
LC
3170 (home-page "https://perf.wiki.kernel.org/")
3171 (synopsis "Linux profiling with performance counters")
3172 (description
3173 "perf is a tool suite for profiling using hardware performance counters,
3174with support in the Linux kernel. perf can instrument CPU performance
3175counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is capable
3176of lightweight profiling. This package contains the user-land tools and in
36a4366d 3177particular the @code{perf} command.")
b62fe07f 3178 (license (package-license linux-libre))))
c09e60e4
DT
3179
3180(define-public pflask
3181 (package
3182 (name "pflask")
3183 (version "0.2")
3184 (source (origin
3185 (method url-fetch)
3186 (uri (string-append "https://github.com/ghedo/pflask/archive/v"
3187 version ".tar.gz"))
f586c877 3188 (file-name (string-append name "-" version ".tar.gz"))
c09e60e4
DT
3189 (sha256
3190 (base32
3191 "1g8fjj67dfkc2s0852l9vqi1pm61gp4rxbpzbzg780f5s5hd1fys"))))
3192 (build-system cmake-build-system)
3193 (arguments
3194 '(#:tests? #f)) ; no tests
81e59e41 3195 (home-page "https://ghedo.github.io/pflask/")
c09e60e4
DT
3196 (synopsis "Simple tool for creating Linux namespace containers")
3197 (description "pflask is a simple tool for creating Linux namespace
3198containers. It can be used for running a command or even booting an OS inside
3199an isolated container, created with the help of Linux namespaces. It is
3200similar in functionality to chroot, although pflask provides better isolation
3201thanks to the use of namespaces.")
3ac73271 3202 (license license:bsd-2)))
288084d5 3203
3ec07ced
RW
3204(define-public singularity
3205 (package
3206 (name "singularity")
edc6dd03 3207 (version "2.6.1")
3ec07ced
RW
3208 (source (origin
3209 (method url-fetch)
3210 (uri (string-append "https://github.com/singularityware/singularity/"
3211 "releases/download/" version
3212 "/singularity-" version ".tar.gz"))
3213 (sha256
3214 (base32
fbf26cbc
LC
3215 "1whx0hqqi1326scgdxxxa1d94vn95mnq0drid6s8wdp84ni4d3gk"))
3216 (modules '((guix build utils)))
3217 (snippet
3218 '(begin
3219 ;; Do not create directories in /var.
3220 (substitute* "Makefile.in"
3221 (("\\$\\(MAKE\\) .*install-data-hook") ""))
af857579
LC
3222
3223 ;; The original source overrides PATH so that it points to
3224 ;; /bin, /usr/local/bin, etc., which obviously doesn't work
3225 ;; on Guix System. Leave PATH unchanged so we refer to the
3226 ;; installed Coreutils, grep, etc.
3227 (substitute* "bin/singularity.in"
3228 (("^PATH=.*" all)
3229 (string-append "#" all "\n")))
08814aec
LC
3230
3231 (substitute* (find-files "libexec/cli" "\\.exec$")
3232 (("\\$SINGULARITY_libexecdir/singularity/bin/([a-z]+)-suid"
3233 _ program)
3234 (string-append "/run/setuid-programs/singularity-"
3235 program "-helper")))
fbf26cbc 3236 #t))))
3ec07ced
RW
3237 (build-system gnu-build-system)
3238 (arguments
08814aec 3239 `(#:configure-flags '("--localstatedir=/var")
3ec07ced
RW
3240 #:phases
3241 (modify-phases %standard-phases
3ec07ced
RW
3242 (add-after 'unpack 'patch-reference-to-squashfs-tools
3243 (lambda _
3244 (substitute* "libexec/cli/build.exec"
3245 (("if ! singularity_which mksquashfs") "if 0")
3246 (("if ! mksquashfs")
3247 (string-append "if ! " (which "mksquashfs"))))
3248 #t)))))
3249 (inputs
3250 `(("libarchive" ,libarchive)
3251 ("python" ,python-wrapper)
3ec07ced
RW
3252 ("zlib" ,zlib)
3253 ("squashfs-tools" ,squashfs-tools)))
3254 (home-page "https://singularity.lbl.gov/")
3255 (synopsis "Container platform")
3256 (description "Singularity is a container platform supporting a number of
3257container image formats. It can build SquashFS container images or import
3258existing Docker images. Singularity requires kernel support for container
3259isolation or root privileges.")
3260 (license license:bsd-3)))
3261
288084d5
MW
3262(define-public hdparm
3263 (package
3264 (name "hdparm")
abb90ff9 3265 (version "9.58")
288084d5
MW
3266 (source (origin
3267 (method url-fetch)
1b1ef87e
TGR
3268 (uri (string-append "mirror://sourceforge/hdparm/hdparm/"
3269 "hdparm-" version ".tar.gz"))
288084d5
MW
3270 (sha256
3271 (base32
abb90ff9 3272 "03z1qm8zbgpxagk3994lvp24yqsshjibkwg05v9p3q1w7y48xrws"))))
288084d5
MW
3273 (build-system gnu-build-system)
3274 (arguments
3275 `(#:make-flags (let ((out (assoc-ref %outputs "out")))
3276 (list (string-append "binprefix=" out)
3277 (string-append "manprefix=" out)
3278 "CC=gcc"))
ec238332
TGR
3279 #:phases
3280 (modify-phases %standard-phases
3281 (delete 'configure)) ; no configure script
3282 #:tests? #f)) ; no test suite
3b3b60d0 3283 (home-page "https://sourceforge.net/projects/hdparm/")
02052b2c 3284 (synopsis "View and tune ATA disk drive parameters")
288084d5 3285 (description
02052b2c
TGR
3286 "@command{hdparm} is a command-line utility to control ATA controllers and
3287disk drives. It can increase performance and/or reliability by careful tuning
3288of hardware settings like power and acoustic management, DMA modes, and caching.
3289It can also display detailed device information, or be used as a simple
3290performance benchmarking tool.
3291
3292@command{hdparm} provides a command line interface to various Linux kernel
3293interfaces provided by the SATA/ATA/SAS @code{libata} subsystem, and the older
d08be77a
TGR
3294IDE driver subsystem. Many external USB drive enclosures with SCSI-ATA Command
3295Translation (@dfn{SAT}) are also supported.")
3ac73271 3296 (license (license:non-copyleft "file://LICENSE.TXT"))))
288084d5 3297
c755c854
MW
3298(define-public rfkill
3299 (package
3300 (name "rfkill")
3301 (version "0.5")
3302 (source (origin
3303 (method url-fetch)
3304 (uri (string-append "mirror://kernel.org/software/network/"
3305 name "/" name "-" version ".tar.xz"))
3306 (sha256
3307 (base32
3308 "0snqj5h0y991lszbigbyyqb8swj0hxajc1vfqg2scfay44231bp0"))))
3309 (build-system gnu-build-system)
3310 (arguments
3311 `(#:make-flags (list "CC=gcc"
3312 (string-append "PREFIX=" %output))
3313 #:phases (modify-phases %standard-phases
3314 (delete 'configure))
3315 #:tests? #f))
3316 (home-page "https://wireless.wiki.kernel.org/en/users/Documentation/rfkill")
3317 (synopsis "Tool for enabling and disabling wireless devices")
3318 (description
3319 "rfkill is a simple tool for accessing the rfkill device interface,
3320which is used to enable and disable wireless networking devices, typically
3321WLAN, Bluetooth and mobile broadband.")
3ac73271 3322 (license (license:non-copyleft "file://COPYING"
5146f22b
EF
3323 "See COPYING in the distribution."))
3324 ;; rfkill is part of util-linux as of 2.31.
3325 (properties `((superseded . ,util-linux)))))
c755c854 3326
dc9bdb1e
ML
3327(define-public acpi
3328 (package
3329 (name "acpi")
3330 (version "1.7")
3331 (source (origin
3332 (method url-fetch)
81e59e41 3333 (uri (string-append "mirror://sourceforge/acpiclient/acpiclient/"
de67e922 3334 version "/" name "-" version ".tar.gz"))
dc9bdb1e
ML
3335 (sha256
3336 (base32
3337 "01ahldvf0gc29dmbd5zi4rrnrw2i1ajnf30sx2vyaski3jv099fp"))))
3338 (build-system gnu-build-system)
3339 (home-page "http://acpiclient.sourceforge.net")
3340 (synopsis "Display information on ACPI devices")
3341 (description "@code{acpi} attempts to replicate the functionality of the
3342\"old\" @code{apm} command on ACPI systems, including battery and thermal
3343information. It does not support ACPI suspending, only displays information
3344about ACPI devices.")
3345 (license license:gpl2+)))
3346
57a516d3
LC
3347(define-public acpid
3348 (package
3349 (name "acpid")
b928c587 3350 (version "2.0.32")
57a516d3
LC
3351 (source (origin
3352 (method url-fetch)
3353 (uri (string-append "mirror://sourceforge/acpid2/acpid-"
3354 version ".tar.xz"))
3355 (sha256
3356 (base32
b928c587 3357 "0zhmxnhnhg4v1viw82yjr22kram6k5k1ixznhayk8cnw7q5x7lpj"))))
57a516d3 3358 (build-system gnu-build-system)
3b3b60d0 3359 (home-page "https://sourceforge.net/projects/acpid2/")
57a516d3
LC
3360 (synopsis "Daemon for delivering ACPI events to user-space programs")
3361 (description
3362 "acpid is designed to notify user-space programs of Advanced
3363Configuration and Power Interface (ACPI) events. acpid should be started
3364during the system boot, and will run as a background process. When an ACPI
3365event is received from the kernel, acpid will examine the list of rules
3366specified in /etc/acpi/events and execute the rules that match the event.")
3ac73271 3367 (license license:gpl2+)))
37f5caec
TUBK
3368
3369(define-public sysfsutils
3370 (package
3371 (name "sysfsutils")
3372 (version "2.1.0")
3373 (source
3374 (origin
3375 (method url-fetch)
3376 (uri
3377 (string-append
3378 "mirror://sourceforge/linux-diag/sysfsutils/" version "/sysfsutils-"
3379 version ".tar.gz"))
3380 (sha256
3381 (base32 "12i0ip11xbfcjzxz4r10cvz7mbzgq1hfcdn97w6zz7sm3wndwrg8"))))
3382 (build-system gnu-build-system)
3383 (home-page "http://linux-diag.sourceforge.net/Sysfsutils.html")
3384 (synopsis "System utilities based on Linux sysfs")
3385 (description
8f65585b 3386 "These are a set of utilities built upon sysfs, a virtual file system in
37f5caec
TUBK
3387Linux kernel versions 2.5+ that exposes a system's device tree. The package
3388also contains the libsysfs library.")
3389 ;; The library is under lgpl2.1+ (all files say "or any later version").
3390 ;; The rest is mostly gpl2, with a few files indicating gpl2+.
3ac73271 3391 (license (list license:gpl2 license:gpl2+ license:lgpl2.1+))))
a9a1a40b
TUBK
3392
3393(define-public sysfsutils-1
3394 (package
3395 (inherit sysfsutils)
3396 (version "1.3.0")
3397 (source
3398 (origin
3399 (method url-fetch)
3400 (uri
3401 (string-append
3402 "mirror://sourceforge/linux-diag/sysfsutils/sysfsutils-" version
3403 "/sysfsutils-" version ".tar.gz"))
3404 (sha256
3405 (base32 "0kdhs07fm8263pxwd5blwn2x211cg4fk63fyf9ijcdkvzmwxrqq3"))
3406 (modules '((guix build utils)))
3407 (snippet
3408 '(begin
3409 (substitute* "Makefile.in"
3410 (("includedir = /usr/include/sysfs")
3411 "includedir = @includedir@"))
3412 (substitute* "configure"
3413 (("includedir='(\\$\\{prefix\\}/include)'" all orig)
6cbee49d
MW
3414 (string-append "includedir='" orig "/sysfs'")))
3415 #t))))
a9a1a40b 3416 (synopsis "System utilities based on Linux sysfs (version 1.x)")))
e6caa52d
TUBK
3417
3418(define-public cpufrequtils
3419 (package
3420 (name "cpufrequtils")
3421 (version "0.3")
3422 (source
3423 (origin
3424 (method url-fetch)
18160c34
MB
3425 (uri (string-append "mirror://kernel.org/linux/utils/kernel/cpufreq/"
3426 "cpufrequtils-" version ".tar.gz"))
e6caa52d
TUBK
3427 (sha256
3428 (base32 "0qfqv7nqmjfr3p0bwrdlxkiqwqr7vmx053cadaa548ybqbghxmvm"))
fc1adab1 3429 (patches (search-patches "cpufrequtils-fix-aclocal.patch"))))
e6caa52d
TUBK
3430 (build-system gnu-build-system)
3431 (native-inputs
3432 `(("sysfsutils" ,sysfsutils-1)))
3433 (arguments
3434 '(#:make-flags (list (string-append "LDFLAGS=-Wl,-rpath="
3435 (assoc-ref %outputs "out") "/lib"))))
3436 (home-page "https://www.kernel.org/pub/linux/utils/kernel/cpufreq/")
3437 (synopsis "Utilities to get and set CPU frequency on Linux")
3438 (description
e881752c 3439 "The cpufrequtils suite contains utilities to retrieve CPU frequency
e6caa52d
TUBK
3440information, and set the CPU frequency if supported, using the cpufreq
3441capabilities of the Linux kernel.")
3ac73271 3442 (license license:gpl2)))
0a588bf9
SB
3443
3444(define-public libraw1394
3445 (package
3446 (name "libraw1394")
7c58c852 3447 (version "2.1.2")
0a588bf9
SB
3448 (source (origin
3449 (method url-fetch)
3450 (uri (string-append
3451 "mirror://kernel.org/linux/libs/ieee1394/"
3452 name "-" version ".tar.xz"))
3453 (sha256
3454 (base32
7c58c852 3455 "0pm5b415j1qdzyw38wdv8h7ff4yx20831z1727mpsb6jc6bwdk03"))))
0a588bf9
SB
3456 (build-system gnu-build-system)
3457 (home-page "https://ieee1394.wiki.kernel.org/index.php/Main_Page")
3458 (synopsis "Interface library for the Linux IEEE1394 drivers")
3459 (description
3460 "Libraw1394 is the only supported interface to the kernel side raw1394 of
3461the Linux IEEE-1394 subsystem, which provides direct access to the connected
34621394 buses to user space. Through libraw1394/raw1394, applications can directly
3463send to and receive from other nodes without requiring a kernel driver for the
3464protocol in question.")
3ac73271 3465 (license license:lgpl2.1+)))
68e3c29d
SB
3466
3467(define-public libavc1394
3468 (package
3469 (name "libavc1394")
3470 (version "0.5.4")
3471 (source (origin
3472 (method url-fetch)
de67e922 3473 (uri (string-append "mirror://sourceforge/libavc1394/libavc1394/"
68e3c29d
SB
3474 name "-" version ".tar.gz"))
3475 (sha256
3476 (base32
3477 "0lsv46jdqvdx5hx92v0z2cz3yh6212pz9gk0k3513sbaa04zzcbw"))))
3478 (build-system gnu-build-system)
3479 (native-inputs
3480 `(("pkg-config" ,pkg-config)))
3481 (propagated-inputs
3482 `(("libraw1394" ,libraw1394))) ; required by libavc1394.pc
3b3b60d0 3483 (home-page "https://sourceforge.net/projects/libavc1394/")
68e3c29d
SB
3484 (synopsis "AV/C protocol library for IEEE 1394")
3485 (description
3486 "Libavc1394 is a programming interface to the AV/C specification from
69b4ffcf 3487the 1394 Trade Association. AV/C stands for Audio/Video Control.")
3ac73271 3488 (license license:lgpl2.1+)))
3f7bf86a
SB
3489
3490(define-public libiec61883
3491 (package
3492 (name "libiec61883")
3493 (version "1.2.0")
3494 (source (origin
3495 (method url-fetch)
3496 (uri (string-append
3497 "mirror://kernel.org/linux/libs/ieee1394/"
3498 name "-" version ".tar.xz"))
3499 (sha256
3500 (base32
3501 "17ph458zya2l8dr2xwqnzy195qd9swrir31g78qkgb3g4xz2rq6i"))))
3502 (build-system gnu-build-system)
3503 (native-inputs
3504 `(("pkg-config" ,pkg-config)))
3505 (propagated-inputs
3506 `(("libraw1394" ,libraw1394))) ; required by libiec61883.pc
3507 (home-page "https://ieee1394.wiki.kernel.org/index.php/Main_Page")
3508 (synopsis "Isochronous streaming media library for IEEE 1394")
3509 (description
3510 "The libiec61883 library provides a higher level API for streaming DV,
3511MPEG-2 and audio over Linux IEEE 1394.")
3ac73271 3512 (license license:lgpl2.1+)))
69159125
MW
3513
3514(define-public mdadm
3515 (package
3516 (name "mdadm")
30288ae5 3517 (version "4.1")
69159125
MW
3518 (source (origin
3519 (method url-fetch)
3520 (uri (string-append
3521 "mirror://kernel.org/linux/utils/raid/mdadm/mdadm-"
3522 version ".tar.xz"))
3523 (sha256
3524 (base32
30288ae5 3525 "0jjgjgqijpdp7ijh8slzzjjw690kydb1jjadf0x5ilq85628hxmb"))))
69159125
MW
3526 (build-system gnu-build-system)
3527 (inputs
3528 `(("udev" ,eudev)))
3529 (arguments
3530 `(#:make-flags (let ((out (assoc-ref %outputs "out")))
fae88ae8
LC
3531 (list "CC=gcc"
3532 "INSTALL=install"
69159125
MW
3533 "CHECK_RUN_DIR=0"
3534 ;; TODO: tell it where to find 'sendmail'
3535 ;; (string-append "MAILCMD=" <???> "/sbin/sendmail")
3536 (string-append "BINDIR=" out "/sbin")
3537 (string-append "MANDIR=" out "/share/man")
3538 (string-append "UDEVDIR=" out "/lib/udev")))
dc1d3cde
KK
3539 #:phases
3540 (modify-phases %standard-phases
3541 (add-before 'build 'patch-program-paths
3542 (lambda* (#:key inputs #:allow-other-keys)
3543 (let ((coreutils (assoc-ref inputs "coreutils")))
3544 (substitute* "udev-md-raid-arrays.rules"
3545 (("/usr/bin/(readlink|basename)" all program)
3546 (string-append coreutils "/bin/" program))))
3547 #t))
3548 (add-before 'build 'remove-W-error
3549 (lambda _
3550 ;; We cannot build with -Werror on i686 due to a
3551 ;; 'sign-compare' warning in util.c.
3552 (substitute* "Makefile"
3553 (("-Werror") ""))
3554 #t))
3555 (delete 'configure))
69159125
MW
3556 ;;tests must be done as root
3557 #:tests? #f))
3558 (home-page "http://neil.brown.name/blog/mdadm")
3559 (synopsis "Tool for managing Linux Software RAID arrays")
3560 (description
3561 "mdadm is a tool for managing Linux Software RAID arrays. It can create,
3562assemble, report on, and monitor arrays. It can also move spares between raid
3563arrays when needed.")
3ac73271 3564 (license license:gpl2+)))
01ccdfb6 3565
631fda7e
LC
3566(define-public mdadm-static
3567 (package
3568 (inherit mdadm)
3569 (name "mdadm-static")
3570 (arguments
3571 (substitute-keyword-arguments (package-arguments mdadm)
3572 ((#:make-flags flags)
3573 `(cons "LDFLAGS = -static" ,flags))
3574 ((#:phases phases)
3575 `(modify-phases ,phases
3576 (add-after 'install 'remove-cruft
3577 (lambda* (#:key outputs #:allow-other-keys)
3578 (let* ((out (assoc-ref outputs "out"))
3579 (precious? (lambda (file)
3580 (member file '("." ".." "sbin"))))
3581 (directories (scandir out (negate precious?))))
3582 (with-directory-excursion out
3583 (for-each delete-file-recursively directories)
3584 (remove-store-references "sbin/mdadm")
3585 (delete-file "sbin/mdmon")
3586 #t))))))
3587 ((#:modules modules %gnu-build-system-modules)
3588 `((ice-9 ftw) ,@modules))
3589 ((#:strip-flags _ '())
3590 ''("--strip-all")) ;strip a few extra KiB
3591 ((#:allowed-references _ '("out"))
3592 '("out")))) ;refer only self
3593 (synopsis "Statically-linked 'mdadm' command for use in an initrd")))
3594
b3ed50e6
MB
3595(define-public multipath-tools
3596 (package
3597 (name "multipath-tools")
dcc773e5 3598 (version "0.8.2")
b3ed50e6
MB
3599 (source (origin
3600 (method url-fetch)
3e57b7d9 3601 (uri (string-append "https://git.opensvc.com/?p=multipath-tools/"
b3ed50e6
MB
3602 ".git;a=snapshot;h=" version ";sf=tgz"))
3603 (file-name (string-append name "-" version ".tar.gz"))
3604 (sha256
3605 (base32
dcc773e5 3606 "0kb4mhzwyygdbikikmby6hj39pb3nrzv05v526c75wnycwnpxg31"))
b3ed50e6
MB
3607 (modules '((guix build utils)))
3608 (snippet
3609 '(begin
3610 ;; Drop bundled valgrind headers.
3611 (delete-file-recursively "third-party")
3612 (substitute* '("multipathd/main.c"
3613 "libmultipath/debug.c")
3614 (("#include \"../third-party/")
3615 "#include \""))
3616 #t))))
3617 (build-system gnu-build-system)
3618 (arguments
bd835ff2
TGR
3619 '(#:tests? #f ; no tests
3620 #:make-flags (list "CC=gcc"
3621 (string-append "DESTDIR="
b3ed50e6 3622 (assoc-ref %outputs "out"))
b5fb9430 3623 "SYSTEMDPATH=lib"
5247aab8
MB
3624 ;; Add the libaio headers to GCCs system header
3625 ;; search path to suppress -Werror=cast-qual on
3626 ;; the included headers.
3627 (string-append "C_INCLUDE_PATH="
3628 (assoc-ref %build-inputs "libaio")
3629 "/include")
b3ed50e6
MB
3630 (string-append "LDFLAGS=-Wl,-rpath="
3631 (assoc-ref %outputs "out")
3632 "/lib"))
3633 #:phases
3634 (modify-phases %standard-phases
b5fb9430 3635 (add-after 'unpack 'patch-source
7f412f33
MB
3636 (lambda* (#:key inputs #:allow-other-keys)
3637 (let ((lvm2 (assoc-ref inputs "lvm2"))
3638 (udev (assoc-ref inputs "udev")))
3639 (substitute* "Makefile.inc"
a9e7d656
MO
3640 (("\\$\\(prefix\\)/usr") "$(prefix)")
3641 ;; Do not save timestamp to avoid gzip "timestamp
3642 ;; out-of-range" warnings.
3643 (("gzip -9") "gzip -9n"))
7f412f33
MB
3644 (substitute* '("kpartx/Makefile" "libmultipath/Makefile")
3645 (("/usr/include/libdevmapper.h")
3646 (string-append lvm2 "/include/libdevmapper.h"))
3647 (("/usr/include/libudev.h")
3648 (string-append udev "/include/libudev.h")))
3649 #t)))
57e3f06b 3650 (delete 'configure)))) ; no configure script
b3ed50e6 3651 (native-inputs
7f412f33
MB
3652 `(("perl" ,perl)
3653 ("pkg-config" ,pkg-config)
3654 ("valgrind" ,valgrind)))
b3ed50e6 3655 (inputs
6f850a19 3656 `(("json-c" ,json-c)
b3ed50e6
MB
3657 ("libaio" ,libaio)
3658 ("liburcu" ,liburcu)
3659 ("lvm2" ,lvm2)
3660 ("readline" ,readline)
3661 ("udev" ,eudev)))
3662 (home-page "http://christophe.varoqui.free.fr/")
3663 (synopsis "Access block devices through multiple paths")
3664 (description
3665 "This package provides the following binaries to drive the
3666Linux Device Mapper multipathing driver:
3667@enumerate
3668@item @command{multipath} - Device mapper target autoconfig.
3669@item @command{multipathd} - Multipath daemon.
3670@item @command{mpathpersist} - Manages SCSI persistent reservations on
3671@code{dm} multipath devices.
3672@item @command{kpartx} - Create device maps from partition tables.
3673@end enumerate")
57e3f06b 3674 (license (list license:gpl2+ ; main distribution
b3ed50e6
MB
3675 license:lgpl2.0+)))) ; libmpathcmd/mpath_cmd.h
3676
01ccdfb6
SB
3677(define-public libaio
3678 (package
3679 (name "libaio")
87dc306b 3680 (version "0.3.111")
01ccdfb6
SB
3681 (source (origin
3682 (method url-fetch)
87dc306b
MB
3683 (uri (list
3684 (string-append "https://releases.pagure.org/libaio/"
3685 name "-" version ".tar.gz")))
3686 (sha256
3687 (base32
3688 "0ajhzbqjwsmz51gwccfyw6w9k4j4gmxcl2ph30sfn2gxv0d8gkv2"))))
01ccdfb6
SB
3689 (build-system gnu-build-system)
3690 (arguments
3691 '(#:make-flags
3692 (list "CC=gcc" (string-append "prefix=" %output))
3693 #:test-target "partcheck" ; need root for a full 'check'
3694 #:phases
dc1d3cde 3695 (modify-phases %standard-phases (delete 'configure)))) ; no configure script
87dc306b 3696 (home-page "https://pagure.io/libaio")
01ccdfb6
SB
3697 (synopsis "Linux-native asynchronous I/O access library")
3698 (description
3699 "This library enables userspace to use Linux kernel asynchronous I/O
3700system calls, important for the performance of databases and other advanced
3701applications.")
3ac73271 3702 (license license:lgpl2.1+)))
eb7c43c3 3703
81b98756
RW
3704(define-public sbc
3705 (package
3706 (name "sbc")
2a11a029 3707 (version "1.4")
81b98756
RW
3708 (source (origin
3709 (method url-fetch)
18160c34
MB
3710 (uri (string-append "mirror://kernel.org/linux/bluetooth/sbc-"
3711 version ".tar.xz"))
81b98756
RW
3712 (sha256
3713 (base32
2a11a029 3714 "1jal98pnrjkzxlkiqy0ykh4qmgnydz9bmsp1jn581p5kddpg92si"))))
81b98756
RW
3715 (build-system gnu-build-system)
3716 (inputs
3717 `(("libsndfile" ,libsndfile)))
3718 (native-inputs
3719 `(("pkg-config" ,pkg-config)))
3720 (home-page "https://www.kernel.org/pub/linux/bluetooth/")
3721 (synopsis "Bluetooth subband audio codec")
3722 (description
3723 "The SBC is a digital audio encoder and decoder used to transfer data to
3724Bluetooth audio output devices like headphones or loudspeakers.")
3725 (license license:gpl2+)))
3726
eb7c43c3
DT
3727(define-public bluez
3728 (package
3729 (name "bluez")
b5724230 3730 (version "5.50")
eb7c43c3
DT
3731 (source (origin
3732 (method url-fetch)
3733 (uri (string-append
e9eb24b1 3734 "mirror://kernel.org/linux/bluetooth/bluez-"
eb7c43c3
DT
3735 version ".tar.xz"))
3736 (sha256
3737 (base32
b5724230 3738 "048r91vx9gs5nwwbah2s0xig04nwk14c5s0vb7qmaqdvighsmz2z"))))
eb7c43c3
DT
3739 (build-system gnu-build-system)
3740 (arguments
90ea83ee 3741 `(#:configure-flags
eb7c43c3 3742 (let ((out (assoc-ref %outputs "out")))
f3dbc626
SB
3743 (list "--sysconfdir=/etc"
3744 "--localstatedir=/var"
3745 "--enable-library"
53142109 3746 "--disable-systemd"
eb7c43c3
DT
3747 ;; Install dbus/udev files to the correct location.
3748 (string-append "--with-dbusconfdir=" out "/etc")
87a16de7
SB
3749 (string-append "--with-udevdir=" out "/lib/udev")))
3750 #:phases
3751 (modify-phases %standard-phases
fbea821a
TD
3752 ;; Test unit/test-gatt fails unpredictably. Seems to be a timing
3753 ;; issue (discussion on upstream mailing list:
3754 ;; https://marc.info/?t=149578476300002&r=1&w=2)
3755 (add-before 'check 'skip-wonky-test
3756 (lambda _
3757 (substitute* "unit/test-gatt.c"
3758 (("tester_init\\(&argc, &argv\\);") "return 77;"))
3759 #t))
87a16de7
SB
3760 (add-after 'install 'post-install
3761 (lambda* (#:key inputs outputs #:allow-other-keys)
3762 (let* ((out (assoc-ref outputs "out"))
3763 (servicedir (string-append out "/share/dbus-1/services"))
3764 (service "obexd/src/org.bluez.obex.service")
3765 (rule (string-append
3766 out "/lib/udev/rules.d/97-hid2hci.rules")))
3767 ;; Install the obex dbus service file.
3768 (substitute* service
3769 (("/bin/false")
3770 (string-append out "/libexec/bluetooth/obexd")))
3771 (install-file service servicedir)
3772 ;; Fix paths in the udev rule.
3773 (substitute* rule
3774 (("hid2hci --method")
3775 (string-append out "/lib/udev/hid2hci --method"))
3776 (("/sbin/udevadm")
3777 (string-append (assoc-ref inputs "eudev") "/bin/udevadm")))
de47cfed 3778 #t))))))
eb7c43c3
DT
3779 (native-inputs
3780 `(("pkg-config" ,pkg-config)
b94a6ca0 3781 ("gettext" ,gettext-minimal)))
eb7c43c3
DT
3782 (inputs
3783 `(("glib" ,glib)
3784 ("dbus" ,dbus)
3785 ("eudev" ,eudev)
3786 ("libical" ,libical)
3787 ("readline" ,readline)))
3788 (home-page "http://www.bluez.org/")
3789 (synopsis "Linux Bluetooth protocol stack")
3790 (description
3791 "BlueZ provides support for the core Bluetooth layers and protocols. It
3792is flexible, efficient and uses a modular implementation.")
3ac73271 3793 (license license:gpl2+)))
3d890318
LC
3794
3795(define-public fuse-exfat
3796 (package
3797 (name "fuse-exfat")
1372754d 3798 (version "1.3.0")
3d890318
LC
3799 (source (origin
3800 (method url-fetch)
c0cc805e
TGR
3801 (uri (string-append
3802 "https://github.com/relan/exfat/releases/download/v"
3803 version "/" name "-" version ".tar.gz"))
3d890318
LC
3804 (sha256
3805 (base32
1372754d 3806 "1lz00q8g4590mrdqmf13ba1s9zrqq645ymgm5p9y99ad0qv22r87"))))
3d890318
LC
3807 (build-system gnu-build-system)
3808 (native-inputs
c0cc805e 3809 `(("pkg-config" ,pkg-config)))
3d890318
LC
3810 (inputs
3811 `(("fuse" ,fuse)))
c0cc805e 3812 (home-page "https://github.com/relan/exfat")
3d890318
LC
3813 (synopsis "Mount exFAT file systems")
3814 (description
3815 "This package provides a FUSE-based file system that provides read and
3816write access to exFAT devices.")
3ac73271 3817 (license license:gpl2+)))
53ec8d48 3818
1564e0fe
PN
3819(define-public fuseiso
3820 (package
3821 (name "fuseiso")
3822 (version "20070708")
3823 (source (origin
3824 (method url-fetch)
3825 (uri (string-append "mirror://sourceforge/fuseiso/fuseiso/"
3826 version "/fuseiso-" version ".tar.bz2"))
3827 (sha256
3828 (base32
3829 "127xql52dcdhmh7s5m9xc6q39jdlj3zhbjar1j821kb6gl3jw94b"))))
3830 (build-system gnu-build-system)
3831 (native-inputs
3832 `(("pkg-config" ,pkg-config)))
3833 (inputs
3834 `(("fuse" ,fuse)
3835 ("glib" ,glib)
3836 ("zlib" ,zlib)))
3837 (home-page "https://sourceforge.net/projects/fuseiso/")
dff79364 3838 (synopsis "Mount ISO file system images")
1564e0fe 3839 (description
52beae7b 3840 "FuseISO is a FUSE module to mount ISO file system images (.iso, .nrg,
b60e9fb8
PN
3841.bin, .mdf and .img files). It supports plain ISO9660 Level 1 and 2, Rock
3842Ridge, Joliet, and zisofs.")
1564e0fe
PN
3843 (license license:gpl2)))
3844
53ec8d48
LC
3845(define-public gpm
3846 (package
3847 (name "gpm")
3848 (version "1.20.7")
3849 (source (origin
3850 (method url-fetch)
3851 (uri (string-append
3852 "http://www.nico.schottelius.org/software/gpm/archives/gpm-"
3853 version ".tar.bz2"))
fddb22ac 3854 (patches (search-patches "gpm-glibc-2.26.patch"))
53ec8d48
LC
3855 (sha256
3856 (base32
3857 "13d426a8h403ckpc8zyf7s2p5rql0lqbg2bv0454x0pvgbfbf4gh"))))
3858 (build-system gnu-build-system)
3859 (arguments
3860 '(#:phases (modify-phases %standard-phases
189be331 3861 (replace 'bootstrap
53ec8d48
LC
3862 (lambda _
3863 ;; The tarball was not generated with 'make dist' so we
3864 ;; need to bootstrap things ourselves.
77bb6c22
EF
3865 (substitute* "autogen.sh"
3866 (("/bin/sh") (which "sh")))
90a54e36
MW
3867 (invoke "./autogen.sh")
3868 (patch-makefile-SHELL "Makefile.include.in")
3869 #t)))
53ec8d48
LC
3870
3871 ;; Make sure programs find libgpm.so.
3872 #:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
3873 (assoc-ref %outputs "out")
3874 "/lib"))))
3875 (native-inputs
3876 `(("texinfo" ,texinfo)
3877 ("bison" ,bison)
3878 ("flex" ,flex)
3879 ("autoconf" ,autoconf)
3880 ("automake" ,automake)
3881 ("libtool" ,libtool)))
3882 (home-page "http://www.nico.schottelius.org/software/gpm/")
3883 (synopsis "Mouse support for the Linux console")
3884 (description
3885 "The GPM (general-purpose mouse) daemon is a mouse server for
3886applications running on the Linux console. It allows users to select items
3887and copy/paste text in the console and in xterm.")
3ac73271 3888 (license license:gpl2+)))
fc686f9a
TGR
3889
3890(define-public btrfs-progs
3891 (package
3892 (name "btrfs-progs")
6b4bc27a 3893 (version "5.2.2")
fc686f9a
TGR
3894 (source (origin
3895 (method url-fetch)
3896 (uri (string-append "mirror://kernel.org/linux/kernel/"
3897 "people/kdave/btrfs-progs/"
3898 "btrfs-progs-v" version ".tar.xz"))
3899 (sha256
3900 (base32
6b4bc27a 3901 "1imivxjppi8zl27gn472pwpk8bg5dijkbyi340by31vhy7dj24w2"))))
fc686f9a 3902 (build-system gnu-build-system)
7cad981d 3903 (outputs '("out"
c4b006ba 3904 "static")) ; static versions of the binaries in "out"
fc686f9a 3905 (arguments
7cad981d
TGR
3906 '(#:phases (modify-phases %standard-phases
3907 (add-after 'build 'build-static
caf4c7c8 3908 (lambda _ (invoke "make" "static")))
9a1c4a98
MB
3909 (add-after 'install 'install-bash-completion
3910 (lambda* (#:key outputs #:allow-other-keys)
3ce4e265
MB
3911 (let* ((out (assoc-ref outputs "out"))
3912 (bashcomp (string-append out "/etc/bash_completion.d")))
3913 (mkdir-p bashcomp)
3914 (copy-file "btrfs-completion"
3915 (string-append bashcomp "/btrfs"))
3916 #t)))
7cad981d
TGR
3917 (add-after 'install 'install-static
3918 (let ((staticbin (string-append (assoc-ref %outputs "static")
3919 "/bin")))
3920 (lambda _
caf4c7c8
MW
3921 (invoke "make"
3922 (string-append "bindir=" staticbin)
3923 "install-static")))))
d6fb0985 3924 #:tests? #f ; XXX: require the 'btrfs' kernel module.
7cad981d 3925 #:test-target "test"
fc686f9a
TGR
3926 #:parallel-tests? #f)) ; tests fail when run in parallel
3927 (inputs `(("e2fsprogs" ,e2fsprogs)
3928 ("libblkid" ,util-linux)
7cad981d 3929 ("libblkid:static" ,util-linux "static")
fc686f9a 3930 ("libuuid" ,util-linux)
7cad981d 3931 ("libuuid:static" ,util-linux "static")
e2937a55 3932 ("lzo" ,lzo)
fc686f9a 3933 ("zlib" ,zlib)
029c2ba0 3934 ("zlib:static" ,zlib "static")
ec0de9d8
MB
3935 ("zstd" ,zstd "lib")
3936 ("zstd:static" ,zstd "static")))
fc686f9a
TGR
3937 (native-inputs `(("pkg-config" ,pkg-config)
3938 ("asciidoc" ,asciidoc)
1dfb14d2 3939 ("python" ,python)
fc686f9a 3940 ("xmlto" ,xmlto)
41d23dd1 3941 ;; For building documentation.
fc686f9a 3942 ("libxml2" ,libxml2)
48b7e4a6 3943 ("docbook-xsl" ,docbook-xsl)
41d23dd1 3944 ;; For tests.
bc64676c 3945 ("acl" ,acl)
caf4c7c8
MW
3946 ("which" ,which)
3947 ;; The tests need 'grep' with perl regexp support.
3948 ("grep" ,grep)))
fc83ca2b 3949 (home-page "https://btrfs.wiki.kernel.org/index.php/Main_Page")
fc686f9a 3950 (synopsis "Create and manage btrfs copy-on-write file systems")
039601e0
TGR
3951 (description "Btrfs is a @dfn{copy-on-write} (CoW) file system for Linux
3952aimed at implementing advanced features while focusing on fault tolerance,
3953repair and easy administration.")
68bcac6b
LF
3954 ;; GPL2+: crc32.c, radix-tree.c, raid6.c, rbtree.c.
3955 ;; GPL2: Everything else.
3956 (license (list license:gpl2 license:gpl2+))))
08e9daf5 3957
f3e44f5c
DC
3958(define-public btrfs-progs/static
3959 (package
3960 (name "btrfs-progs-static")
3961 (version (package-version btrfs-progs))
3962 (source #f)
3963 (build-system trivial-build-system)
3964 (inputs
3965 `(("btrfs-progs:static" ,btrfs-progs "static")))
3966 (arguments
3967 `(#:modules ((guix build utils))
3968 #:builder
3969 (begin
3970 (use-modules (guix build utils)
3971 (ice-9 ftw)
3972 (srfi srfi-26))
3973
3974 (let* ((btrfs (assoc-ref %build-inputs "btrfs-progs:static"))
3975 (out (assoc-ref %outputs "out"))
3976 (source (string-append btrfs "/bin/btrfs.static"))
3977 (target (string-append out "/bin/btrfs")))
3978 (mkdir-p (dirname target))
3979 (copy-file source target)
3980 (remove-store-references target)
e3cfef22
MW
3981 (chmod target #o555)
3982 #t))))
f3e44f5c 3983 (home-page (package-home-page btrfs-progs))
ff797172
TGR
3984 (synopsis "Statically-linked btrfs command from btrfs-progs")
3985 (description "This package provides the statically-linked @command{btrfs}
3986from the btrfs-progs package. It is meant to be used in initrds.")
f3e44f5c
DC
3987 (license (package-license btrfs-progs))))
3988
49b28a74
PN
3989(define-public compsize
3990 (package
3991 (name "compsize")
3992 (version "1.3")
3993 (home-page "https://github.com/kilobyte/compsize")
3994 (source (origin
3995 (method git-fetch)
3996 (uri (git-reference
3997 (url home-page)
3998 (commit (string-append "v" version))))
3999 (sha256
4000 (base32 "1c69whla844nwis30jxbj00zkpiw3ccndhkmzjii8av5358mjn43"))
4001 (file-name (git-file-name name version))))
4002 (build-system gnu-build-system)
4003 (inputs
4004 `(("btrfs-progs" ,btrfs-progs)))
4005 (arguments
4006 `(#:tests? #f ; No tests.
4007 #:make-flags (list "CC=gcc")
4008 #:phases
4009 (modify-phases %standard-phases
4010 (delete 'configure)
4011 (replace 'install
4012 (lambda* (#:key outputs #:allow-other-keys)
4013 (let ((out (assoc-ref outputs "out")))
4014 (install-file "compsize" (string-append out "/bin"))
4015 (install-file "compsize.8" (string-append out "/share/man/man8"))))))))
4016 (synopsis "Find compression type/ratio on Btrfs files")
4017 (description "@command{compsize} takes a list of files (given as
4018arguments) on a Btrfs file system and measures used compression types and
4019effective compression ratio, producing a report.
4020
4021A directory has no extents but has a (recursive) list of files. A non-regular
4022file is silently ignored.
4023
4024As it makes no sense to talk about compression ratio of a partial extent,
4025every referenced extent is counted whole, exactly once -- no matter if you use
4026only a few bytes of a 1GB extent or reflink it a thousand times. Thus, the
4027uncompressed size will not match the number given by @command{tar} or
4028@command{du}. On the other hand, the space used should be accurate (although
4029obviously it can be shared with files outside our set).")
4030 (license license:gpl2+)))
4031
72aa295e 4032(define-public f2fs-tools-1.7
2e456982
MB
4033 (package
4034 (name "f2fs-tools")
72aa295e 4035 (version "1.7.0")
2e456982
MB
4036 (source (origin
4037 (method url-fetch)
4038 (uri (string-append
4039 "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
2d588f3c 4040 "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
2e456982
MB
4041 (sha256
4042 (base32
72aa295e
DM
4043 "1m6bn1ibq0p53m0n97il91xqgjgn2pzlz74lb5bfzassx7159m1k"))))
4044
2e456982
MB
4045 (build-system gnu-build-system)
4046 (arguments
4047 `(#:phases
4048 (modify-phases %standard-phases
72aa295e
DM
4049 (add-after 'install 'install-headers
4050 (lambda* (#:key outputs #:allow-other-keys)
4051 (let* ((out (assoc-ref outputs "out"))
4052 (out-include (string-append out "/include")))
4053 (install-file "include/f2fs_fs.h" out-include)
4054 (install-file "mkfs/f2fs_format_utils.h" out-include)
4055 #t))))))
2e456982
MB
4056 (native-inputs
4057 `(("autoconf" ,autoconf)
4058 ("automake" ,automake)
4059 ("libtool" ,libtool)
4060 ("pkg-config" ,pkg-config)))
4061 (inputs
72aa295e
DM
4062 `(("libuuid" ,util-linux)
4063 ("libselinux" ,libselinux)))
2e456982
MB
4064 (home-page "https://f2fs.wiki.kernel.org/")
4065 (synopsis "Userland tools for f2fs")
4066 (description
4067 "F2FS, the Flash-Friendly File System, is a modern file system
4068designed to be fast and durable on flash devices such as solid-state
4069disks and SD cards. This package provides the userland utilities.")
4070 ;; The formatting utility, libf2fs and include/f2fs_fs.h is dual
4071 ;; GPL2/LGPL2.1, everything else is GPL2 only. See 'COPYING'.
4072 (license (list license:gpl2 license:lgpl2.1))))
4073
72aa295e
DM
4074(define-public f2fs-tools
4075 (package
4076 (inherit f2fs-tools-1.7)
4077 (name "f2fs-tools")
59ac0a2a 4078 (version "1.12.0")
72aa295e
DM
4079 (source (origin
4080 (method url-fetch)
4081 (uri (string-append
4082 "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
2d588f3c 4083 "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
72aa295e
DM
4084 (sha256
4085 (base32
59ac0a2a 4086 "15pn2fm9knn7p1vzfzy6msnrdl14p6y1gn4m2ka6ba5bzx6lw4p2"))))
72aa295e
DM
4087 (inputs
4088 `(("libuuid" ,util-linux)))))
4089
08e9daf5
TGR
4090(define-public freefall
4091 (package
4092 (name "freefall")
4093 (version (package-version linux-libre))
4094 (source (package-source linux-libre))
4095 (build-system gnu-build-system)
4096 (arguments
4097 '(#:phases (modify-phases %standard-phases
4098 (add-after 'unpack 'enter-subdirectory
4099 (lambda _
2ee42f7e
MW
4100 (chdir "tools/laptop/freefall")
4101 #t))
08e9daf5
TGR
4102 (delete 'configure)
4103 (add-before 'build 'increase-timeout
4104 (lambda _
4105 ;; The default of 2 seconds is too low: it assumes an
4106 ;; open lid and AC power without actually checking.
4107 (substitute* "freefall.c"
2ee42f7e
MW
4108 (("alarm\\(2\\)") "alarm(5)"))
4109 #t)))
08e9daf5 4110 #:make-flags (list (string-append "PREFIX="
c80629e7
EF
4111 (assoc-ref %outputs "out"))
4112 "CC=gcc")
08e9daf5
TGR
4113 #:tests? #f)) ;no tests
4114 (home-page (package-home-page linux-libre))
4115 (synopsis "Free-fall protection for spinning laptop hard drives")
4116 (description
4117 "Prevents shock damage to the internal spinning hard drive(s) of some
4118HP and Dell laptops. When sudden movement is detected, all input/output
4119operations on the drive are suspended and its heads are parked on the ramp,
4120where they are less likely to cause damage to the spinning disc. Requires a
4121drive that supports the ATA/ATAPI-7 IDLE IMMEDIATE command with unload
4122feature, and a laptop with an accelerometer. It has no effect on SSDs.")
4123 (license license:gpl2)))
d17ae8c0
NG
4124
4125(define-public thinkfan
4126 (package
4127 (name "thinkfan")
9a3d176e
TGR
4128 (version "1.0.2")
4129 (source
4130 (origin
4131 (method git-fetch)
4132 (uri (git-reference
4133 (url "https://github.com/vmatare/thinkfan.git")
4134 (commit version)))
4135 (file-name (git-file-name name version))
4136 (sha256
4137 (base32 "107vw0962hrwva3wra9n3hxlbfzg82ldc10qssv3dspja88g8psr"))))
d17ae8c0
NG
4138 (build-system cmake-build-system)
4139 (arguments
4140 `(#:modules ((guix build cmake-build-system)
4141 (guix build utils)
4142 (srfi srfi-26))
9a3d176e 4143 #:tests? #f ; no test target
d17ae8c0
NG
4144 #:configure-flags
4145 ;; Enable reading temperatures from hard disks via S.M.A.R.T.
9a3d176e
TGR
4146 ;; Upstream ‘defaults to OFF because libatasmart seems to be horribly
4147 ;; inefficient’.
d17ae8c0
NG
4148 `("-DUSE_ATASMART:BOOL=ON")
4149 #:phases
4150 (modify-phases %standard-phases
908a3f36
TGR
4151 (add-after 'unpack 'create-init-scripts
4152 ;; CMakeLists.txt relies on build-time symptoms of OpenRC and
4153 ;; systemd to patch and install their service files. Fake their
4154 ;; presence rather than duplicating the build system below. Leave
4155 ;; things like ‘/bin/kill’ because they're not worth a dependency.
4156 ;; The sysvinit needs manual patching, but since upstream doesn't
4157 ;; even provide the option to install it: don't.
d17ae8c0 4158 (lambda* (#:key outputs #:allow-other-keys)
908a3f36
TGR
4159 (let* ((out (assoc-ref outputs "out"))
4160 (share (string-append out "/share/" ,name)))
4161 (substitute* "CMakeLists.txt"
4162 (("pkg_check_modules\\((OPENRC|SYSTEMD) .*" _ package)
4163 (format "option(~a_FOUND \"Faked\" ON)\n" package))
4164 ;; That was easy! Now we just need to fix the destinations.
4165 (("/etc" directory)
4166 (string-append out directory)))
4167 #t))))))
9a3d176e
TGR
4168 (native-inputs
4169 `(("pkg-config" ,pkg-config)))
d17ae8c0 4170 (inputs
9a3d176e
TGR
4171 `(("libatasmart" ,libatasmart)
4172 ("yaml-cpp" ,yaml-cpp)))
d17ae8c0
NG
4173 (home-page "http://thinkfan.sourceforge.net/")
4174 (synopsis "Simple fan control program")
4175 (description
4176 "Thinkfan is a simple fan control program. It reads temperatures,
4177checks them against configured limits and switches to appropriate (also
4178pre-configured) fan level. It requires a working @code{thinkpad_acpi} or any
4179other @code{hwmon} driver that enables temperature reading and fan control
4180from userspace.")
4181 (license license:gpl3+)))
91231156 4182
b313665f
TGR
4183(define-public tpacpi-bat
4184 (package
4185 (name "tpacpi-bat")
4186 (version "3.1")
4187 (source
4188 (origin
4189 (method git-fetch)
4190 (uri (git-reference
4191 (url "https://github.com/teleshoes/tpacpi-bat.git")
4192 (commit (string-append "v" version))))
4193 (file-name (git-file-name name version))
4194 (sha256
4195 (base32 "0wbaz34z99gqx721alh5vmpxpj2yxg3x9m8jqyivfi1wfpwc2nd5"))))
4196 (build-system gnu-build-system)
4197 (arguments
4198 `(#:tests? #f ; no test target
4199 #:phases
4200 (modify-phases %standard-phases
4201 (add-after 'unpack 'refer-to-inputs
4202 (lambda _
4203 (substitute* "tpacpi-bat"
4204 (("cat ")
4205 (format "~a " (which "cat")))
4206 ;; tpacpi-bat modprobes the acpi_call kernel module if it's not
4207 ;; loaded. That's the administrator's prerogative; disable it.
4208 (("system \"(modprobe .*)\"" _ match)
4209 (format "die \"Please run ‘~a’ first.\\n\"" match)))
4210 #t))
4211 (delete 'configure) ; nothing to configure
4212 (delete 'build) ; nothing to build
4213 (replace 'install
4214 (lambda* (#:key outputs #:allow-other-keys)
4215 (let* ((out (assoc-ref outputs "out"))
4216 (bin (string-append out "/bin"))
4217 (doc (string-append out "/share/doc/" ,name "-" ,version)))
4218 (install-file "tpacpi-bat" bin)
4219
4220 ;; There's no man page. Install other forms of documentation.
4221 (for-each (lambda (file)
4222 (let ((target (string-append doc "/" file)))
4223 (mkdir-p (dirname target))
4224 (copy-recursively file target)))
4225 (list "battery_asl" "examples" "README.md"))
4226 #t))))))
4227 (inputs
4228 `(("perl" ,perl)))
4229 (home-page "https://github.com/teleshoes/tpacpi-bat")
4230 (synopsis "ThinkPad battery charge controller")
4231 (description
4232 "Tpacpi-bat is a command-line interface to control battery charging on
4233@uref{https://github.com/teleshoes/tpacpi-bat/wiki/Supported-Hardware, Lenovo
4234ThinkPad models released after 2011}, starting with the xx20 series. It can
4235query and set the thresholds at which one or both batteries will start and stop
4236charging, inhibit charging batteries for a set period of time, or force them to
4237discharge when they otherwise would not.
4238
4239This tool merely exposes ACPI calls provided by the @code{acpi_call} Linux
4240kernel module provided by the @code{acpi-call-linux-module} package, which must
4241be installed and loaded separately. Only the original vendor firmware is
4242supported.")
4243 (license license:gpl3+)))
4244
91231156
LC
4245(define-public ntfs-3g
4246 (package
4247 (name "ntfs-3g")
d8af4f6d 4248 (version "2017.3.23")
91231156
LC
4249 (source (origin
4250 (method url-fetch)
4251 (uri (string-append "https://tuxera.com/opensource/"
4252 "ntfs-3g_ntfsprogs-" version ".tgz"))
6d01a7f4 4253 (patches (search-patches "ntfs-3g-CVE-2019-9755.patch"))
91231156
LC
4254 (sha256
4255 (base32
d8af4f6d 4256 "1mb228p80hv97pgk3myyvgp975r9mxq56c6bdn1n24kngcfh4niy"))
91231156 4257 (modules '((guix build utils)))
6cbee49d
MW
4258 (snippet '(begin
4259 ;; Install under $prefix.
4260 (substitute* '("src/Makefile.in" "ntfsprogs/Makefile.in")
4261 (("/sbin")
4262 "@sbindir@"))
4263 #t))))
91231156
LC
4264 (build-system gnu-build-system)
4265 (inputs `(("util-linux" ,util-linux)
4266 ("fuse" ,fuse))) ;libuuid
4267 (native-inputs `(("pkg-config" ,pkg-config)))
4268 (arguments
4269 '(#:configure-flags (list "--exec-prefix=${prefix}"
4270 "--with-fuse=external" ;use our own FUSE
4271 "--enable-mount-helper"
4272 "--enable-posix-acls"
91420521
PN
4273 "--enable-xattr-mappings")
4274 #:phases
4275 (modify-phases %standard-phases
4276 ;; If users install ntfs-3g, they probably want to make it the
4277 ;; default driver as well, so we opt for sensible defaults and link
4278 ;; mount.ntfs to mount.ntfs-3g. (libmount tries to run mount.ntfs to
52beae7b 4279 ;; mount NTFS file systems.)
91420521
PN
4280 (add-after 'install 'install-link
4281 (lambda* (#:key outputs #:allow-other-keys)
4282 (let* ((out (assoc-ref outputs "out"))
4283 (sbin (string-append out "/sbin")))
4284 (symlink "mount.ntfs-3g"
9922278b
MW
4285 (string-append sbin "/mount.ntfs")))
4286 #t)))))
8bad0c0b 4287 (home-page "https://www.tuxera.com/community/open-source-ntfs-3g/")
91231156
LC
4288 (synopsis "Read-write access to NTFS file systems")
4289 (description
4290 "NTFS-3G provides read-write access to NTFS file systems, which are
4291commonly found on Microsoft Windows. It is implemented as a FUSE file system.
4292The package provides additional NTFS tools.")
4293 (license license:gpl2+)))
9b0942c1 4294
f8f44dd7
MB
4295(define-public rdma-core
4296 (package
4297 (name "rdma-core")
344f358f 4298 (version "22.3")
f8f44dd7
MB
4299 (source (origin
4300 (method url-fetch)
4301 (uri (string-append "https://github.com/linux-rdma/rdma-core"
4302 "/releases/download/v" version "/rdma-core-"
4303 version ".tar.gz"))
4304 (sha256
4305 (base32
344f358f 4306 "0jgp1xh328x0kr6lkn4vq71cc627zd05wczr74b3j3151flhj828"))))
f8f44dd7
MB
4307 (build-system cmake-build-system)
4308 (arguments
4309 '(#:tests? #f ; no tests
4310 ;; Upstream uses the "ninja" build system and encourage distros
4311 ;; to do the same for consistency. They also recommend using the
4312 ;; "Release" build type.
3def739d
TGR
4313 #:build-type "Release"
4314 #:configure-flags (list "-GNinja")
f8f44dd7
MB
4315 #:phases
4316 (modify-phases %standard-phases
4317 (replace 'build
4318 (lambda _
8c3101b8
MW
4319 (invoke "ninja"
4320 "-j" (number->string (parallel-job-count)))))
f8f44dd7
MB
4321 (replace 'install
4322 (lambda _
8c3101b8 4323 (invoke "ninja" "install"))))))
f8f44dd7
MB
4324 (native-inputs
4325 `(("ninja" ,ninja)
4326 ("pkg-config" ,pkg-config)
4327 ("python" ,python-wrapper)))
4328 (inputs
4329 `(("libnl" ,libnl)
4330 ("udev" ,eudev)))
4331 (home-page "https://github.com/linux-rdma/rdma-core")
4332 (synopsis "Utilities and libraries for working with RDMA devices")
4333 (description
4334 "This package provides userspace components for the InfiniBand
4335subsystem of the Linux kernel. Specifically it contains userspace
4336libraries for the following device nodes:
4337
4338@enumerate
4339@item @file{/dev/infiniband/uverbsX} (@code{libibverbs})
4340@item @file{/dev/infiniband/rdma_cm} (@code{librdmacm})
4341@item @file{/dev/infiniband/umadX} (@code{libibumad})
4342@end enumerate
4343
4344The following service daemons are also provided:
4345@enumerate
4346@item @code{srp_daemon} (for the @code{ib_srp} kernel module)
4347@item @code{iwpmd} (for iWARP kernel providers)
4348@item @code{ibacm} (for InfiniBand communication management assistant)
4349@end enumerate")
4350 ;; All library code is dual licensed under GPL2 and a custom MIT
4351 ;; variant. The package also includes some components covered by
4352 ;; other licenses. Consult COPYING.md for full details.
4353 (license
4354 (list license:gpl2
4355 (license:x11-style "See COPYING.BSD_MIT in the distribution")
4356 license:bsd-2 ; Files referring to COPYING.BSD_FB
4357 license:cc0 ; most files in ccan/
4358 license:bsd-3)))) ; providers/hfi1verbs are dual GPL2/BSD-3
4359
a0a273c1
MG
4360(define-public perftest
4361 (package
4362 (name "perftest")
50298d4a 4363 (version "4.4-0.4")
a0a273c1
MG
4364 (source
4365 (origin
4366 (method url-fetch)
50298d4a
TGR
4367 (uri (string-append "https://github.com/linux-rdma/perftest/releases/download/v"
4368 version "/perftest-" version ".g0927198.tar.gz"))
a0a273c1 4369 (sha256
50298d4a 4370 (base32 "11ix4h0rrmqqyi84y55a9xnkvwsmwq0sywr46hvxzm4rqz4ma8vq"))))
a0a273c1
MG
4371 (build-system gnu-build-system)
4372 (arguments
4373 `(#:phases
4374 (modify-phases %standard-phases
4375 (add-after 'unpack 'patch-header-paths
4376 (lambda _
4377 (substitute* '("src/raw_ethernet_fs_rate.c"
4378 "src/raw_ethernet_resources.c"
4379 "src/raw_ethernet_resources.h"
4380 "src/raw_ethernet_send_burst_lat.c"
4381 "src/raw_ethernet_send_bw.c"
4382 "src/raw_ethernet_send_lat.c")
4383 (("/usr/include/netinet/ip.h") "netinet/ip.h"))
4384 #t)))))
4385 (inputs `(("rdma-core" ,rdma-core)))
4386 (home-page "https://github.com/linux-rdma/perftest/")
4387 (synopsis "Open Fabrics Enterprise Distribution (OFED) Performance Tests")
4388 (description "This is a collection of tests written over uverbs intended for
4389use as a performance micro-benchmark. The tests may be used for hardware or
4390software tuning as well as for functional testing.
4391
4392The collection contains a set of bandwidth and latency benchmark such as:
4393@enumerate
4394@item Send - @code{ib_send_bw} and @code{ib_send_lat}
4395@item RDMA Read - @code{ib_read_bw} and @code{ib_read_lat}
4396@item RDMA Write - @code{ib_write_bw} and @code{ib_wriet_lat}
4397@item RDMA Atomic - @code{ib_atomic_bw} and @code{ib_atomic_lat}
4398@item Native Ethernet (when working with MOFED2) - @code{raw_ethernet_bw}, @code{raw_ethernet_lat}
4399@end enumerate")
4400 (license license:gpl2)))
4401
9b0942c1
DC
4402(define-public rng-tools
4403 (package
4404 (name "rng-tools")
c6b772a0 4405 (home-page "https://github.com/nhorman/rng-tools")
ae67d70d 4406 (version "6.7")
9b0942c1 4407 (source (origin
f289820c
MB
4408 (method git-fetch)
4409 (uri (git-reference (url home-page)
4410 (commit (string-append "v" version))))
4411 (file-name (git-file-name name version))
9b0942c1
DC
4412 (sha256
4413 (base32
ae67d70d 4414 "19f75m6mzg8h7b4snzg7d6ypvkz6nq32lrpi9ja95gqz4wsd18a5"))))
9b0942c1 4415 (build-system gnu-build-system)
8bc6956b
LF
4416 (arguments
4417 `(;; Avoid using OpenSSL, curl, and libxml2, reducing the closure by 166 MiB.
ae67d70d
TGR
4418 #:configure-flags '("--without-nistbeacon"
4419 "--without-pkcs11")))
8bc6956b
LF
4420 (native-inputs
4421 `(("autoconf" ,autoconf)
4422 ("automake" ,automake)
4423 ("pkg-config" ,pkg-config)))
4424 (inputs
4425 `(("libsysfs" ,sysfsutils)))
9b0942c1
DC
4426 (synopsis "Random number generator daemon")
4427 (description
4428 "Monitor a hardware random number generator, and supply entropy
4429from that to the system kernel's @file{/dev/random} machinery.")
9b0942c1
DC
4430 ;; The source package is offered under the GPL2+, but the files
4431 ;; 'rngd_rdrand.c' and 'rdrand_asm.S' are only available under the GPL2.
4432 (license (list license:gpl2 license:gpl2+))))
58d6a1f2
TGR
4433
4434(define-public cpupower
4435 (package
4436 (name "cpupower")
4437 (version (package-version linux-libre))
4438 (source (package-source linux-libre))
4439 (build-system gnu-build-system)
4440 (arguments
4441 '(#:phases (modify-phases %standard-phases
4442 (add-after 'unpack 'enter-subdirectory
4443 (lambda _
9922278b
MW
4444 (chdir "tools/power/cpupower")
4445 #t))
58d6a1f2
TGR
4446 (delete 'configure)
4447 (add-before 'build 'fix-makefiles
4448 (lambda _
4449 (substitute* "Makefile"
4450 (("/usr/") "/")
4451 (("/bin/(install|pwd)" _ command) command))
4452 (substitute* "bench/Makefile"
9922278b
MW
4453 (("\\$\\(CC\\) -o") "$(CC) $(LDFLAGS) -o"))
4454 #t)))
58d6a1f2
TGR
4455 #:make-flags (let ((out (assoc-ref %outputs "out")))
4456 (list (string-append "DESTDIR=" out)
4457 (string-append "LDFLAGS=-Wl,-rpath=" out "/lib")
4458 "docdir=/share/doc/cpupower"
4459 "confdir=$(docdir)/examples"
4460 ;; The Makefile recommends the following changes
4461 "DEBUG=false"
4462 "PACKAGE_BUGREPORT=bug-guix@gnu.org"))
4463 #:tests? #f)) ;no tests
b94a6ca0 4464 (native-inputs `(("gettext" ,gettext-minimal)))
58d6a1f2
TGR
4465 (inputs `(("pciutils" ,pciutils)))
4466 (home-page (package-home-page linux-libre))
4467 (synopsis "CPU frequency and voltage scaling tools for Linux")
4468 (description
4469 "cpupower is a set of user-space tools that use the cpufreq feature of the
4470Linux kernel to retrieve and control processor features related to power saving,
4471such as frequency and voltage scaling.")
4472 (license license:gpl2)))
2b76f135 4473
71bd55cb
SS
4474(define-public x86-energy-perf-policy
4475 (package
4476 (name "x86-energy-perf-policy")
4477 (version (package-version linux-libre))
4478 (source (package-source linux-libre))
4479 (build-system gnu-build-system)
4480 (arguments
4481 '(#:tests? #f
4482 #:phases
4483 (modify-phases %standard-phases
4484 (add-after 'unpack 'enter-subdirectory
4485 (lambda _
4486 (chdir "tools/power/x86/x86_energy_perf_policy")
4487 #t))
4488 (delete 'configure)
4489 (add-before 'build 'fix-makefile
4490 (lambda _
4491 (substitute* "Makefile" (("/usr") ""))
4492 #t)))
4493 #:make-flags
4494 (let ((out (assoc-ref %outputs "out")))
4495 (list (string-append "DESTDIR=" out)
4496 (string-append "LDFLAGS=-Wl,-rpath=" out "/lib")))))
4497 (supported-systems '("i686-linux" "x86_64-linux"))
4498 (home-page (package-home-page linux-libre))
4499 (synopsis "Display and update Intel-CPU energy-performance policy")
4500 (description
4501 "@command{x86_energy_perf_policy} displays and updates energy-performance
4502policy settings specific to Intel Architecture Processors. Settings are
4503accessed via Model Specific Register (MSR) updates, no matter if the Linux
4504cpufreq sub-system is enabled or not.")
4505 (license license:gpl2)))
4506
2b76f135
TGR
4507(define-public haveged
4508 (package
4509 (name "haveged")
389cae8b 4510 (version "1.9.6")
2b76f135
TGR
4511 (source
4512 (origin
893c340c
TGR
4513 (method git-fetch)
4514 (uri (git-reference
4515 (url "https://github.com/jirka-h/haveged.git")
389cae8b 4516 (commit (string-append "v" version))))
893c340c 4517 (file-name (git-file-name name version))
2b76f135 4518 (sha256
389cae8b 4519 (base32 "11kr19n2f87izsj341lv5amhd1wc2ckfmqr9pq5fxix8pkbs94rh"))))
2b76f135 4520 (build-system gnu-build-system)
6664ec0c 4521 (home-page "https://www.issihosts.com/haveged")
2b76f135
TGR
4522 (synopsis "Entropy source for the Linux random number generator")
4523 (description
4524 "haveged generates an unpredictable stream of random numbers for use by
4525Linux's @file{/dev/random} and @file{/dev/urandom} devices. The kernel's
4526standard mechanisms for filling the entropy pool may not be sufficient for
4527systems with high needs or limited user interaction, such as headless servers.
b71a3488 4528
2b76f135 4529@command{haveged} runs as a privileged daemon, harvesting randomness from the
8e42b087
TGR
4530indirect effects of hardware events on hidden processor state using the
4531@acronym{HAVEGE, HArdware Volatile Entropy Gathering and Expansion} algorithm.
4532It tunes itself to its environment and provides the same built-in test suite
4533for the output stream as used on certified hardware security devices.
4a147986
TGR
4534
4535The quality of the randomness produced by this algorithm has not been proven.
4536It is recommended to run it together with another entropy source like rngd, and
4537not as a replacement for it.")
2b76f135
TGR
4538 (license (list (license:non-copyleft "file://nist/mconf.h")
4539 (license:non-copyleft "file://nist/packtest.c")
4540 license:public-domain ; nist/dfft.c
4541 license:gpl3+)))) ; everything else
e385e957
TGR
4542
4543(define-public ecryptfs-utils
4544 (package
4545 (name "ecryptfs-utils")
4546 (version "111")
4547 (source
4548 (origin
4549 (method url-fetch)
4550 (uri (string-append "https://launchpad.net/ecryptfs/trunk/"
4551 version "/+download/ecryptfs-utils_"
4552 version ".orig.tar.gz"))
4553 (sha256
4554 (base32
4555 "0zwq19siiwf09h7lwa7n7mgmrr8cxifp45lmwgcfr8c1gviv6b0i"))))
4556 (build-system gnu-build-system)
4557 (arguments
17a21bcf
BT
4558 `(#:configure-flags (list "--disable-pywrap")
4559 #:phases
4560 (modify-phases %standard-phases
4561 (add-after 'patch-source-shebangs 'patch-hardcoded-paths
4562 (lambda* (#:key inputs outputs #:allow-other-keys)
4563 (let ((out (assoc-ref outputs "out"))
4564 (utils-linux (assoc-ref inputs "utils-linux"))
4565 (cryptsetup (assoc-ref inputs "cryptsetup"))
4566 (linux-pam (assoc-ref inputs "linux-pam"))
4567 (lvm2 (assoc-ref inputs "lvm2")))
4568 (substitute* '("src/utils/ecryptfs-mount-private"
4569 "src/utils/ecryptfs-umount-private"
4570 "src/utils/ecryptfs-setup-private"
e8ec2dda 4571 "src/utils/ecryptfs-setup-swap"
17a21bcf 4572 "src/utils/mount.ecryptfs.c"
e8ec2dda 4573 "src/utils/umount.ecryptfs.c"
17a21bcf
BT
4574 "src/pam_ecryptfs/pam_ecryptfs.c"
4575 "src/desktop/ecryptfs-mount-private.desktop.in"
e8ec2dda 4576 "src/desktop/ecryptfs-setup-private.desktop.in")
17a21bcf
BT
4577 (("/bin/mount")
4578 (string-append utils-linux "/bin/mount"))
4579 (("/bin/umount")
4580 (string-append utils-linux "/bin/umount"))
4581 (("/sbin/mount.ecryptfs_private")
4582 (string-append out "/sbin/mount.ecryptfs_private"))
4583 (("/sbin/umount.ecryptfs_private")
4584 (string-append out "/sbin/umount.ecryptfs_private"))
4585 (("/usr/bin/ecryptfs-mount-private")
4586 (string-append out "/bin/ecryptfs-mount-private"))
4587 (("/usr/bin/ecryptfs-rewrite-file")
4588 (string-append out "/bin/ecryptfs-rewrite-file"))
4589 (("/usr/bin/ecryptfs-setup-private")
4590 (string-append out "/bin/ecryptfs-setup-private"))
4591 (("/sbin/cryptsetup")
4592 (string-append cryptsetup "/sbin/cryptsetup"))
4593 (("/sbin/unix_chkpwd")
4594 (string-append linux-pam "/sbin/unix_chkpwd"))
4595 (("/sbin/dmsetup")
4596 (string-append lvm2 "/sbin/dmsetup")))))))))
e385e957
TGR
4597 (native-inputs
4598 `(("intltool" ,intltool)
4599 ("perl" ,perl) ; for pod2man
4600 ("pkg-config" ,pkg-config)))
4601 (inputs
4602 `(("keyutils" ,keyutils)
4603 ("linux-pam" ,linux-pam)
17a21bcf
BT
4604 ("utils-linux" ,util-linux)
4605 ("cryptsetup" ,cryptsetup)
4606 ("lvm2" ,lvm2)
e385e957
TGR
4607 ("nss" ,nss)))
4608 (home-page "http://ecryptfs.org/")
4609 (synopsis "eCryptfs cryptographic file system utilities")
4610 (description
4611 "eCryptfs is a POSIX-compliant stacked cryptographic file system for Linux.
4612Each file's cryptographic meta-data is stored inside the file itself, along
4613with the encrypted contents. This allows individual encrypted files to be
4614copied between hosts and still be decrypted with the proper key. eCryptfs is a
4615native Linux file system, and has been part of the Linux kernel since version
46162.6.19. This package contains the userland utilities to manage it.")
4617 ;; The files src/key_mod/ecryptfs_key_mod_{openssl,pkcs11_helper,tspi}.c
4618 ;; grant additional permission to link with OpenSSL.
4619 (license license:gpl2+)))
cff0adec
DC
4620
4621(define-public libnfsidmap
4622 (package
4623 (name "libnfsidmap")
4505369c
TGR
4624 (version "0.27")
4625 (source
4626 (origin
4627 (method url-fetch)
4628 (uri (string-append "https://fedorapeople.org/~steved/"
4629 name "/" version "/" name "-" version ".tar.bz2"))
4630 (sha256
4631 (base32 "0bg2bcii424mf1bnp3fssr8jszbvhdxl7wvifm1yf6g596v8b8i5"))))
cff0adec
DC
4632 (build-system gnu-build-system)
4633 (arguments
4634 `(#:configure-flags (list
4635 (string-append "--with-pluginpath="
4636 (assoc-ref %outputs "out")
4637 "/lib/libnfsidmap"))))
4505369c
TGR
4638 (native-inputs
4639 `(("autoconf" ,autoconf))) ; 0.27 still needs autoheader
cff0adec
DC
4640 (home-page
4641 "http://www.citi.umich.edu/projects/nfsv4/crossrealm/libnfsidmap_config.html")
4505369c 4642 (synopsis "NFSv4 support library for name/ID mapping")
cff0adec
DC
4643 (description "Libnfsidmap is a library holding mulitiple methods of
4644mapping names to ids and visa versa, mainly for NFSv4. It provides an
4645extensible array of mapping functions, currently consisting of two choices:
4646the default @code{nsswitch} and the experimental @code{umich_ldap}.")
4647 (license (license:non-copyleft "file://COPYING"
4648 "See COPYING in the distribution."))))
035d3593
DC
4649
4650(define-public module-init-tools
4651 (package
4652 (name "module-init-tools")
4653 (version "3.16")
4654 (source (origin
4655 (method url-fetch)
4656 (uri (string-append
4657 "mirror://kernel.org/linux/utils/kernel/module-init-tools/"
4658 "module-init-tools-" version ".tar.bz2"))
4659 (sha256
4660 (base32
4661 "0jxnz9ahfic79rp93l5wxcbgh4pkv85mwnjlbv1gz3jawv5cvwp1"))
4662 (patches (search-patches "module-init-tools-moduledir.patch"))))
4663 (build-system gnu-build-system)
4664 (arguments
4665 ;; FIXME: The upstream tarball lacks man pages, and building them would
4666 ;; require DocBook & co. We used to use Gentoo's pre-built man pages,
4667 ;; but they vanished. In the meantime, fake it.
dc1d3cde
KK
4668 '(#:phases
4669 (modify-phases %standard-phases
4670 (add-before 'configure 'fake-docbook
4671 (lambda _
4672 (substitute* "Makefile.in"
4673 (("^DOCBOOKTOMAN.*$")
4674 "DOCBOOKTOMAN = true\n"))
4675 #t)))))
81e59e41 4676 (home-page "https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/")
035d3593
DC
4677 (synopsis "Tools for loading and managing Linux kernel modules")
4678 (description
36a4366d
EF
4679 "Tools for loading and managing Linux kernel modules, such as
4680@code{modprobe}, @code{insmod}, @code{lsmod}, and more.")
035d3593 4681 (license license:gpl2+)))
dd65f3b7
TGR
4682
4683(define-public mcelog
4684 (package
4685 (name "mcelog")
e03e9c86 4686 (version "154")
dd65f3b7
TGR
4687 (source (origin
4688 (method url-fetch)
4689 (uri (string-append "https://git.kernel.org/cgit/utils/cpu/mce/"
4690 "mcelog.git/snapshot/v" version ".tar.gz"))
4691 (sha256
4692 (base32
e03e9c86 4693 "07628cr05f50m7lsvw26wxlnb7qcl0x6rymdpp5spqzhz91l58p3"))
dd65f3b7
TGR
4694 (file-name (string-append name "-" version ".tar.gz"))
4695 (modules '((guix build utils)))
4696 (snippet
6cbee49d
MW
4697 `(begin
4698 ;; The snapshots lack a .git directory,
4699 ;; breaking ‘git describe’.
4700 (substitute* "Makefile"
4701 (("\"unknown\"") (string-append "\"v" ,version "\"")))
4702 #t))))
dd65f3b7
TGR
4703 (build-system gnu-build-system)
4704 (arguments
4705 `(#:phases (modify-phases %standard-phases
4706 (delete 'configure)) ; no configure script
4707 #:make-flags (let ((out (assoc-ref %outputs "out")))
4708 (list "CC=gcc"
4709 (string-append "prefix=" out)
4710 (string-append "DOCDIR=" out "/share/doc/mcelog")
4711 "etcprefix=$(DOCDIR)/examples"))
4712 ;; The tests will only run as root on certain supported CPU models.
4713 #:tests? #f))
4714 (supported-systems (list "i686-linux" "x86_64-linux"))
71d60b96 4715 (home-page "https://mcelog.org/")
dd65f3b7
TGR
4716 (synopsis "Machine check monitor for x86 Linux systems")
4717 (description
4718 "The mcelog daemon is required by the Linux kernel to log memory, I/O, CPU,
4719and other hardware errors on x86 systems. It can also perform user-defined
4720tasks, such as bringing bad pages off-line, when configurable error thresholds
4721are exceeded.")
4722 (license license:gpl2)))
0c60cc53
DM
4723
4724(define-public mtd-utils
4725 (package
4726 (name "mtd-utils")
9ea820a5 4727 (version "2.1.1")
0c60cc53
DM
4728 (source (origin
4729 (method url-fetch)
4730 (uri (string-append
4731 "ftp://ftp.infradead.org/pub/mtd-utils/"
4732 "mtd-utils-" version ".tar.bz2"))
4733 (sha256
4734 (base32
9ea820a5 4735 "1lijl89l7hljx8xx70vrz9srd3h41v5gh4b0lvqnlv831yvyh5cd"))))
e8b9aaf0
EF
4736 (arguments
4737 '(#:configure-flags '("--enable-unit-tests")))
4738 (native-inputs
4739 `(("cmocka" ,cmocka)
4740 ("pkg-config" ,pkg-config)))
0c60cc53 4741 (inputs
f8f2b048 4742 `(("acl" ,acl) ; extended attributes (xattr)
0c60cc53 4743 ("libuuid" ,util-linux)
c695fb76 4744 ("lzo" ,lzo)
f8f2b048 4745 ("openssl" ,openssl) ; optional crypto support
9ea820a5
TGR
4746 ("zlib" ,zlib)
4747 ("zstd" ,zstd "lib")))
0c60cc53 4748 (build-system gnu-build-system)
0c60cc53
DM
4749 (synopsis "MTD Flash Storage Utilities")
4750 (description "This package provides utilities for testing, partitioning, etc
4751of flash storage.")
4752 (home-page "http://www.linux-mtd.infradead.org/")
4753 (license
4754 (list license:gpl2 ; Almost everything is gpl2 or gpl2+
4755 license:mpl1.1 ; All ftl* files
4756 license:expat)))) ; libiniparser
def6213f
LF
4757
4758(define-public libseccomp
4759 (package
4760 (name "libseccomp")
e01bd1a6 4761 (version "2.4.1")
def6213f
LF
4762 (source (origin
4763 (method url-fetch)
4764 (uri (string-append "https://github.com/seccomp/libseccomp/"
4765 "releases/download/v" version
4766 "/libseccomp-" version ".tar.gz"))
4767 (sha256
4768 (base32
e01bd1a6 4769 "1s06h2cgk0xxwmhwj72z33bllafc1xqnxzk2yyra2rmg959778qw"))))
def6213f
LF
4770 (build-system gnu-build-system)
4771 (native-inputs
4772 `(("which" ,which)))
4773 (synopsis "Interface to Linux's seccomp syscall filtering mechanism")
4774 (description "The libseccomp library provides an easy to use, platform
4775independent, interface to the Linux Kernel's syscall filtering mechanism. The
4776libseccomp API is designed to abstract away the underlying BPF based syscall
4777filter language and present a more conventional function-call based filtering
4778interface that should be familiar to, and easily adopted by, application
4779developers.")
4780 (home-page "https://github.com/seccomp/libseccomp")
4781 (license license:lgpl2.1)))
58c4f11e
TGR
4782
4783(define-public radeontop
4784 (package
4785 (name "radeontop")
88e1bce5 4786 (version "1.2")
ee861a54
TGR
4787 (source
4788 (origin
4789 (method git-fetch)
4790 (uri (git-reference
4791 (url "https://github.com/clbr/radeontop.git")
4792 (commit (string-append "v" version))))
4793 (file-name (git-file-name name version))
4794 (sha256
4795 (base32 "1b1m30r2nfwqkajqw6m01xmfhlq83z1qylyijxg7962mp9x2k0gw"))))
58c4f11e
TGR
4796 (build-system gnu-build-system)
4797 (arguments
4798 `(#:phases (modify-phases %standard-phases
4799 ;; getver.sh uses ‘git --describe’, isn't worth an extra git
4800 ;; dependency, and doesn't even work on release(!) tarballs.
4801 (add-after 'unpack 'report-correct-version
9922278b
MW
4802 (lambda _
4803 (substitute* "getver.sh"
4804 (("ver=unknown")
4805 (string-append "ver=" ,version)))
4806 #t))
58c4f11e
TGR
4807 (delete 'configure)) ; no configure script
4808 #:make-flags (list "CC=gcc"
4809 (string-append "PREFIX=" %output))
4810 #:tests? #f)) ; no tests
4811 (native-inputs
7c90d0f4 4812 `(("gettext" ,gettext-minimal)
58c4f11e
TGR
4813 ("pkg-config" ,pkg-config)))
4814 (inputs
4815 `(("libdrm" ,libdrm)
4816 ("libpciaccess" ,libpciaccess)
a7c61512 4817 ("libxcb" ,libxcb)
58c4f11e 4818 ("ncurses" ,ncurses)))
ee861a54 4819 (home-page "https://github.com/clbr/radeontop/")
58c4f11e
TGR
4820 (synopsis "Usage monitor for AMD Radeon graphics")
4821 (description "RadeonTop monitors resource consumption on supported AMD
4822Radeon Graphics Processing Units (GPUs), either in real time as bar graphs on
4823a terminal or saved to a file for further processing. It measures both the
4824activity of the GPU as a whole, which is also accurate during OpenCL
4825computations, as well as separate component statistics that are only meaningful
4826under OpenGL graphics workloads.")
4827 (license license:gpl3)))
0d74462a
MB
4828
4829(define-public efivar
4830 (package
4831 (name "efivar")
f19dfeeb 4832 (version "37")
0d74462a
MB
4833 (source (origin
4834 (method url-fetch)
c6dd2790 4835 (uri (string-append "https://github.com/rhboot/" name
0d74462a
MB
4836 "/releases/download/" version "/" name
4837 "-" version ".tar.bz2"))
4838 (sha256
4839 (base32
f19dfeeb 4840 "17vvfivhsrszh7q39b6npjsrhrhsjf1cmmcpp3xrh6wh7ywzwrrw"))))
0d74462a
MB
4841 (build-system gnu-build-system)
4842 (arguments
4843 `(;; Tests require a UEFI system and is not detected in the chroot.
4844 #:tests? #f
4845 #:make-flags (list (string-append "prefix=" %output)
4846 (string-append "libdir=" %output "/lib")
b2b2ba40 4847 "CC_FOR_BUILD=gcc"
0d74462a
MB
4848 (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
4849 #:phases
4850 (modify-phases %standard-phases
f90d6c3f
MB
4851 (delete 'configure)
4852 (add-before 'build 'kernel-headers-are-system-headers
4853 (lambda* (#:key inputs #:allow-other-keys)
4854 (let ((kernel-headers (assoc-ref inputs "kernel-headers")))
4855 ;; Make sure the kernel headers are treated as system headers
4856 ;; to suppress a conflict between "util.h" and <linux/fs.h>.
4857 (setenv "C_INCLUDE_PATH" (string-append kernel-headers "/include"))
4858 #t))))))
0d74462a
MB
4859 (native-inputs
4860 `(("pkg-config" ,pkg-config)))
4861 (inputs
4862 `(("popt" ,popt)))
c6dd2790 4863 (home-page "https://github.com/rhboot/efivar")
0d74462a
MB
4864 (synopsis "Tool and library to manipulate EFI variables")
4865 (description "This package provides a library and a command line
4866interface to the variable facility of UEFI boot firmware.")
4867 (license license:lgpl2.1+)))
1581406e
MB
4868
4869(define-public efibootmgr
4870 (package
4871 (name "efibootmgr")
732825f3 4872 (version "16")
1581406e
MB
4873 (source (origin
4874 (method url-fetch)
30559d8f
MB
4875 (uri (string-append "https://github.com/rhinstaller/efibootmgr"
4876 "/releases/download/" version "/efibootmgr"
1581406e
MB
4877 "-" version ".tar.bz2"))
4878 (sha256
4879 (base32
732825f3 4880 "0pzn67vxxaf7jna4cd0i4kqm60h04kb21hckksv9z82q9gxra1wm"))))
1581406e
MB
4881 (build-system gnu-build-system)
4882 (arguments
82e7a51c 4883 `(#:tests? #f ;no tests
1581406e
MB
4884 #:make-flags (list (string-append "prefix=" %output)
4885 (string-append "libdir=" %output "/lib")
732825f3
MB
4886 ;; EFIDIR denotes a subdirectory relative to the
4887 ;; EFI System Partition where the loader will be
4888 ;; installed (known as OS_VENDOR in the code).
4889 ;; GRUB overrides this, as such it's only used if
4890 ;; nothing else is specified on the command line.
b9a30e0d
MB
4891 "EFIDIR=gnu"
4892 ;; Treat kernel headers as system headers to prevent
4893 ;; warnings about conflicting types.
4894 (string-append "C_INCLUDE_PATH="
4895 (assoc-ref %build-inputs "kernel-headers")
4896 "/include"))
732825f3 4897 #:phases (modify-phases %standard-phases (delete 'configure))))
1581406e
MB
4898 (native-inputs
4899 `(("pkg-config" ,pkg-config)))
4900 (inputs
4901 `(("efivar" ,efivar)
4902 ("popt" ,popt)))
4903 (home-page "https://github.com/rhinstaller/efibootmgr")
4904 (synopsis "Modify the Extensible Firmware Interface (EFI) boot manager")
4905 (description
4906 "@code{efibootmgr} is a user-space application to modify the Intel
4907Extensible Firmware Interface (EFI) Boot Manager. This application can
4908create and destroy boot entries, change the boot order, change the next
4909running boot option, and more.")
4910 (license license:gpl2+)))
6d3e08d4
LF
4911
4912(define-public sysstat
4913 (package
4914 (name "sysstat")
3d761127 4915 (version "12.1.6")
6d3e08d4
LF
4916 (source (origin
4917 (method url-fetch)
36ac9520 4918 (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
6d3e08d4
LF
4919 "sysstat-" version ".tar.xz"))
4920 (sha256
4921 (base32
3d761127 4922 "0agi17n82k363mf9f7cky3isq195hw112vs98v26yfhm0v2g6lpp"))))
6d3e08d4
LF
4923 (build-system gnu-build-system)
4924 (arguments
4925 `(#:tests? #f ; No test suite.
4926 ;; Without this flag, it tries to install the man pages with group 'root'
4927 ;; and fails because /etc/passwd lacks an entry for the root user.
4928 #:configure-flags
4929 (list "--disable-file-attr"
4930 (string-append "conf_dir=" (assoc-ref %outputs "out") "/etc"))
4931 #:phases
4932 (modify-phases %standard-phases
4933 ;; The build process tries to create '/var/lib/sa', so we skip that
4934 ;; instruction.
4935 (add-after 'build 'skip-touching-var
4936 (lambda _
4937 (substitute* "Makefile"
4938 (("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)")
4939 ""))
4940 #t)))))
4941 (home-page "http://sebastien.godard.pagesperso-orange.fr/")
4942 (synopsis "Performance monitoring tools for Linux")
4943 (description "The sysstat utilities are a collection of performance
4944monitoring tools for Linux. These include @code{mpstat}, @code{iostat},
4945@code{tapestat}, @code{cifsiostat}, @code{pidstat}, @code{sar}, @code{sadc},
4946@code{sadf} and @code{sa}.")
4947 (license license:gpl2+)))
01be4f93
JMSG
4948
4949(define-public light
4950 (package
4951 (name "light")
ff598353 4952 (version "1.2")
01be4f93 4953 (source (origin
ff598353
PL
4954 (method url-fetch)
4955 (uri (string-append
4956 "https://github.com/haikarainen/light/archive/v"
4957 version ".tar.gz"))
01be4f93
JMSG
4958 (sha256
4959 (base32
ff598353
PL
4960 "1gfvsw7gh5pis733l7j54vzp272pvjyzbg8a0pvapfmg0s7mip97"))
4961 (file-name (string-append name "-" version ".tar.gz"))))
01be4f93 4962 (build-system gnu-build-system)
01be4f93 4963 (native-inputs
ff598353
PL
4964 `(("autoconf" ,autoconf)
4965 ("automake" ,automake)))
4966 (home-page "https://haikarainen.github.io/light/")
01be4f93
JMSG
4967 (synopsis "GNU/Linux application to control backlights")
4968 (description
4969 "Light is a program to send commands to screen backlight controllers
4970under GNU/Linux. Features include:
4971
4972@itemize
4973@item It does not rely on X.
4974@item Light can automatically figure out the best controller to use, making
4975full use of underlying hardware.
4976@item It is possible to set a minimum brightness value, as some controllers
4977set the screen to be pitch black at a vaĺue of 0 (or higher).
4978@end itemize
4979
4980Light is the successor of lightscript.")
4981 (license license:gpl3+)))
189d8422 4982
ab7f1eb9
VC
4983(define-public brightnessctl
4984 (let ((commit "6a791e7694aeeb5d027f71c6098e5182cf03371c"))
4985 (package
4986 (name "brightnessctl")
4987 (version (git-version "0.4" "0" commit))
4988 (source (origin
4989 (method git-fetch)
4990 (uri (git-reference
4991 (url "https://github.com/Hummer12007/brightnessctl/")
4992 (commit commit)))
4993 (file-name (git-file-name name version))
4994 (sha256
4995 (base32
4996 "1n1gb8ldgqv3vs565yhk1w4jfvrviczp94r8wqlkv5q6ab43c8w9"))))
4997 (build-system gnu-build-system)
4998 (arguments
4999 '(#:tests? #f ; no tests
5000 #:make-flags (list "CC=gcc"
5001 (string-append "PREFIX=" %output)
5002 (string-append "UDEVDIR=" %output "/lib/udev/rules.d/"))
5003 #:phases
5004 (modify-phases %standard-phases
5005 (delete 'configure)
5006 (add-after 'unpack 'adjust-udev-rules
5007 (lambda _
5008 (substitute* "90-brightnessctl.rules"
5009 (("/bin/") "/run/current-system/profile/bin/"))
5010 #t)))))
5011 (home-page "https://github.com/Hummer12007/brightnessctl")
5012 (synopsis "Backlight and LED brightness control")
5013 (description
5014 "This program allows you read and control device brightness. Devices
5015include backlight and LEDs. It can also preserve current brightness before
5016applying the operation, such as on lid close.
5017
5018The appropriate permissions must be set on the backlight or LED control
5019interface in sysfs, which can be accomplished with the included udev rules.")
5020 (license license:expat))))
5021
c7adafa7
MO
5022(define-public tlp
5023 (package
5024 (name "tlp")
5d51a977 5025 (version "1.2.2")
c7adafa7
MO
5026 (source (origin
5027 (method url-fetch)
5028 (uri (string-append
5029 "https://github.com/linrunner/"
5030 (string-upcase name)
5031 "/archive/" version ".tar.gz"))
5032 (file-name (string-append name "-" version ".tar.gz"))
5033 (sha256
5034 (base32
5d51a977 5035 "059kxrpxx580mm6p0z2a421nxngszyh4yqqhbgvn04b6a7dbsa2w"))))
c7adafa7
MO
5036 (inputs `(("bash" ,bash)
5037 ("dbus" ,dbus)
5038 ("ethtool" ,ethtool)
5039 ("eudev" ,eudev)
5040 ("grep" ,grep)
5041 ("hdparm" ,hdparm)
5042 ("inetutils" ,inetutils)
5043 ("iw" ,iw)
5044 ("kmod" ,kmod)
5045 ("pciutils" ,pciutils)
5046 ("perl" ,perl)
5047 ("rfkill" ,rfkill)
5048 ("sed" ,sed)
5049 ("usbutils" ,usbutils)
5050 ("util-linux" ,util-linux)
cf342a85
SS
5051 ("wireless-tools" ,wireless-tools)
5052 ,@(if (let ((system (or (%current-target-system)
5053 (%current-system))))
5054 (or (string-prefix? "i686-" system)
5055 (string-prefix? "x86_64-" system)))
5056 `(("x86-energy-perf-policy" ,x86-energy-perf-policy))
5057 '())))
c7adafa7
MO
5058 (build-system gnu-build-system)
5059 (arguments
cf342a85
SS
5060 `(#:modules ((guix build gnu-build-system)
5061 (guix build utils)
5062 (srfi srfi-1))
5063 #:phases
c7adafa7 5064 (modify-phases %standard-phases
cef3f146 5065 (delete 'configure) ; no configure script
c7adafa7
MO
5066 (add-before 'build 'setenv
5067 (lambda* (#:key outputs #:allow-other-keys)
5068 (let ((out (assoc-ref outputs "out")))
5069 (setenv "TLP_WITH_SYSTEMD" "0")
5070 (setenv "TLP_NO_INIT" "1")
5071 (setenv "TLP_NO_PMUTILS" "1")
5072 (setenv "TLP_SBIN" (string-append out "/bin"))
5073 (setenv "TLP_BIN" (string-append out "/bin"))
c6e775a8
NG
5074 (setenv "TLP_TLIB" (string-append out "/share/tlp"))
5075 (setenv "TLP_FLIB" (string-append out "/share/tlp/func.d"))
c7adafa7 5076 (setenv "TLP_ULIB" (string-append out "/lib/udev"))
32e75b48 5077 (setenv "TLP_CONF" "/etc/tlp")
5d51a977
NG
5078 (setenv "TLP_ELOD"
5079 (string-append out "/lib/elogind/system-sleep"))
c7adafa7
MO
5080 (setenv "TLP_SHCPL"
5081 (string-append out "/share/bash-completion/completions"))
6db6c3a9 5082 (setenv "TLP_MAN" (string-append out "/share/man"))
272fc9dc
TGR
5083 (setenv "TLP_META" (string-append out "/share/metainfo"))
5084 #t)))
cef3f146
TGR
5085 (delete 'check) ; no tests
5086 (add-before 'install 'fix-installation
5087 (lambda _
5088 ;; Stop the Makefile from trying to create system directories.
5d51a977
NG
5089 (substitute* "Makefile"
5090 (("\\[ -f \\$\\(_CONF\\) \\]") "#")
5091 (("install -d -m 755 \\$\\(_VAR\\)") "#"))
272fc9dc 5092 #t))
c7adafa7
MO
5093 (replace 'install
5094 (lambda _
9922278b 5095 (invoke "make" "install-tlp" "install-man")))
c7adafa7
MO
5096 (add-after 'install 'wrap
5097 (lambda* (#:key inputs outputs #:allow-other-keys)
5098 (let* ((bin (string-append (assoc-ref outputs "out") "/bin"))
5099 (bin-files (find-files bin ".*")))
5100 (define (bin-directory input-name)
cf342a85
SS
5101 (let ((p (assoc-ref inputs input-name)))
5102 (and p (string-append p "/bin"))))
c7adafa7
MO
5103 (define (sbin-directory input-name)
5104 (string-append (assoc-ref inputs input-name) "/sbin"))
5105 (for-each (lambda (program)
5106 (wrap-program program
5107 `("PATH" ":" prefix
5108 ,(append
cf342a85
SS
5109 (filter-map bin-directory
5110 '("bash"
5111 "coreutils"
5112 "dbus"
5113 "eudev"
5114 "grep"
5115 "inetutils"
5116 "kmod"
5117 "perl"
5118 "sed"
5119 "usbutils"
5120 "util-linux"
5121 "x86-energy-perf-policy"))
5122 (filter-map sbin-directory
5123 '("ethtool"
5124 "hdparm"
5125 "iw"
5126 "pciutils"
5127 "rfkill"
5128 "wireless-tools"))))))
272fc9dc
TGR
5129 bin-files)
5130 #t))))))
c7adafa7
MO
5131 (home-page "http://linrunner.de/en/tlp/tlp.html")
5132 (synopsis "Power management tool for Linux")
5133 (description "TLP is a power management tool for Linux. It comes with
5134a default configuration already optimized for battery life. Nevertheless,
5135TLP is customizable to fulfil system requirements. TLP settings are applied
5136every time the power supply source is changed.")
c7adafa7
MO
5137 ;; 'COPYING' is a custom version that says that one file is GPLv3+ and the
5138 ;; rest is GPLv2+.
5139 (license (list license:gpl2+ license:gpl3+))))
5140
189d8422
BG
5141(define-public lshw
5142 (package
5143 (name "lshw")
5144 (version "B.02.18")
5145 (source (origin
5146 (method url-fetch)
5147 (uri (string-append "https://www.ezix.org/software/"
5148 "files/lshw-" version
5149 ".tar.gz"))
5150 (sha256
5151 (base32
5152 "0brwra4jld0d53d7jsgca415ljglmmx1l2iazpj4ndilr48yy8mf"))))
5153 (build-system gnu-build-system)
5154 (arguments
5155 `(#:phases (modify-phases %standard-phases (delete 'configure))
5156 #:tests? #f ; no tests
5157 #:make-flags
5158 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
5159 (synopsis "List hardware information")
5160 (description
5161 "@command{lshw} (Hardware Lister) is a small tool to provide
5162detailed information on the hardware configuration of the machine.
5163It can report exact memory configuration, firmware version, mainboard
5164configuration, CPU version and speed, cache configuration, bus speed,
5165and more on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC
5166machines (PowerMac G4 is known to work).")
5167 (home-page "https://www.ezix.org/project/wiki/HardwareLiSter")
5168 (license license:gpl2+)))
2f4a58b5
LF
5169
5170(define-public libmnl
5171 (package
5172 (name "libmnl")
5173 (version "1.0.4")
5174 (source
5175 (origin
5176 (method url-fetch)
f11ae44f 5177 (uri (string-append "mirror://netfilter.org/libmnl/"
2f4a58b5
LF
5178 "libmnl-" version ".tar.bz2"))
5179 (sha256
5180 (base32
5181 "108zampspaalv44zn0ar9h386dlfixpd149bnxa5hsi8kxlqj7qp"))))
5182 (build-system gnu-build-system)
5183 (home-page "https://www.netfilter.org/projects/libmnl/")
5184 (synopsis "Netlink utility library")
5185 (description "Libmnl is a minimalistic user-space library oriented to
5186Netlink developers. There are a lot of common tasks in parsing, validating,
5187constructing of both the Netlink header and TLVs that are repetitive and easy to
5188get wrong. This library aims to provide simple helpers that allows you to
5189re-use code and to avoid re-inventing the wheel.")
5190 (license license:lgpl2.1+)))
b754c612
LF
5191
5192(define-public libnftnl
5193 (package
5194 (name "libnftnl")
c5e3f4f0 5195 (version "1.1.4")
b754c612 5196 (source
e569c772
TGR
5197 (origin
5198 (method url-fetch)
5199 (uri (string-append "mirror://netfilter.org/libnftnl/"
5200 "libnftnl-" version ".tar.bz2"))
5201 (sha256
c5e3f4f0 5202 (base32 "087dfc2n4saf2k68hyi4byvgz5grwpw5kfjvmkpn3wmd8y1riiy8"))))
b754c612
LF
5203 (build-system gnu-build-system)
5204 (native-inputs
5205 `(("pkg-config" ,pkg-config)))
5206 (inputs
5207 `(("libmnl" ,libmnl)))
5208 (home-page "https://www.netfilter.org/projects/libnftnl/index.html")
5209 (synopsis "Netlink programming interface to the Linux nf_tables subsystem")
5210 (description "Libnftnl is a userspace library providing a low-level netlink
5211programming interface to the in-kernel nf_tables subsystem. The library
5212libnftnl has been previously known as libnftables. This library is currently
5213used by nftables.")
5214 (license license:gpl2+)))
62b28c0e 5215
dfe93c9a
RH
5216(define-public nftables
5217 (package
5218 (name "nftables")
f8b7c35a 5219 (version "0.9.2")
dfe93c9a
RH
5220 (source
5221 (origin
5222 (method url-fetch)
5223 (uri (string-append "http://www.nftables.org/projects/nftables"
5224 "/files/nftables-" version ".tar.bz2"))
5225 (sha256
5226 (base32
f8b7c35a 5227 "1x8kalbggjq44j4916i6vyv1rb20dlh1dcsf9xvzqsry2j063djw"))))
dfe93c9a 5228 (build-system gnu-build-system)
9cb4bda2
RH
5229 (arguments `(#:configure-flags
5230 '("--disable-man-doc"))) ; FIXME: Needs docbook2x.
c695fb76
TGR
5231 (inputs `(("bison" ,bison)
5232 ("flex" ,flex)
5233 ("gmp" ,gmp)
5234 ("libmnl" ,libmnl)
5235 ("libnftnl" ,libnftnl)
5236 ("readline" ,readline)))
5237 (native-inputs `(("pkg-config" ,pkg-config)))
dfe93c9a
RH
5238 (home-page "http://www.nftables.org")
5239 (synopsis "Userspace utility for Linux packet filtering")
5240 (description "nftables is the project that aims to replace the existing
5241{ip,ip6,arp,eb}tables framework. Basically, this project provides a new packet
5242filtering framework, a new userspace utility and also a compatibility layer for
5243{ip,ip6}tables. nftables is built upon the building blocks of the Netfilter
5244infrastructure such as the existing hooks, the connection tracking system, the
5245userspace queueing component and the logging subsystem.")
5246 (license license:gpl2)))
5247
62b28c0e
LC
5248(define-public proot
5249 (package
5250 (name "proot")
5251 (version "5.1.0")
674495b7
TGR
5252 (source
5253 (origin
5254 (method git-fetch)
5255 (uri (git-reference
5256 (url "https://github.com/proot-me/PRoot.git")
5257 (commit (string-append "v" version))))
5258 (file-name (git-file-name name version))
5259 (sha256
5260 (base32 "0azsqis99gxldmbcg43girch85ysg4hwzf0h1b44bmapnsm89fbz"))
5261 (patches (search-patches "proot-test-fhs.patch"))))
62b28c0e
LC
5262 (build-system gnu-build-system)
5263 (arguments
5264 '(#:make-flags '("-C" "src")
5265
5266 #:phases (modify-phases %standard-phases
5267 (delete 'configure)
5268 (add-before 'build 'set-shell-file-name
5269 (lambda* (#:key inputs #:allow-other-keys)
5270 (substitute* (find-files "src" "\\.[ch]$")
5271 (("\"/bin/sh\"")
5272 (string-append "\""
5273 (assoc-ref inputs "bash")
5274 "/bin/sh\"")))
5275 #t))
5276 (add-before 'check 'fix-fhs-assumptions-in-tests
5277 (lambda _
5278 (substitute* "tests/test-c6b77b77.mk"
5279 (("/bin/bash") (which "bash"))
5280 (("/usr/bin/test") (which "test")))
5281 (substitute* '("tests/test-16573e73.c")
5282 (("/bin/([a-z-]+)" _ program)
5283 (which program)))
5284
5285 (substitute* (find-files "tests" "\\.sh$")
5286 ;; Some of the tests try to "bind-mount" /bin/true.
5287 (("-b /bin/true:")
5288 (string-append "-b " (which "true") ":"))
5289 ;; Likewise for /bin.
5290 (("-b /bin:") "-b /gnu:")
5291 ;; Others try to run /bin/sh.
5292 (("/bin/sh") (which "sh"))
5293 ;; Others assume /etc/fstab exists.
5294 (("/etc/fstab") "/etc/passwd"))
5295
5296 (substitute* "tests/GNUmakefile"
5297 (("-b /bin:") "-b /gnu:"))
5298
5299 ;; XXX: This test fails in an obscure corner case, just
5300 ;; skip it.
5301 (delete-file "tests/test-kkkkkkkk.c")
5302
5303 #t))
5304 (replace 'check
5305 (lambda _
5306 (let ((n (parallel-job-count)))
5307 ;; For some reason we get lots of segfaults with
5308 ;; seccomp support (x86_64, Linux-libre 4.11.0).
5309 (setenv "PROOT_NO_SECCOMP" "1")
5310
5311 ;; Most of the tests expect "/bin" to be in $PATH so
5312 ;; they can run things that live in $ROOTFS/bin.
5313 (setenv "PATH"
5314 (string-append (getenv "PATH") ":/bin"))
5315
06153a30
MW
5316 (invoke "make" "check" "-C" "tests"
5317 ;;"V=1"
5318 "-j" (number->string n)))))
62b28c0e
LC
5319 (replace 'install
5320 (lambda* (#:key outputs #:allow-other-keys)
5321 ;; The 'install' rule does nearly nothing.
06153a30
MW
5322 (let* ((out (assoc-ref outputs "out"))
5323 (man1 (string-append out "/share/man/man1")))
5324 ;; TODO: 'make install-care' (does not even
5325 ;; build currently.)
5326 (invoke "make" "-C" "src" "install"
5327 (string-append "PREFIX=" out))
5328
5329 (mkdir-p man1)
5330 (copy-file "doc/proot/man.1"
5331 (string-append man1 "/proot.1"))
5332 #t))))))
62b28c0e
LC
5333 (native-inputs `(("which" ,which)
5334
5335 ;; For 'mcookie', used by some of the tests.
5336 ("util-linux" ,util-linux)))
5337 (inputs `(("talloc" ,talloc)))
674495b7 5338 (home-page "https://github.com/proot-me/PRoot")
62b28c0e
LC
5339 (synopsis "Unprivileged chroot, bind mount, and binfmt_misc")
5340 (description
5341 "PRoot is a user-space implementation of @code{chroot}, @code{mount --bind},
5342and @code{binfmt_misc}. This means that users don't need any privileges or
5343setup to do things like using an arbitrary directory as the new root
162a1374 5344file system, making files accessible somewhere else in the file system
62b28c0e
LC
5345hierarchy, or executing programs built for another CPU architecture
5346transparently through QEMU user-mode. Also, developers can use PRoot as a
5347generic process instrumentation engine thanks to its extension mechanism.
5348Technically PRoot relies on @code{ptrace}, an unprivileged system-call
5349available in the kernel Linux.")
5350 (license license:gpl2+)))
b9048a14
LC
5351
5352(define-public proot-static
5353 (package
5354 (inherit proot)
5355 (name "proot-static")
5356 (synopsis
5357 "Unprivileged chroot, bind mount, and binfmt_misc (statically linked)")
5358 (inputs `(("talloc" ,talloc/static)))
5359 (arguments
5360 (substitute-keyword-arguments (package-arguments proot)
5361 ((#:make-flags flags)
5362 `(cons "LDFLAGS = -ltalloc -static -static-libgcc" ,flags))
5363 ((#:phases phases)
5364 `(modify-phases ,phases
5365 (add-after 'strip 'remove-store-references
5366 (lambda* (#:key outputs #:allow-other-keys)
5367 (let* ((out (assoc-ref outputs "out")))
5368 (with-directory-excursion out
5369 (remove-store-references "bin/proot")
5370 #t))))))
5371 ((#:allowed-references _ '("out"))
5372 '("out"))))))
1113386b
CL
5373
5374(define-public cpuid
5375 (package
5376 (name "cpuid")
ad21323c 5377 (version "20180519")
1113386b
CL
5378 (source (origin
5379 (method url-fetch)
5380 (uri (string-append "http://www.etallen.com/cpuid/cpuid-"
5381 version ".src.tar.gz"))
5382 (sha256
5383 (base32
ad21323c 5384 "16pzwyifc9glpk1hm6bqb5d1a7cw0qnqiamh5sbvqg7j6sz26y4n"))))
1113386b
CL
5385 (build-system gnu-build-system)
5386 (arguments
5387 '(#:make-flags '("CC=gcc")
fb9232d7 5388 #:tests? #f ; no tests
1113386b 5389 #:phases (modify-phases %standard-phases
fb9232d7 5390 (delete 'configure) ; no configure script
1113386b
CL
5391 (add-before 'install 'fix-makefile
5392 (lambda* (#:key outputs #:allow-other-keys)
5393 (substitute* "Makefile"
5394 (("\\$\\(BUILDROOT\\)/usr") (assoc-ref outputs "out")))
5395 ;; Make the compressed manpages writable so that the
5396 ;; reset-gzip-timestamps phase does not error out.
5397 (substitute* "Makefile"
5398 (("-m 444") "-m 644"))
5399 #t)))))
5400 (inputs `(("perl" ,perl)))
5401 (supported-systems '("i686-linux" "x86_64-linux"))
5402 (home-page "http://www.etallen.com/cpuid.html")
5403 (synopsis "Linux tool to dump x86 CPUID information about the CPU(s)")
5404 (description "cpuid dumps detailed information about the CPU(s) gathered
5405from the CPUID instruction, and also determines the exact model of CPU(s). It
5406supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC,
5407NexGen, Rise, and SiS CPUs.")
5408 (license license:gpl2+)))
afc9d8ec
LF
5409
5410(define-public jmtpfs
5411 (package
5412 (name "jmtpfs")
5413 (version "0.5")
5414 (source
5415 (origin
5416 (method url-fetch)
5417 (uri (string-append "https://github.com/JasonFerrara/jmtpfs/archive/v"
5418 version ".tar.gz"))
5419 (file-name (string-append name "-" version ".tar.gz"))
5420 (sha256
5421 (base32
5422 "10v8d7mmx8b8123x5f9y9zaaa428ms6wkngwn2ra71n5a53wrjn0"))))
5423 (build-system gnu-build-system)
5424 (inputs
5425 `(("file" ,file)
5426 ("fuse" ,fuse)
5427 ("libmtp" ,libmtp)))
5428 (native-inputs
5429 `(("pkg-config" ,pkg-config)))
5430 (home-page "https://github.com/JasonFerrara/jmtpfs")
162a1374
TGR
5431 (synopsis "Use a FUSE file system to access data over MTP")
5432 (description "jmtpfs uses FUSE (file system in userspace) to provide access
afc9d8ec 5433to data over the Media Transfer Protocol (MTP). Unprivileged users can mount
162a1374 5434the MTP device as a file system.")
afc9d8ec 5435 (license license:gpl3)))
a73e7dd3
DL
5436
5437(define-public procenv
5438 (package
5439 (name "procenv")
cb9b1a04 5440 (version "0.50")
a73e7dd3
DL
5441 (source
5442 (origin
5443 (method url-fetch)
5444 (uri (string-append "https://github.com/jamesodhunt/procenv/archive/"
5445 version ".tar.gz"))
5446 (file-name (string-append name "-" version ".tar.gz"))
5447 (sha256
cb9b1a04 5448 (base32 "0dvscyf47i3j5ay0amncqmqw9kd916689r2pqdvpnsrhp6j46zp1"))))
a73e7dd3
DL
5449 (build-system gnu-build-system)
5450 (arguments `(#:configure-flags '("--disable-silent-rules")))
86574116 5451 (native-inputs `(("pkg-config" ,pkg-config)))
a73e7dd3
DL
5452 (inputs `(("expat" ,expat) ("libcap" ,libcap) ("check" ,check)
5453 ("groff" ,groff) ; for tests
5454 ("libselinux" ,libselinux)))
5455 (synopsis "Utility to show process environment")
5456 (description "Procenv is a command-line tool that displays as much detail about
5457itself and its environment as possible. It can be used as a test
5458tool, to understand the type of environment a process runs in, and for
5459comparing system environments.")
5460 (home-page "http://github.com/jamesodhunt/procenv/")
5461 (license license:gpl3+)))
ae5947b0
DL
5462
5463(define-public libfabric
5464 (package
5465 (name "libfabric")
5466 (version "1.4.1")
5467 (source
5468 (origin
5469 (method url-fetch)
5470 (uri
5471 (string-append "https://github.com/ofiwg/libfabric/releases/download/v"
5472 version "/libfabric-" version ".tar.bz2"))
5473 (sha256
5474 (base32 "19l2m1frna1l765z4j7wl8hp4rb9wrh0hy5496685hd183hmy5pv"))))
5475 (build-system gnu-build-system)
5476 (inputs `(("rdma-core" ,rdma-core)
91298042
EF
5477 ,@(match (%current-system)
5478 ((member (package-supported-systems psm))
5479 `(("psm" ,psm)))
5480 (_ `()))
ae5947b0
DL
5481 ("libnl" ,libnl)))
5482 (home-page "https://ofiwg.github.io/libfabric/")
5483 (synopsis "Open Fabric Interfaces")
5484 (description
5485 "OpenFabrics Interfaces (OFI) is a framework focused on exporting fabric
5486communication services to applications. OFI is best described as a collection
5487of libraries and applications used to export fabric services. The key
5488components of OFI are: application interfaces, provider libraries, kernel
5489services, daemons, and test applications.
5490
5491Libfabric is a core component of OFI. It is the library that defines and
5492exports the user-space API of OFI, and is typically the only software that
5493applications deal with directly. It works in conjunction with provider
5494libraries, which are often integrated directly into libfabric.")
5495 (license (list license:bsd-2 license:gpl2)))) ;dual
fd23d259
DL
5496
5497(define-public psm
5498 (package
5499 (name "psm")
5500 (version "3.3.20170428")
b50a9cc0 5501 (home-page "https://github.com/intel/psm")
fd23d259
DL
5502 (source
5503 (origin
5504 (method git-fetch)
b50a9cc0 5505 (uri (git-reference (url home-page)
fd23d259
DL
5506 (commit "604758e76dc31e68d1de736ccf5ddf16cb22355b")))
5507 (file-name (string-append "psm-" version ".tar.gz"))
5508 (sha256
5509 (base32 "0nsb325dmhn5ia3d2cnksqr0gdvrrx2hmvlylfgvmaqdpq76zm85"))
5510 (patches (search-patches
5511 "psm-arch.patch" ; uname -p returns "unknown" on Debian 9
5512 "psm-ldflags.patch" ; build shared lib with LDFLAGS
5513 "psm-repro.patch")))) ; reproducibility
5514 (build-system gnu-build-system)
5515 (inputs `(("libuuid" ,util-linux)))
5516 (arguments
5517 '(#:make-flags `("PSM_USE_SYS_UUID=1" "CC=gcc" "WERROR="
5518 ,(string-append "INSTALL_PREFIX=" %output)
5519 ,(string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
5520 #:tests? #f
5521 #:phases (modify-phases %standard-phases
5522 (delete 'configure)
5523 (add-after 'unpack 'patch-/usr/include
5524 (lambda _
5525 (substitute* "Makefile"
5526 (("\\$\\{DESTDIR}/usr/include")
5527 (string-append %output "/include")))
5528 (substitute* "Makefile"
5529 (("/lib64") "/lib"))
41313ace
EB
5530 #t))
5531 (add-after 'unpack 'patch-sysmacros
5532 (lambda _
5533 (substitute* "ipath/ipath_proto.c"
5534 (("#include <sys/poll.h>" m)
5535 (string-append m "\n"
5536 "#include <sys/sysmacros.h>")))
fd23d259 5537 #t)))))
fd23d259
DL
5538 (synopsis "Intel Performance Scaled Messaging (PSM) Libraries")
5539 (description
5540 "The PSM Messaging API, or PSM API, is Intel's low-level user-level
5541communications interface for the True Scale family of products. PSM users are
5542enabled with mechanisms necessary to implement higher level communications
5543interfaces in parallel environments.")
b516b780
EF
5544 ;; Only Intel-compatable processors are supported.
5545 (supported-systems '("i686-linux" "x86_64-linux"))
fd23d259 5546 (license (list license:bsd-2 license:gpl2)))) ;dual
c1c82584
TGR
5547
5548(define-public snapscreenshot
5549 (package
5550 (name "snapscreenshot")
5551 (version "1.0.14.3")
5552 (source
5553 (origin
5554 (method url-fetch)
5555 (uri (string-append "http://bisqwit.iki.fi/src/arch/"
5556 name "-" version ".tar.bz2"))
5557 (sha256
5558 (base32 "0gzvqsbf6a2sbd1mqvj1lbm57i2bm5k0cr6ncr821d1f32gw03mk"))))
5559 (build-system gnu-build-system)
5560 (arguments
5561 `(#:make-flags
5562 (let ((out (assoc-ref %outputs "out")))
5563 (list (string-append "BINDIR=" out "/bin")
5564 (string-append "MANDIR=" out "/share/man")))
5565 #:tests? #f ; no test suite
5566 #:phases
5567 (modify-phases %standard-phases
5568 (delete 'configure) ; ./configure is a snarky no-op
5569 (add-before 'install 'fix-ownership
5570 ;; Install binaries owned by ‘root’ instead of the nonexistent ‘bin’.
5571 (lambda _
5572 (substitute* "depfun.mak"
5573 ((" -o bin -g bin ") " "))
5574 #t))
5575 (add-before 'install 'create-output-directories
5576 (lambda* (#:key outputs #:allow-other-keys)
5577 (let ((out (assoc-ref outputs "out")))
5578 (mkdir-p (string-append out "/share/man/man1"))
5579 #t))))))
81e59e41 5580 (home-page "https://bisqwit.iki.fi/source/snapscreenshot.html")
c1c82584
TGR
5581 (synopsis "Take screenshots of one or more Linux text consoles")
5582 (description
5583 "snapscreenshot saves a screenshot of one or more Linux text consoles as a
5584Targa (@dfn{.tga}) image. It can be used by anyone with read access to the
5585relevant @file{/dev/vcs*} file(s).")
5586 (license license:gpl2)))
8d8d227b
TGR
5587
5588(define-public fbcat
5589 (package
5590 (name "fbcat")
7f86e5e7 5591 (version "0.5.1")
8d8d227b
TGR
5592 (source
5593 (origin
5594 (method url-fetch)
5595 (uri (string-append "https://github.com/jwilk/fbcat/releases/download/"
5596 version "/" name "-" version ".tar.gz"))
5597 (sha256
7f86e5e7 5598 (base32 "0pj9hxmwhbz6kmd7847yx2jh1scl9l25zgndyi8s9vlzdkq2q8d7"))))
8d8d227b 5599 (build-system gnu-build-system)
8d8d227b
TGR
5600 (inputs
5601 ;; The ‘fbgrab’ wrapper can use one of several PPM-to-PNG converters. We
5602 ;; choose netpbm simply because it's the smallest. It still adds ~94 MiB
5603 ;; to an otherwise tiny package, so we put ‘fbgrab’ in its own output.
5604 `(("pnmtopng" ,netpbm)))
5605 (outputs (list "out" "fbgrab"))
5606 (arguments
7f86e5e7
TGR
5607 `(#:make-flags
5608 (list "CC=gcc"
5609 (string-append "PREFIX=" (assoc-ref %outputs "out")))
8d8d227b
TGR
5610 #:tests? #f ; no tests
5611 #:phases
5612 (modify-phases %standard-phases
8d8d227b 5613 (delete 'configure) ; no configure script
8d8d227b
TGR
5614 (add-after 'build 'qualify-references
5615 (lambda* (#:key inputs outputs #:allow-other-keys)
5616 (let* ((pnmtopng (assoc-ref inputs "pnmtopng"))
5617 (out (assoc-ref outputs "out")))
5618 (substitute* "fbgrab"
5619 (("fbcat" all)
5620 (string-append out "/bin/" all))
5621 (("pnmtopng" all)
5622 (string-append pnmtopng "/bin/" all)))
5623 #t)))
7f86e5e7 5624 (add-after 'install 'split-fbgrab-output
8d8d227b
TGR
5625 (lambda* (#:key outputs #:allow-other-keys)
5626 (let* ((out (assoc-ref outputs "out"))
5627 (out:fbgrab (assoc-ref outputs "fbgrab")))
7f86e5e7
TGR
5628 (for-each (lambda (file)
5629 (let ((old (string-append out "/" file))
5630 (new (string-append out:fbgrab "/" file)))
5631 (mkdir-p (dirname new))
5632 (rename-file old new)))
5633 (list "bin/fbgrab"
5634 "share/man/man1/fbgrab.1"))
8d8d227b
TGR
5635 #t))))))
5636 (home-page "https://jwilk.net/software/fbcat")
5637 (synopsis "Take a screenshot of the contents of the Linux framebuffer")
5638 (description
5639 "fbcat saves the contents of the Linux framebuffer (@file{/dev/fb*}), or
5640a dump therof. It supports a wide range of drivers and pixel formats.
5641@command{fbcat} can take screenshots of virtually any application that can be
5642made to write its output to the framebuffer, including (but not limited to)
5643text-mode or graphical applications that don't use a display server.
5644
5645Also included is @command{fbgrab}, a wrapper around @command{fbcat} that
5646emulates the behaviour of Gunnar Monell's older fbgrab utility.")
5647 (license license:gpl2)))
a69e0cf3
5648
5649(define-public libcgroup
5650 (package
5651 (name "libcgroup")
5652 (version "0.41")
5653 (source
5654 (origin
5655 (method url-fetch)
5656 (uri (string-append
5657 "mirror://sourceforge/libcg/" name "/"
5658 version "/" name "-" version ".tar.bz2"))
5659 (sha256
5660 (base32 "0lgvyq37gq84sk30sg18admxaj0j0p5dq3bl6g74a1ppgvf8pqz4"))))
5661 (build-system gnu-build-system)
5662 (arguments
5663 `(#:tests? #f))
5664 (native-inputs
5665 `(("bison" ,bison)
5666 ("flex" ,flex)))
5667 (inputs
5668 `(("linux-pam" ,linux-pam)))
5669 (home-page "https://sourceforge.net/projects/libcg/")
5670 (synopsis "Control groups management tools")
5671 (description "Control groups is Linux kernel method for process resource
5672restriction, permission handling and more. This package provides userspace
5673interface to this kernel feature.")
5674 (license license:lgpl2.1)))
5849c68a
R
5675
5676(define-public mbpfan
5677 (package
5678 (name "mbpfan")
26fad5b7 5679 (version "2.1.1")
5849c68a
R
5680 (source
5681 (origin
5478ab1e
TGR
5682 (method git-fetch)
5683 (uri (git-reference
5684 (url "https://github.com/dgraziotin/mbpfan.git")
5685 (commit (string-append "v" version))))
5686 (file-name (git-file-name name version))
5849c68a 5687 (sha256
26fad5b7 5688 (base32 "0aijyxrqh01x0s80yr4cgxgd001iiqqph65pxvby7f0wz8lnxnqj"))))
5849c68a
R
5689 (build-system gnu-build-system)
5690 (arguments
697c5846 5691 '(#:tests? #f ; tests ask to be run as root
5849c68a
R
5692 #:make-flags (let ((out (assoc-ref %outputs "out")))
5693 (list (string-append "DESTDIR=" out)
5694 "CC=gcc"))
5695 #:phases
5696 (modify-phases %standard-phases
5697 (add-after 'unpack 'patch-paths
5698 (lambda _
5699 (substitute* "Makefile"
5700 (("/usr") ""))
5701 #t))
697c5846 5702 (delete 'configure)))) ; there's no configure phase
5849c68a
R
5703 (home-page "https://github.com/dgraziotin/mbpfan")
5704 (synopsis "Control fan speed on Macbooks")
5705 (description
5706 "mbpfan is a fan control daemon for Apple Macbooks. It uses input from
5707the @code{coretemp} module and sets the fan speed using the @code{applesmc}
5708module. It can be executed as a daemon or in the foreground with root
5709privileges.")
5710 (license license:gpl3+)))
25637b77
PAR
5711
5712(define-public psm2
5713 (package
5714 (name "psm2")
5715 (version "10.3-46")
5716 (source (origin
5717 (method git-fetch)
5718 (uri (git-reference
5719 (url "https://github.com/intel/opa-psm2.git")
5720 (commit (string-append "PSM2_" version))))
5721 (file-name (git-file-name name version))
5722 (sha256
5723 (base32
5724 "0wadphv4rl5p38x6a3dgpbijlzqdvcn02cfafnp72nh9faz0zvlx"))))
5725 (build-system gnu-build-system)
5726 (arguments
5727 '(#:make-flags
5728 `(,(string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
5729 #:tests? #f
5730 #:phases (modify-phases %standard-phases
5731 (delete 'configure)
5732 (add-after 'unpack 'patch-Makefiles
5733 (lambda _
5734 (substitute* "Makefile"
5735 (("/lib64") "/lib")
5736 (("/usr") ""))
5737 (substitute* "compat/Makefile"
5738 (("/lib64") "/lib")
5739 (("/usr") ""))
5740 #t))
5741 (replace 'install
5742 (lambda _
5743 (setenv "DESTDIR" %output)
5744 (invoke "make" "install")
5745 #t)))))
5746 (inputs
5747 `(("rdma-core" ,rdma-core)
5748 ("numactl" ,numactl)))
5749 (synopsis "Intel Performance Scaled Messaging 2 (PSM2) library")
5750 (description
5751 "This package is low-level user-level Intel's communications interface.
5752The PSM2 API is a high-performance vendor-specific protocol that provides a
5753low-level communications interface for the Intel Omni-Path family of
5754high-speed networking devices.")
5755 (home-page "https://github.com/intel/opa-psm2")
5756 ;; Only the x86_64 architecure is supported.
5757 (supported-systems '("x86_64-linux"))
5758 (license (list license:bsd-3 license:gpl2)))) ; dual
2690b6ce
PAR
5759
5760(define-public libpfm4
5761 (package
5762 (name "libpfm4")
5763 (version "4.9.0")
5764 (source (origin
5765 (method url-fetch)
5766 (uri (string-append "mirror://sourceforge/perfmon2/"
5767 name "/libpfm-" version ".tar.gz"))
5768 (sha256
5769 (base32
5770 "1qp4g4n6dw42p2w5rkwzdb7ynk8h7g5vg01ybpmvxncgwa7bw3yv"))))
5771 (build-system gnu-build-system)
5772 (arguments
5773 '(#:modules ((guix build utils)
5774 (guix build gnu-build-system))
5775 #:phases (modify-phases %standard-phases
5776 (delete 'configure)
5777 (delete 'check)
5778 (replace 'build
5779 (lambda* (#:key inputs outputs #:allow-other-keys)
5780 (let* ((out (assoc-ref outputs "out")))
5781 (setenv "CC" "gcc")
5782 (invoke "make")
5783 #t)))
5784 (replace 'install
5785 (lambda* (#:key outputs #:allow-other-keys)
5786 (let* ((out (assoc-ref outputs "out")))
5787 (invoke "make"
5788 (string-append "PREFIX=" out)
5789 "install")
5790 #t))))))
5791 (synopsis "Performance event monitoring library")
5792 (description
5793 "This package provides a library called libpfm4, which is used to develop
5794monitoring tools exploiting the performance monitoring events such as those
5795provided by the Performance Monitoring Unit (PMU) of modern processors.
5796
5797Libpfm4 helps convert from an event name, expressed as a string, to the event
5798encoding that is either the raw event as documented by the hardware vendor or
5799the OS-specific encoding. In the latter case, the library is able to prepare
5800the OS-specific data structures needed by the kernel to setup the event.
5801
5802libpfm4 provides support for the @code{perf_events} interface, which was
5803introduced in Linux 2.6.31.")
5804 (home-page "http://perfmon2.sourceforge.net/")
5805 (license license:expat)))
4dd1fb79
SB
5806
5807(define-public libnfnetlink
5808 (package
5809 (name "libnfnetlink")
5810 (version "1.0.1")
5811 (source (origin
5812 (method url-fetch)
5813 (uri (string-append
5814 "https://www.netfilter.org/projects/libnfnetlink/files/"
5815 "libnfnetlink-" version ".tar.bz2"))
5816 (sha256
5817 (base32
5818 "06mm2x4b01k3m7wnrxblk9j0mybyr4pfz28ml7944xhjx6fy2w7j"))))
5819 (build-system gnu-build-system)
5820 (home-page "https://www.netfilter.org/projects/libnfnetlink/")
5821 (synopsis "Low-level netfilter netlink communication library")
5822 (description
5823 "@code{libnfnetlink} is the low-level library for netfilter related
5824kernel/userspace communication. It provides a generic messaging
5825infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log,
5826nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or
5827management tools in userspace.")
5828 (license license:gpl2)))
e4231cfe 5829
626de0d1
MC
5830(define-public go-netlink
5831 (package
5832 (name "go-netlink")
5833 (version "1.0.0")
5834 (source (origin
5835 (method git-fetch)
5836 (uri (git-reference
5837 (url "https://github.com/vishvananda/netlink.git")
5838 (commit (string-append "v" version))))
5839 (file-name (git-file-name name version))
5840 (sha256
5841 (base32
5842 "0hpzghf1a4cwawzhkiwdzin80h6hd09fskl77d5ppgc084yvj8x0"))))
5843 (build-system go-build-system)
5844 (arguments
5845 `(#:import-path "github.com/vishvananda/netlink"))
5846 (native-inputs
5847 `(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)
5848 ("go-netns" ,go-netns)))
5849 (home-page "https://github.com/vishvananda/netlink")
5850 (synopsis "Simple netlink library for Go")
5851 (description "The netlink package provides a simple netlink library for
5852Go. Netlink is the interface a user-space program in Linux uses to
5853communicate with the kernel. It can be used to add and remove interfaces, set
5854IP addresses and routes, and configure IPsec.")
5855 (license license:asl2.0)))
5856
e4231cfe
DM
5857(define-public xfsprogs
5858 (package
5859 (name "xfsprogs")
9e6008b7 5860 (version "4.20.0")
e4231cfe
DM
5861 (source (origin
5862 (method url-fetch)
5863 (uri (string-append
5864 "mirror://kernel.org/linux/utils/fs/xfs/xfsprogs/"
5865 "xfsprogs-" version ".tar.gz"))
5866 (sha256
5867 (base32
9e6008b7 5868 "0ss0r6jlxxinf9fhpc0fgf7b89n9mzirpa85xxjmi1ix9l6cls6x"))))
e4231cfe
DM
5869 (build-system gnu-build-system)
5870 (arguments
2f2ef9d9
MB
5871 `(#:tests? #f ;kernel/user integration tests are in package "xfstests"
5872 #:phases (modify-phases %standard-phases
5873 (add-after 'install 'install-headers
5874 (lambda _
5875 (invoke "make" "install-dev"))))))
e4231cfe
DM
5876 (native-inputs
5877 `(("gettext" ,gettext-minimal)
5878 ("util-linux" ,util-linux)))
5879 (home-page "https://xfs.wiki.kernel.org/")
5880 (synopsis "XFS file system tools")
5881 (description "This package provides commands to create and check XFS
5882file systems.")
5883 ;; The library "libhandle" and the headers in "xfslibs-dev" are
5884 ;; licensed under lgpl2.1. the other stuff is licensed under gpl2.
5885 (license (list license:gpl2 license:lgpl2.1))))
c63d7b79
DM
5886
5887(define-public genext2fs
5888 (package
5889 (name "genext2fs")
083639a5 5890 (version "1.4.1-4")
c63d7b79
DM
5891 (source (origin
5892 (method git-fetch)
5893 (uri (git-reference
5894 (url "https://github.com/jeremie-koenig/genext2fs.git")
083639a5
TGR
5895 ;; 1.4.1-3 had a VCS tag but 1.4.1-4 doesn't.
5896 (commit "9ee43894634998b0b2b309d636f25c64314c9421")))
c63d7b79
DM
5897 (file-name (git-file-name name version))
5898 (sha256
083639a5 5899 (base32 "0ib5icn78ciz00zhc1bgdlrwaxvsdz7wnplwblng0jirwi9ml7sq"))))
c63d7b79 5900 (build-system gnu-build-system)
083639a5
TGR
5901 (arguments
5902 `(#:phases
5903 (modify-phases %standard-phases
5904 (add-after 'unpack 'apply-debian-patches
5905 ;; Debian changes (the revision after ‘-’ in VERSION) are
5906 ;; maintained as separate patches. Apply those relevant to us.
5907 (lambda _
5908 (for-each
5909 (lambda (file-name)
5910 (invoke "patch" "-p1" "-i"
5911 (string-append "debian/patches/" file-name)))
5912 (list "blocksize+creator.diff" ; add -B/-o options
5913 "byteswap_fix.diff"))
5914 #t)))))
5915 (native-inputs
5916 `(("autoconf" ,autoconf)
5917 ("automake" ,automake)))
c63d7b79 5918 (home-page "https://github.com/jeremie-koenig/genext2fs")
52beae7b
TGR
5919 (synopsis "Generate ext2 file system as a normal user")
5920 (description "This package provides a program to generate an ext2
5921file system as a normal (non-root) user. It does not require you to mount
c63d7b79
DM
5922the image file to copy files on it, nor does it require that you become
5923the superuser to make device nodes.")
5924 (license license:gpl2)))
d1dfcc7c
DM
5925
5926(define-public fakeroot
5927 (package
5928 (name "fakeroot")
ae1bab3e 5929 (version "1.24")
d1dfcc7c
DM
5930 (source (origin
5931 (method url-fetch)
ae1bab3e
TGR
5932 (uri (string-append "https://deb.debian.org/debian/pool/main/f/"
5933 "fakeroot/fakeroot_" version ".orig.tar.gz"))
d1dfcc7c
DM
5934 (file-name (string-append name "-" version ".tar.gz"))
5935 (sha256
5936 (base32
ae1bab3e 5937 "1vb6f93hjyqnwx8dc8mm3dgma7axgqk8s7sdsjs8l2rpc0qmn11f"))))
d1dfcc7c
DM
5938 (build-system gnu-build-system)
5939 (arguments
5940 `(#:phases
5941 (modify-phases %standard-phases
5942 (add-after 'configure 'patch-Makefile
5943 (lambda _
5944 ;; Note: The root of the problem is already in "Makefile.am".
5945 (substitute* "Makefile"
5946 (("/bin/sh") (which "sh")))
5947 #t))
5948 (add-after 'unpack 'patch-getopt
5949 (lambda* (#:key inputs #:allow-other-keys)
5950 (substitute* "scripts/fakeroot.in"
5951 (("getopt")
5952 (string-append (assoc-ref inputs "util-linux")
5953 "/bin/getopt")))
5954 #t))
0d5c5b1b
DM
5955 (add-before 'configure 'setenv
5956 (lambda _
5957 (setenv "LIBS" "-lacl")
5958 #t))
d1dfcc7c
DM
5959 (add-before 'check 'prepare-check
5960 (lambda _
5961 (setenv "SHELL" (which "bash"))
5962 (setenv "VERBOSE" "1")
5963 (substitute* "test/t.touchinstall"
5964 ;; We don't have the name of the root user, so use ID=0.
5965 (("grep root") "grep \"\\<0\\>\""))
5966 (substitute* "test/tartest"
5967 ;; We don't have the name of the root group, so use ID=0.
5968 (("ROOTGROUP=root") "ROOTGROUP=0")
5969 ;; We don't have the name of the daemon user, so use IDs.
5970 (("daemon:sys") "1:3")
5971 (("daemon:") "1:"))
5972 ;; We don't have an /etc/passwd entry for "root" - use numeric IDs.
5973 (substitute* "test/compare-tar"
5974 (("tar -tvf") "tar --numeric-owner -tvf"))
5975 #t)))))
5976 (native-inputs
0d5c5b1b
DM
5977 `(("acl" ,acl)
5978 ("sharutils" ,sharutils) ; for the tests
d1dfcc7c
DM
5979 ("xz" ,xz))) ; for the tests
5980 (inputs
5981 `(("libcap" ,libcap)
5982 ("util-linux" ,util-linux)))
5983 (synopsis "Provides a fake root environment")
5984 (description "@command{fakeroot} runs a command in an environment where
5985it appears to have root privileges for file manipulation. This is useful
5986for allowing users to create archives (tar, ar, .deb etc.) with files in
5987them with root permissions/ownership. Without fakeroot one would have to
5988have root privileges to create the constituent files of the archives with
5989the correct permissions and ownership, and then pack them up, or one would
5990have to construct the archives directly, without using the archiver.")
5991 (home-page "http://freshmeat.sourceforge.net/projects/fakeroot")
5992 (license license:gpl3+)))
bf2a9969
TG
5993
5994(define-public inputattach
5995 (package
5996 (name "inputattach")
5997 (version "0.42.0")
5998 (source (origin
5999 (method git-fetch)
6000 (uri (git-reference
6001 (url "https://github.com/linuxwacom/input-wacom.git")
6002 (commit (string-append "input-wacom-" version))))
6003 (file-name (git-file-name name version))
6004 (sha256
6005 (base32 "04lnn7v0rm4ppbya140im5d4igcl6c1nrqpgbsr0i8wkral0nv7j"))))
6006 (build-system gnu-build-system)
6007 (arguments
6008 `(#:phases
6009 (modify-phases %standard-phases
6010 (delete 'bootstrap)
6011 (delete 'configure)
6012 (replace 'build
6013 (lambda* (#:key inputs #:allow-other-keys)
6014 (with-directory-excursion "inputattach"
6015 (invoke (string-append (assoc-ref inputs "gcc")
6016 "/bin/gcc")
5ddf98da 6017 "-O2" "-o" "inputattach" "inputattach.c"))
bf2a9969
TG
6018 #t))
6019 (delete 'check)
6020 (replace 'install
6021 (lambda* (#:key outputs #:allow-other-keys)
6022 (let ((target-dir (string-append
6023 (assoc-ref outputs "out")
6024 "/bin/")))
6025 (mkdir-p target-dir)
6026 (copy-file "inputattach/inputattach"
6027 (string-append target-dir
6028 "inputattach"))
6029 #t))))))
6030 (home-page "https://linuxwacom.github.io/")
6031 (synopsis "Dispatch input peripherals events to a device file")
6032 (description "inputattach dispatches input events from several device
6033types and interfaces and translates so that the X server can use them.")
6034 (license license:gpl2+)))
de3896fb
BW
6035
6036(define-public ell
6037 (package
6038 (name "ell")
6039 (version "0.23")
6040 (source (origin
6041 (method git-fetch)
6042 (uri (git-reference
6043 (url "https://git.kernel.org/pub/scm/libs/ell/ell.git")
6044 (commit version)))
6045 (file-name (git-file-name name version))
6046 (sha256
6047 (base32
6048 "1qhlcwhn0gj877yss2ymx1aczghlddzb5v9mm1dgp2zliii3jy10"))))
6049 (build-system gnu-build-system)
6050 (arguments
6051 `(#:phases
6052 (modify-phases %standard-phases
6053 (add-after 'unpack 'fix-dbus-tests
6054 (lambda _
6055 (substitute* '("unit/test-dbus-message-fds.c"
6056 "unit/test-dbus-properties.c"
6057 "unit/test-dbus.c")
6058 (("/usr/bin/dbus-daemon") (which "dbus-daemon")))
6059 #t)))))
6060 (inputs
6061 `(("dbus" ,dbus)
6062 ("libtool" ,libtool)))
6063 (native-inputs
6064 `(("autoconf" ,autoconf)
6065 ("pkgconfig" ,pkg-config)
6066 ("automake" ,automake)))
6067 (home-page "https://01.org/ell")
6068 (synopsis "Embedded Linux Library")
6069 (description "The Embedded Linux* Library (ELL) provides core, low-level
6070functionality for system daemons. It typically has no dependencies other than
6071the Linux kernel, C standard library, and libdl (for dynamic linking). While
6072ELL is designed to be efficient and compact enough for use on embedded Linux
6073platforms, it is not limited to resource-constrained systems.")
6074 (license license:lgpl2.1+)))