gnu: linux-libre 4.4: Update to 4.4.265.
[jackhill/guix/guix.git] / gnu / packages / linux.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2021 Ludovic Courtès <ludo@gnu.org>
3 ;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
4 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
5 ;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Mark H Weaver <mhw@netris.org>
6 ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
7 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
8 ;;; Copyright © 2015, 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
9 ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
10 ;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
11 ;;; Copyright © 2016, 2017 Alex Kost <alezost@gmail.com>
12 ;;; Copyright © 2016 Raymond Nicholson <rain1@openmailbox.org>
13 ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
14 ;;; Copyright © 2016, 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
15 ;;; Copyright © 2016, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
16 ;;; Copyright © 2016 David Craven <david@craven.ch>
17 ;;; Copyright © 2016 John Darrington <jmd@gnu.org>
18 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
19 ;;; Copyright © 2016, 2018 Rene Saavedra <pacoon@protonmail.com>
20 ;;; Copyright © 2016 Carlos Sánchez de La Lama <csanchezdll@gmail.com>
21 ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
22 ;;; Copyright © 2017, 2018, 2020 Leo Famulari <leo@famulari.name>
23 ;;; Copyright © 2017 José Miguel Sánchez García <jmi2k@openmailbox.com>
24 ;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
25 ;;; Copyright © 2017, 2019 Mathieu Othacehe <m.othacehe@gmail.com>
26 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
27 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
28 ;;; Copyright © 2017 nee <nee-git@hidamari.blue>
29 ;;; Copyright © 2017 Dave Love <fx@gnu.org>
30 ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
31 ;;; Copyright © 2018, 2020 Brendan Tildesley <mail@brendan.scot>
32 ;;; Copyright © 2018 Manuel Graf <graf@init.at>
33 ;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
34 ;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
35 ;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
36 ;;; Copyright © 2019, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
37 ;;; Copyright © 2019 Stefan Stefanović <stefanx2ovic@gmail.com>
38 ;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
39 ;;; Copyright © 2019, 2020 Brice Waegeneire <brice@waegenei.re>
40 ;;; Copyright © 2019 Kei Kebreau <kkebreau@posteo.net>
41 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
42 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
43 ;;; Copyright © 2020 Chris Marusich <cmmarusich@gmail.com>
44 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
45 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
46 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
47 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
48 ;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
49 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
50 ;;; Copyright © 2020 Anders Thuné <asse.97@gmail.com>
51 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
52 ;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com>
53 ;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
54 ;;; Copyright © 2020 David Dashyan <mail@davie.li>
55 ;;; Copyright © 2020 pukkamustard <pukkamustard@posteo.net>
56 ;;;
57 ;;; This file is part of GNU Guix.
58 ;;;
59 ;;; GNU Guix is free software; you can redistribute it and/or modify it
60 ;;; under the terms of the GNU General Public License as published by
61 ;;; the Free Software Foundation; either version 3 of the License, or (at
62 ;;; your option) any later version.
63 ;;;
64 ;;; GNU Guix is distributed in the hope that it will be useful, but
65 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
66 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67 ;;; GNU General Public License for more details.
68 ;;;
69 ;;; You should have received a copy of the GNU General Public License
70 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
71
72 (define-module (gnu packages linux)
73 #:use-module (gnu packages)
74 #:use-module (gnu packages acl)
75 #:use-module (gnu packages admin)
76 #:use-module (gnu packages algebra)
77 #:use-module (gnu packages audio)
78 #:use-module (gnu packages autotools)
79 #:use-module (gnu packages backup)
80 #:use-module (gnu packages base)
81 #:use-module (gnu packages bash)
82 #:use-module (gnu packages bison)
83 #:use-module (gnu packages boost)
84 #:use-module (gnu packages calendar)
85 #:use-module (gnu packages check)
86 #:use-module (gnu packages cpio)
87 #:use-module (gnu packages crypto)
88 #:use-module (gnu packages cryptsetup)
89 #:use-module (gnu packages compression)
90 #:use-module (gnu packages dbm)
91 #:use-module (gnu packages datastructures)
92 #:use-module (gnu packages docbook)
93 #:use-module (gnu packages documentation)
94 #:use-module (gnu packages elf)
95 #:use-module (gnu packages flex)
96 #:use-module (gnu packages file)
97 #:use-module (gnu packages freedesktop)
98 #:use-module (gnu packages gawk)
99 #:use-module (gnu packages gcc)
100 #:use-module (gnu packages gettext)
101 #:use-module (gnu packages glib)
102 #:use-module (gnu packages golang)
103 #:use-module (gnu packages gperf)
104 #:use-module (gnu packages gstreamer)
105 #:use-module (gnu packages gtk)
106 #:use-module (gnu packages haskell-apps)
107 #:use-module (gnu packages haskell-xyz)
108 #:use-module (gnu packages libunwind)
109 #:use-module (gnu packages libusb)
110 #:use-module (gnu packages llvm)
111 #:use-module (gnu packages lua)
112 #:use-module (gnu packages man)
113 #:use-module (gnu packages maths)
114 #:use-module (gnu packages multiprecision)
115 #:use-module (gnu packages ncurses)
116 #:use-module (gnu packages netpbm)
117 #:use-module (gnu packages networking)
118 #:use-module (gnu packages ninja)
119 #:use-module (gnu packages nss)
120 #:use-module (gnu packages perl)
121 #:use-module (gnu packages pciutils)
122 #:use-module (gnu packages pkg-config)
123 #:use-module (gnu packages popt)
124 #:use-module (gnu packages pulseaudio)
125 #:use-module (gnu packages python)
126 #:use-module (gnu packages python-xyz)
127 #:use-module (gnu packages readline)
128 #:use-module (gnu packages rrdtool)
129 #:use-module (gnu packages samba)
130 #:use-module (gnu packages sdl)
131 #:use-module (gnu packages serialization)
132 #:use-module (gnu packages slang)
133 #:use-module (gnu packages texinfo)
134 #:use-module (gnu packages tls)
135 #:use-module (gnu packages valgrind)
136 #:use-module (gnu packages video)
137 #:use-module (gnu packages vulkan)
138 #:use-module (gnu packages web)
139 #:use-module (gnu packages xiph)
140 #:use-module (gnu packages xml)
141 #:use-module (gnu packages xdisorg)
142 #:use-module (gnu packages xorg)
143 #:use-module (gnu packages groff)
144 #:use-module (gnu packages rsync)
145 #:use-module (gnu packages selinux)
146 #:use-module (gnu packages swig)
147 #:use-module (guix build-system cmake)
148 #:use-module (guix build-system gnu)
149 #:use-module (guix build-system go)
150 #:use-module (guix build-system meson)
151 #:use-module (guix build-system python)
152 #:use-module (guix build-system trivial)
153 #:use-module (guix build-system linux-module)
154 #:use-module (guix download)
155 #:use-module (guix git-download)
156 #:use-module ((guix licenses) #:prefix license:)
157 #:use-module (guix packages)
158 #:use-module (guix gexp)
159 #:use-module (guix store)
160 #:use-module (guix monads)
161 #:use-module (guix utils)
162 #:use-module (guix deprecation) ;for libcap/next
163 #:use-module (srfi srfi-1)
164 #:use-module (srfi srfi-2)
165 #:use-module (srfi srfi-26)
166 #:use-module (ice-9 match))
167
168 (define-public (system->linux-architecture arch)
169 "Return the Linux architecture name for ARCH, a Guix system name such as
170 \"x86_64-linux\" or a target triplet such as \"arm-linux-gnueabihf\"."
171 (let ((arch (car (string-split arch #\-))))
172 (cond ((string=? arch "i686") "i386")
173 ((string-prefix? "mips" arch) "mips")
174 ((string-prefix? "arm" arch) "arm")
175 ((string-prefix? "aarch64" arch) "arm64")
176 ((string-prefix? "alpha" arch) "alpha")
177 ((string-prefix? "powerpc" arch) "powerpc") ;including "powerpc64le"
178 ((string-prefix? "s390" arch) "s390")
179 ((string-prefix? "riscv" arch) "riscv")
180 (else arch))))
181
182 (define-public (system->defconfig system)
183 "Some systems (notably powerpc-linux) require a special target for kernel
184 defconfig. Return the appropriate make target if applicable, otherwise return
185 \"defconfig\"."
186 (cond ((string-prefix? "powerpc-" system) "pmac32_defconfig")
187 ((string-prefix? "powerpc64-" system) "ppc64_defconfig")
188 ((string-prefix? "powerpc64le-" system) "ppc64_defconfig")
189 (else "defconfig")))
190
191 \f
192 ;;;
193 ;;; Kernel source code deblobbing.
194 ;;;
195
196 (define (linux-libre-deblob-scripts version
197 deblob-hash
198 deblob-check-hash)
199 (list (version-major+minor version)
200 (origin
201 (method url-fetch)
202 (uri (string-append "https://linux-libre.fsfla.org"
203 "/pub/linux-libre/releases/" version "-gnu/"
204 "deblob-" (version-major+minor version)))
205 (file-name (string-append "linux-libre-deblob-"
206 version))
207 (sha256 deblob-hash))
208 (origin
209 (method url-fetch)
210 (uri (string-append "https://linux-libre.fsfla.org"
211 "/pub/linux-libre/releases/" version "-gnu/"
212 "deblob-check"))
213 (file-name (string-append "linux-libre-deblob-check-" version))
214 (sha256 deblob-check-hash))))
215
216 (define* (computed-origin-method gexp-promise hash-algo hash
217 #:optional (name "source")
218 #:key (system (%current-system))
219 (guile (default-guile)))
220 "Return a derivation that executes the G-expression that results
221 from forcing GEXP-PROMISE."
222 (mlet %store-monad ((guile (package->derivation guile system)))
223 (gexp->derivation (or name "computed-origin")
224 (force gexp-promise)
225 #:graft? #f ;nothing to graft
226 #:system system
227 #:guile-for-build guile)))
228
229 (define (make-linux-libre-source version
230 upstream-source
231 deblob-scripts)
232 "Return a 'computed' origin that generates a Linux-libre tarball from the
233 corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
234 (match deblob-scripts
235 ((deblob-version (? origin? deblob) (? origin? deblob-check))
236 (unless (string=? deblob-version (version-major+minor version))
237 ;; The deblob script cannot be expected to work properly on a
238 ;; different version (major+minor) of Linux, even if no errors
239 ;; are signaled during execution.
240 (error "deblob major+minor version mismatch"))
241 (origin
242 (method computed-origin-method)
243 (file-name (string-append "linux-libre-" version "-guix.tar.xz"))
244 (sha256 #f)
245 (uri
246 (delay
247 (with-imported-modules '((guix build utils))
248 #~(begin
249 (use-modules (guix build utils)
250 (srfi srfi-1)
251 (ice-9 match)
252 (ice-9 ftw))
253
254 (setvbuf (current-output-port) 'line)
255
256 (let ((dir (string-append "linux-" #$version)))
257
258 (mkdir "/tmp/bin")
259 (set-path-environment-variable
260 "PATH" '("bin")
261 (list "/tmp"
262 #+(canonical-package bash)
263 #+(canonical-package coreutils)
264 #+(canonical-package diffutils)
265 #+(canonical-package findutils)
266 #+(canonical-package patch)
267 #+(canonical-package xz)
268 #+(canonical-package sed)
269 #+(canonical-package grep)
270 #+(canonical-package bzip2)
271 #+(canonical-package gzip)
272 #+(canonical-package tar)
273 #+(canonical-package gawk)
274 #+python-wrapper))
275
276 (with-directory-excursion "/tmp/bin"
277
278 (copy-file #+deblob "deblob")
279 (chmod "deblob" #o755)
280 (substitute* "deblob"
281 (("/bin/sh") (which "sh")))
282
283 (copy-file #+deblob-check "deblob-check")
284 (chmod "deblob-check" #o755)
285 (substitute* "deblob-check"
286 (("/bin/sh") (which "sh"))
287 (("/bin/sed") (which "sed"))
288 (("/usr/bin/python") (which "python"))))
289
290 (if (file-is-directory? #+upstream-source)
291 (begin
292 (format #t "Copying upstream linux source...~%")
293 (invoke "cp" "--archive" #+upstream-source dir)
294 (invoke "chmod" "--recursive" "u+w" dir))
295 (begin
296 (format #t "Unpacking upstream linux tarball...~%")
297 (invoke "tar" "xf" #$upstream-source)
298 (match (scandir "."
299 (lambda (name)
300 (and (not (member name '("." "..")))
301 (file-is-directory? name))))
302 ((unpacked-dir)
303 (unless (string=? dir unpacked-dir)
304 (rename-file unpacked-dir dir)))
305 (dirs
306 (error "multiple directories found" dirs)))))
307
308 (with-directory-excursion dir
309 (format #t "Running deblob script...~%")
310 (invoke "/tmp/bin/deblob"))
311
312 (format #t "~%Packing new Linux-libre tarball...~%")
313 (invoke "tar" "cvfa" #$output
314 ;; Avoid non-determinism in the archive.
315 "--mtime=@0"
316 "--owner=root:0"
317 "--group=root:0"
318 "--sort=name"
319 "--hard-dereference"
320 dir)
321
322 (format #t "~%Scanning the generated tarball for blobs...~%")
323 (invoke "/tmp/bin/deblob-check" "--use-awk" "--list-blobs"
324 #$output))))))))))
325
326 \f
327 ;;;
328 ;;; Kernel sources.
329 ;;;
330
331 (define (linux-libre-urls version)
332 "Return a list of URLs for Linux-Libre VERSION."
333 (list (string-append
334 "https://linux-libre.fsfla.org/pub/linux-libre/releases/"
335 version "-gnu/linux-libre-" version "-gnu.tar.xz")
336
337 ;; XXX: Work around <http://bugs.gnu.org/14851>.
338 (string-append
339 "ftp://alpha.gnu.org/gnu/guix/mirror/linux-libre-"
340 version "-gnu.tar.xz")
341
342 ;; Maybe this URL will become valid eventually.
343 (string-append
344 "mirror://gnu/linux-libre/" version "-gnu/linux-libre-"
345 version "-gnu.tar.xz")))
346
347 (define (%upstream-linux-source version hash)
348 (origin
349 (method url-fetch)
350 (uri (string-append "mirror://kernel.org"
351 "/linux/kernel/v" (version-major version) ".x/"
352 "linux-" version ".tar.xz"))
353 (sha256 hash)))
354
355 ;; The current "stable" kernels. That is, the most recently released major
356 ;; versions that are still supported upstream.
357 (define-public linux-libre-5.11-version "5.11.12")
358 (define deblob-scripts-5.11
359 (linux-libre-deblob-scripts
360 linux-libre-5.11-version
361 (base32 "1kcvwbbzlii4smx6m4hj97va5bf3drbglb24jkky93a1g37a9ksj")
362 (base32 "0yvr80g200hdryz54gdnzj4fl38pf7g4qbgj475rhcfwixhp1j7n")))
363 (define-public linux-libre-5.11-pristine-source
364 (let ((version linux-libre-5.11-version)
365 (hash (base32 "0z8fpskygs569f15c37x7c1sd46h06bfjmphql3xidj86hbnz8n0")))
366 (make-linux-libre-source version
367 (%upstream-linux-source version hash)
368 deblob-scripts-5.11)))
369
370 ;; The "longterm" kernels — the older releases with long-term upstream support.
371 ;; Here are the support timelines:
372 ;; <https://www.kernel.org/category/releases.html>
373 (define-public linux-libre-5.10-version "5.10.28")
374 (define deblob-scripts-5.10
375 (linux-libre-deblob-scripts
376 linux-libre-5.10-version
377 (base32 "0i99adbfjnir8p8ihhac58dv8p7mnqg4z2jpgvhj35lksdskngf7")
378 (base32 "0hh27ccqimagr3aij7ygwikxw66y63sqwd0xlf49bhpjd090r9a7")))
379 (define-public linux-libre-5.10-pristine-source
380 (let ((version linux-libre-5.10-version)
381 (hash (base32 "0m63g9700c0yfazj6j4s5b5x36kp9ffjwsdqj0zfcmlmf7m3mz2d")))
382 (make-linux-libre-source version
383 (%upstream-linux-source version hash)
384 deblob-scripts-5.10)))
385
386 (define-public linux-libre-5.4-version "5.4.110")
387 (define deblob-scripts-5.4
388 (linux-libre-deblob-scripts
389 linux-libre-5.4-version
390 (base32 "0q3gwf3b404brjld7aj9krzv0wdpzvs8fgy088ag7q106cwgqg8i")
391 (base32 "1xghbbnaisjd0k1klbyn1p7r6r4x5a1bpmkm56a3gh2zvw4s7mj8")))
392 (define-public linux-libre-5.4-pristine-source
393 (let ((version linux-libre-5.4-version)
394 (hash (base32 "0a5jv46znqf1pg6y9fa1fmk87jjbfrd40iqqrdkb59788229gxnh")))
395 (make-linux-libre-source version
396 (%upstream-linux-source version hash)
397 deblob-scripts-5.4)))
398
399 (define-public linux-libre-4.19-version "4.19.185")
400 (define deblob-scripts-4.19
401 (linux-libre-deblob-scripts
402 linux-libre-4.19-version
403 (base32 "02zs405awaxydbapka4nz8h6lmnc0dahgczqsrs5s2bmzjyyqkcy")
404 (base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf")))
405 (define-public linux-libre-4.19-pristine-source
406 (let ((version linux-libre-4.19-version)
407 (hash (base32 "15w5a2lfar3qdzv4lljdjy7dh49dhjy3gw2bn92awzcr2a1dg28n")))
408 (make-linux-libre-source version
409 (%upstream-linux-source version hash)
410 deblob-scripts-4.19)))
411
412 (define-public linux-libre-4.14-version "4.14.229")
413 (define deblob-scripts-4.14
414 (linux-libre-deblob-scripts
415 linux-libre-4.14-version
416 (base32 "091jk9jkn9jf39bxpc7395bhcb7p96nkg3a8047380ki06lnfxh6")
417 (base32 "1qij18inijj6c3ma8hv98yjagnzxdxyn134da9fd23ky8q6hbvky")))
418 (define-public linux-libre-4.14-pristine-source
419 (let ((version linux-libre-4.14-version)
420 (hash (base32 "0b1nmcl3vdi37nxi7kjnfjmigmffigx9vkay2lldg9nyrlwyi6xj")))
421 (make-linux-libre-source version
422 (%upstream-linux-source version hash)
423 deblob-scripts-4.14)))
424
425 (define-public linux-libre-4.9-version "4.9.265")
426 (define deblob-scripts-4.9
427 (linux-libre-deblob-scripts
428 linux-libre-4.9-version
429 (base32 "1wvldzlv7q2xdbadas87dh593nxr4a8p5n0f8zpm72lja6w18hmg")
430 (base32 "0fxajshb75siq39lj5h8xvhdj8lcmddkslwlyj65rhlwk6g2r4b2")))
431 (define-public linux-libre-4.9-pristine-source
432 (let ((version linux-libre-4.9-version)
433 (hash (base32 "0485kyqn1fgvw3kgbnc6rmjzdgjvwcl6jaqnv1qyhjdhd4ak0iji")))
434 (make-linux-libre-source version
435 (%upstream-linux-source version hash)
436 deblob-scripts-4.9)))
437
438 (define-public linux-libre-4.4-version "4.4.265")
439 (define deblob-scripts-4.4
440 (linux-libre-deblob-scripts
441 linux-libre-4.4-version
442 (base32 "0x2j1i88am54ih2mk7gyl79g25l9zz4r08xhl482l3fvjj2irwbw")
443 (base32 "0hhin1jpfkd6nwrb6xqxjzl3hdxy4pn8a15hy2d3d83yw6pflbsf")))
444 (define-public linux-libre-4.4-pristine-source
445 (let ((version linux-libre-4.4-version)
446 (hash (base32 "1531x9f6dwfj1vmy9z8kw8lhg753chkzk4yi2m9h7r89jbikfriv")))
447 (make-linux-libre-source version
448 (%upstream-linux-source version hash)
449 deblob-scripts-4.4)))
450
451 (define %boot-logo-patch
452 ;; Linux-Libre boot logo featuring Freedo and a gnu.
453 (origin
454 (method url-fetch)
455 (uri (string-append "http://www.fsfla.org/svn/fsfla/software/linux-libre/"
456 "lemote/gnewsense/branches/3.16/100gnu+freedo.patch"))
457 (sha256
458 (base32
459 "1hk9swxxc80bmn2zd2qr5ccrjrk28xkypwhl4z0qx4hbivj7qm06"))))
460
461 (define %linux-libre-arm-export-__sync_icache_dcache-patch
462 (origin
463 (method url-fetch)
464 (uri (string-append
465 "https://salsa.debian.org/kernel-team/linux"
466 "/raw/34a7d9011fcfcfa38b68282fd2b1a8797e6834f0"
467 "/debian/patches/bugfix/arm/"
468 "arm-mm-export-__sync_icache_dcache-for-xen-privcmd.patch"))
469 (file-name "linux-libre-arm-export-__sync_icache_dcache.patch")
470 (sha256
471 (base32 "1ifnfhpakzffn4b8n7x7w5cps9mzjxlkcfz9zqak2vaw8nzvl39f"))))
472
473 (define (source-with-patches source patches)
474 (origin
475 (inherit source)
476 (patches (append (origin-patches source)
477 patches))))
478
479 (define-public linux-libre-5.11-source
480 (source-with-patches linux-libre-5.11-pristine-source
481 (list %boot-logo-patch
482 %linux-libre-arm-export-__sync_icache_dcache-patch)))
483
484 (define-public linux-libre-5.10-source
485 (source-with-patches linux-libre-5.10-pristine-source
486 (list %boot-logo-patch
487 %linux-libre-arm-export-__sync_icache_dcache-patch)))
488
489 (define-public linux-libre-5.4-source
490 (source-with-patches linux-libre-5.4-pristine-source
491 (list %boot-logo-patch
492 %linux-libre-arm-export-__sync_icache_dcache-patch
493 ;; Pinebook Pro patch from linux-next,
494 ;; can be dropped for linux-libre 5.7
495 (search-patch
496 "linux-libre-support-for-Pinebook-Pro.patch"))))
497
498 (define-public linux-libre-4.19-source
499 (source-with-patches linux-libre-4.19-pristine-source
500 (list %boot-logo-patch
501 %linux-libre-arm-export-__sync_icache_dcache-patch)))
502
503 (define-public linux-libre-4.14-source
504 (source-with-patches linux-libre-4.14-pristine-source
505 (list %boot-logo-patch)))
506
507 (define-public linux-libre-4.9-source
508 (source-with-patches linux-libre-4.9-pristine-source
509 (list %boot-logo-patch)))
510
511 (define-public linux-libre-4.4-source
512 (source-with-patches linux-libre-4.4-pristine-source
513 (list %boot-logo-patch)))
514
515 \f
516 ;;;
517 ;;; Kernel headers.
518 ;;;
519
520 (define (make-linux-libre-headers version hash-string)
521 (make-linux-libre-headers* version
522 (origin
523 (method url-fetch)
524 (uri (linux-libre-urls version))
525 (sha256 (base32 hash-string)))))
526
527 (define (make-linux-libre-headers* version source)
528 (package
529 (name "linux-libre-headers")
530 (version version)
531 (source source)
532 (build-system gnu-build-system)
533 (native-inputs `(("perl" ,perl)
534 ,@(if (version>=? version "4.16")
535 `(("flex" ,flex)
536 ("bison" ,bison))
537 '())
538 ,@(if (version>=? version "5.3")
539 `(("rsync" ,rsync))
540 '())))
541 (arguments
542 `(#:modules ((guix build gnu-build-system)
543 (guix build utils)
544 (srfi srfi-1))
545 #:phases
546 (modify-phases %standard-phases
547 (delete 'configure)
548 (replace 'build
549 (lambda _
550 (let ((arch ,(system->linux-architecture
551 (or (%current-target-system)
552 (%current-system))))
553 (defconfig ,(system->defconfig
554 (or (%current-target-system)
555 (%current-system)))))
556 (setenv "ARCH" arch)
557 (format #t "`ARCH' set to `~a'~%" (getenv "ARCH"))
558 (invoke "make" defconfig)
559 (invoke "make" "mrproper" "headers_check"))))
560 (replace 'install
561 (lambda* (#:key outputs #:allow-other-keys)
562 (let ((out (assoc-ref outputs "out")))
563 (invoke "make"
564 (string-append "INSTALL_HDR_PATH=" out)
565 "headers_install")
566
567 (mkdir (string-append out "/include/config"))
568 (call-with-output-file
569 (string-append out
570 "/include/config/kernel.release")
571 (lambda (p)
572 (format p "~a-default~%" ,version)))
573
574 ;; Remove the '.install' and '..install.cmd' files; the
575 ;; latter contains store paths, which pulls in bootstrap
576 ;; binaries in the build environment, and prevents bit
577 ;; reproducibility for the bootstrap binaries.
578 (for-each delete-file (find-files out "\\.install"))
579
580 #t))))
581 #:allowed-references ()
582 #:tests? #f))
583 (home-page "https://www.gnu.org/software/linux-libre/")
584 (synopsis "GNU Linux-Libre kernel headers")
585 (description "Headers of the Linux-Libre kernel.")
586 (license license:gpl2)))
587
588 (define-public linux-libre-headers-5.11
589 (make-linux-libre-headers* linux-libre-5.11-version
590 linux-libre-5.11-source))
591
592 (define-public linux-libre-headers-5.10
593 (make-linux-libre-headers* linux-libre-5.10-version
594 linux-libre-5.10-source))
595
596 (define-public linux-libre-headers-5.4
597 (make-linux-libre-headers* linux-libre-5.4-version
598 linux-libre-5.4-source))
599
600 (define-public linux-libre-headers-4.19
601 (make-linux-libre-headers* linux-libre-4.19-version
602 linux-libre-4.19-source))
603
604 (define-public linux-libre-headers-4.14
605 (make-linux-libre-headers* linux-libre-4.14-version
606 linux-libre-4.14-source))
607
608 (define-public linux-libre-headers-4.9
609 (make-linux-libre-headers* linux-libre-4.9-version
610 linux-libre-4.9-source))
611
612 (define-public linux-libre-headers-4.4
613 (make-linux-libre-headers* linux-libre-4.4-version
614 linux-libre-4.4-source))
615
616 ;; The following package is used in the early bootstrap, and thus must be kept
617 ;; stable and with minimal build requirements.
618 (define-public linux-libre-headers-5.4.20
619 (make-linux-libre-headers "5.4.20"
620 "1qxhf6dmcwjblzx8fgn6vr10p38xw10iwh6d1y1v1mxb25y30b47"))
621
622 (define-public linux-libre-headers linux-libre-headers-5.4.20)
623
624 \f
625 ;;;
626 ;;; Kernel configurations.
627 ;;;
628
629 (define* (kernel-config arch #:key variant)
630 "Return the absolute file name of the Linux-Libre build configuration file
631 for ARCH and optionally VARIANT, or #f if there is no such configuration."
632 (let* ((name (string-append (if variant (string-append variant "-") "")
633 (if (string=? "i386" arch) "i686" arch) ".conf"))
634 (file (string-append "linux-libre/" name)))
635 (search-auxiliary-file file)))
636
637 (define %default-extra-linux-options
638 `(;; Some very mild hardening.
639 ("CONFIG_SECURITY_DMESG_RESTRICT" . #t)
640 ;; All kernels should have NAMESPACES options enabled
641 ("CONFIG_NAMESPACES" . #t)
642 ("CONFIG_UTS_NS" . #t)
643 ("CONFIG_IPC_NS" . #t)
644 ("CONFIG_USER_NS" . #t)
645 ("CONFIG_PID_NS" . #t)
646 ("CONFIG_NET_NS" . #t)
647 ;; Various options needed for elogind service:
648 ;; https://issues.guix.gnu.org/43078
649 ("CONFIG_CGROUP_FREEZER" . #t)
650 ("CONFIG_BLK_CGROUP" . #t)
651 ("CONFIG_CGROUP_WRITEBACK" . #t)
652 ("CONFIG_CGROUP_SCHED" . #t)
653 ("CONFIG_CGROUP_PIDS" . #t)
654 ("CONFIG_CGROUP_FREEZER" . #t)
655 ("CONFIG_CGROUP_DEVICE" . #t)
656 ("CONFIG_CGROUP_CPUACCT" . #t)
657 ("CONFIG_CGROUP_PERF" . #t)
658 ("CONFIG_SOCK_CGROUP_DATA" . #t)
659 ("CONFIG_BLK_CGROUP_IOCOST" . #t)
660 ("CONFIG_CGROUP_NET_PRIO" . #t)
661 ("CONFIG_CGROUP_NET_CLASSID" . #t)
662 ("CONFIG_MEMCG" . #t)
663 ("CONFIG_MEMCG_SWAP" . #t)
664 ("CONFIG_MEMCG_KMEM" . #t)
665 ("CONFIG_CPUSETS" . #t)
666 ("CONFIG_PROC_PID_CPUSET" . #t)
667 ;; Allow disk encryption by default
668 ("CONFIG_DM_CRYPT" . m)
669 ;; Modules required for initrd:
670 ("CONFIG_NET_9P" . m)
671 ("CONFIG_NET_9P_VIRTIO" . m)
672 ("CONFIG_VIRTIO_BLK" . m)
673 ("CONFIG_VIRTIO_NET" . m)
674 ("CONFIG_VIRTIO_PCI" . m)
675 ("CONFIG_VIRTIO_BALLOON" . m)
676 ("CONFIG_VIRTIO_MMIO" . m)
677 ("CONFIG_FUSE_FS" . m)
678 ("CONFIG_CIFS" . m)
679 ("CONFIG_9P_FS" . m)))
680
681 ;; See https://github.com/iovisor/bcc/blob/master/INSTALL.md#kernel-configuration
682 (define %bpf-extra-linux-options
683 `(;; Needed for probes
684 ("CONFIG_UPROBE_EVENTS" . #t)
685 ("CONFIG_KPROBE_EVENTS" . #t)
686 ;; kheaders module also helpful for tracing
687 ("CONFIG_IKHEADERS" . #t)
688 ("CONFIG_BPF" . #t)
689 ("CONFIG_BPF_SYSCALL" . #t)
690 ("CONFIG_BPF_JIT_ALWAYS_ON" . #t)
691 ;; optional, for tc filters
692 ("CONFIG_NET_CLS_BPF" . m)
693 ;; optional, for tc actions
694 ("CONFIG_NET_ACT_BPF" . m)
695 ("CONFIG_BPF_JIT" . #t)
696 ;; for Linux kernel versions 4.1 through 4.6
697 ;; ("CONFIG_HAVE_BPF_JIT" . y)
698 ;; for Linux kernel versions 4.7 and later
699 ("CONFIG_HAVE_EBPF_JIT" . #t)
700 ;; optional, for kprobes
701 ("CONFIG_BPF_EVENTS" . #t)
702 ;; kheaders module
703 ("CONFIG_IKHEADERS" . #t)))
704
705 (define (config->string options)
706 (string-join (map (match-lambda
707 ((option . 'm)
708 (string-append option "=m"))
709 ((option . #t)
710 (string-append option "=y"))
711 ((option . #f)
712 (string-append option "=n")))
713 options)
714 "\n"))
715
716 \f
717 ;;;
718 ;;; Kernel package utilities.
719 ;;;
720
721 (define* (make-linux-libre version hash-string supported-systems
722 #:key
723 ;; A function that takes an arch and a variant.
724 ;; See kernel-config for an example.
725 (extra-version #f)
726 (configuration-file #f)
727 (defconfig "defconfig")
728 (extra-options %default-extra-linux-options)
729 (patches (list %boot-logo-patch)))
730 (make-linux-libre* version
731 (origin
732 (method url-fetch)
733 (uri (linux-libre-urls version))
734 (sha256 (base32 hash-string))
735 (patches patches))
736 supported-systems
737 #:extra-version extra-version
738 #:configuration-file configuration-file
739 #:defconfig defconfig
740 #:extra-options extra-options))
741
742 (define* (make-linux-libre* version source supported-systems
743 #:key
744 ;; A function that takes an arch and a variant.
745 ;; See kernel-config for an example.
746 (extra-version #f)
747 (configuration-file #f)
748 (defconfig "defconfig")
749 (extra-options %default-extra-linux-options))
750 (package
751 (name (if extra-version
752 (string-append "linux-libre-" extra-version)
753 "linux-libre"))
754 (version version)
755 (source source)
756 (supported-systems supported-systems)
757 (build-system gnu-build-system)
758 (native-inputs
759 `(("perl" ,perl)
760 ("bc" ,bc)
761 ("openssl" ,openssl)
762 ("elfutils" ,elfutils) ; Needed to enable CONFIG_STACK_VALIDATION
763 ("flex" ,flex)
764 ("bison" ,bison)
765
766 ;; These are needed to compile the GCC plugins.
767 ("gmp" ,gmp)
768 ("mpfr" ,mpfr)
769 ("mpc" ,mpc)
770
771 ,@(match (and configuration-file
772 (configuration-file
773 (system->linux-architecture
774 (or (%current-target-system) (%current-system)))
775 #:variant (version-major+minor version)))
776 (#f ;no config for this platform
777 '())
778 ((? string? config)
779 `(("kconfig" ,config))))))
780 (arguments
781 `(#:modules ((guix build gnu-build-system)
782 (guix build utils)
783 (srfi srfi-1)
784 (srfi srfi-26)
785 (ice-9 ftw)
786 (ice-9 match))
787 #:phases
788 (modify-phases %standard-phases
789 (add-after 'unpack 'patch-/bin/pwd
790 (lambda _
791 (substitute* (find-files "." "^Makefile(\\.include)?$")
792 (("/bin/pwd") "pwd"))
793 #t))
794 (replace 'configure
795 (lambda* (#:key inputs native-inputs target #:allow-other-keys)
796 ;; Avoid introducing timestamps
797 (setenv "KCONFIG_NOTIMESTAMP" "1")
798 (setenv "KBUILD_BUILD_TIMESTAMP" (getenv "SOURCE_DATE_EPOCH"))
799
800 ;; Set ARCH and CROSS_COMPILE
801 (let ((arch ,(system->linux-architecture
802 (or (%current-target-system)
803 (%current-system)))))
804 (setenv "ARCH" arch)
805 (format #t "`ARCH' set to `~a'~%" (getenv "ARCH"))
806
807 (when target
808 (setenv "CROSS_COMPILE" (string-append target "-"))
809 (format #t "`CROSS_COMPILE' set to `~a'~%"
810 (getenv "CROSS_COMPILE"))))
811
812 (setenv "EXTRA_VERSION" ,extra-version)
813
814 (let ((build (assoc-ref %standard-phases 'build))
815 (config (assoc-ref (or native-inputs inputs) "kconfig")))
816
817 ;; Use a custom kernel configuration file or a default
818 ;; configuration file.
819 (if config
820 (begin
821 (copy-file config ".config")
822 (chmod ".config" #o666))
823 (invoke "make" ,defconfig))
824
825 ;; Appending works even when the option wasn't in the
826 ;; file. The last one prevails if duplicated.
827 (let ((port (open-file ".config" "a"))
828 (extra-configuration ,(config->string extra-options)))
829 (display extra-configuration port)
830 (close-port port))
831
832 (invoke "make" "oldconfig"))))
833 (replace 'install
834 (lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
835 (let* ((out (assoc-ref outputs "out"))
836 (moddir (string-append out "/lib/modules"))
837 (dtbdir (string-append out "/lib/dtbs")))
838 ;; Install kernel image, kernel configuration and link map.
839 (for-each (lambda (file) (install-file file out))
840 (find-files "." "^(\\.config|bzImage|zImage|Image|vmlinuz|System\\.map|Module\\.symvers)$"))
841 ;; Install device tree files
842 (unless (null? (find-files "." "\\.dtb$"))
843 (mkdir-p dtbdir)
844 (invoke "make" (string-append "INSTALL_DTBS_PATH=" dtbdir)
845 "dtbs_install"))
846 ;; Install kernel modules
847 (mkdir-p moddir)
848 (invoke "make"
849 ;; Disable depmod because the Guix system's module directory
850 ;; is an union of potentially multiple packages. It is not
851 ;; possible to use depmod to usefully calculate a dependency
852 ;; graph while building only one of those packages.
853 "DEPMOD=true"
854 (string-append "MODULE_DIR=" moddir)
855 (string-append "INSTALL_PATH=" out)
856 (string-append "INSTALL_MOD_PATH=" out)
857 "INSTALL_MOD_STRIP=1"
858 "modules_install")
859 (let* ((versions (filter (lambda (name)
860 (not (string-prefix? "." name)))
861 (scandir moddir)))
862 (version (match versions
863 ((x) x))))
864 ;; There are symlinks to the build and source directory,
865 ;; both of which will point to target /tmp/guix-build*
866 ;; and thus not be useful in a profile. Delete the symlinks.
867 (false-if-file-not-found
868 (delete-file (string-append moddir "/" version "/build")))
869 (false-if-file-not-found
870 (delete-file (string-append moddir "/" version "/source"))))
871 #t))))
872 #:tests? #f))
873 (home-page "https://www.gnu.org/software/linux-libre/")
874 (synopsis "100% free redistribution of a cleaned Linux kernel")
875 (description
876 "GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.
877 It has been modified to remove all non-free binary blobs.")
878 (license license:gpl2)
879 (properties '((max-silent-time . 3600))))) ;don't timeout on blob scan.
880
881 \f
882 ;;;
883 ;;; Generic kernel packages.
884 ;;;
885
886 (define-public linux-libre-5.11
887 (make-linux-libre* linux-libre-5.11-version
888 linux-libre-5.11-source
889 '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
890 #:configuration-file kernel-config))
891
892 (define-public linux-libre-version linux-libre-5.11-version)
893 (define-public linux-libre-pristine-source linux-libre-5.11-pristine-source)
894 (define-public linux-libre-source linux-libre-5.11-source)
895 (define-public linux-libre linux-libre-5.11)
896
897 (define-public linux-libre-5.10
898 (make-linux-libre* linux-libre-5.10-version
899 linux-libre-5.10-source
900 '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
901 #:configuration-file kernel-config))
902
903 (define-public linux-libre-5.4
904 (make-linux-libre* linux-libre-5.4-version
905 linux-libre-5.4-source
906 '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
907 #:configuration-file kernel-config))
908
909 (define-public linux-libre-4.19
910 (make-linux-libre* linux-libre-4.19-version
911 linux-libre-4.19-source
912 '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux")
913 #:configuration-file kernel-config))
914
915 (define-public linux-libre-4.14
916 (make-linux-libre* linux-libre-4.14-version
917 linux-libre-4.14-source
918 '("x86_64-linux" "i686-linux" "armhf-linux")
919 #:configuration-file kernel-config))
920
921 (define-public linux-libre-4.9
922 (make-linux-libre* linux-libre-4.9-version
923 linux-libre-4.9-source
924 '("x86_64-linux" "i686-linux")
925 #:configuration-file kernel-config))
926
927 (define-public linux-libre-4.4
928 (make-linux-libre* linux-libre-4.4-version
929 linux-libre-4.4-source
930 '("x86_64-linux" "i686-linux")
931 #:configuration-file kernel-config
932 #:extra-options
933 (append
934 `(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html
935 ;; This option was removed upstream in version 4.7.
936 ("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t))
937 %default-extra-linux-options)))
938
939 ;; Linux-Libre-LTS points to the *newest* released long-term support version of
940 ;; Linux-Libre.
941 ;; Reference: https://jxself.org/linux-libre/
942
943 (define-public linux-libre-lts-version linux-libre-5.10-version)
944 (define-public linux-libre-lts-pristine-source linux-libre-5.10-pristine-source)
945 (define-public linux-libre-lts-source linux-libre-5.10-source)
946 (define-public linux-libre-lts linux-libre-5.10)
947
948 \f
949 ;;;
950 ;;; Specialized kernel variants.
951 ;;;
952
953 (define-public linux-libre-arm-generic
954 (make-linux-libre* linux-libre-version
955 linux-libre-source
956 '("armhf-linux")
957 #:defconfig "multi_v7_defconfig"
958 #:extra-version "arm-generic"
959 #:extra-options
960 (append
961 `(;; needed to fix the RTC on rockchip platforms
962 ("CONFIG_RTC_DRV_RK808" . #t))
963 %default-extra-linux-options)))
964
965 (define-public linux-libre-arm-veyron
966 (deprecated-package "linux-libre-arm-veyron" linux-libre-arm-generic))
967
968 (define-public linux-libre-arm-generic-5.10
969 (make-linux-libre* linux-libre-5.10-version
970 linux-libre-5.10-source
971 '("armhf-linux")
972 #:defconfig "multi_v7_defconfig"
973 #:extra-version "arm-generic"
974 #:extra-options
975 (append
976 `(;; needed to fix the RTC on rockchip platforms
977 ("CONFIG_RTC_DRV_RK808" . #t))
978 %default-extra-linux-options)))
979
980 (define-public linux-libre-arm-generic-5.4
981 (make-linux-libre* linux-libre-5.4-version
982 linux-libre-5.4-source
983 '("armhf-linux")
984 #:defconfig "multi_v7_defconfig"
985 #:extra-version "arm-generic"
986 #:extra-options
987 (append
988 `(;; needed to fix the RTC on rockchip platforms
989 ("CONFIG_RTC_DRV_RK808" . #t))
990 %default-extra-linux-options)))
991
992 (define-public linux-libre-arm-generic-4.19
993 (make-linux-libre* linux-libre-4.19-version
994 linux-libre-4.19-source
995 '("armhf-linux")
996 #:defconfig "multi_v7_defconfig"
997 #:extra-version "arm-generic"))
998
999 (define-public linux-libre-arm-generic-4.14
1000 (make-linux-libre* linux-libre-4.14-version
1001 linux-libre-4.14-source
1002 '("armhf-linux")
1003 #:defconfig "multi_v7_defconfig"
1004 #:extra-version "arm-generic"))
1005
1006 (define-public linux-libre-arm-omap2plus
1007 (make-linux-libre* linux-libre-version
1008 linux-libre-source
1009 '("armhf-linux")
1010 #:defconfig "omap2plus_defconfig"
1011 #:extra-version "arm-omap2plus"))
1012
1013 (define-public linux-libre-arm-omap2plus-4.19
1014 (make-linux-libre* linux-libre-4.19-version
1015 linux-libre-4.19-source
1016 '("armhf-linux")
1017 #:defconfig "omap2plus_defconfig"
1018 #:extra-version "arm-omap2plus"))
1019
1020 (define-public linux-libre-arm-omap2plus-4.14
1021 (make-linux-libre* linux-libre-4.14-version
1022 linux-libre-4.14-source
1023 '("armhf-linux")
1024 #:defconfig "omap2plus_defconfig"
1025 #:extra-version "arm-omap2plus"))
1026
1027 (define-public linux-libre-arm64-generic
1028 (make-linux-libre* linux-libre-version
1029 linux-libre-source
1030 '("aarch64-linux")
1031 #:defconfig "defconfig"
1032 #:extra-version "arm64-generic"
1033 #:extra-options
1034 (append
1035 `(;; needed to fix the RTC on rockchip platforms
1036 ("CONFIG_RTC_DRV_RK808" . #t)
1037 ;; Pinebook display, battery, charger and usb
1038 ("CONFIG_DRM_ANALOGIX_ANX6345" . m)
1039 ("CONFIG_CHARGER_AXP20X" . m)
1040 ("CONFIG_INPUT_AXP20X_PEK" . m)
1041 ("CONFIG_CHARGER_AXP20X" . m)
1042 ("CONFIG_BATTERY_AXP20X" . m)
1043 ("CONFIG_PINCTRL_AXP209" . m)
1044 ("CONFIG_AXP20X_POWER" . m)
1045 ("CONFIG_AXP20X_ADC" . m))
1046 %default-extra-linux-options)))
1047
1048 (define-public linux-libre-arm64-generic-5.10
1049 (make-linux-libre* linux-libre-5.10-version
1050 linux-libre-5.10-source
1051 '("aarch64-linux")
1052 #:defconfig "defconfig"
1053 #:extra-version "arm64-generic"
1054 #:extra-options
1055 (append
1056 `(;; needed to fix the RTC on rockchip platforms
1057 ("CONFIG_RTC_DRV_RK808" . #t)
1058 ;; Pinebook display, battery, charger and usb
1059 ("CONFIG_DRM_ANALOGIX_ANX6345" . m)
1060 ("CONFIG_CHARGER_AXP20X" . m)
1061 ("CONFIG_INPUT_AXP20X_PEK" . m)
1062 ("CONFIG_CHARGER_AXP20X" . m)
1063 ("CONFIG_BATTERY_AXP20X" . m)
1064 ("CONFIG_PINCTRL_AXP209" . m)
1065 ("CONFIG_AXP20X_POWER" . m)
1066 ("CONFIG_AXP20X_ADC" . m))
1067 %default-extra-linux-options)))
1068
1069 (define-public linux-libre-arm64-generic-5.4
1070 (make-linux-libre* linux-libre-5.4-version
1071 linux-libre-5.4-source
1072 '("aarch64-linux")
1073 #:defconfig "defconfig"
1074 #:extra-version "arm64-generic"
1075 #:extra-options
1076 (append
1077 `(;; needed to fix the RTC on rockchip platforms
1078 ("CONFIG_RTC_DRV_RK808" . #t))
1079 %default-extra-linux-options)))
1080
1081 (define-public linux-libre-riscv64-generic
1082 (make-linux-libre* linux-libre-version
1083 linux-libre-source
1084 '("riscv64-linux")
1085 #:extra-version "riscv64-generic"))
1086
1087 (define-public linux-libre-mips64el-fuloong2e
1088 (make-linux-libre* linux-libre-version
1089 linux-libre-source
1090 '("mips64el-linux")
1091 #:defconfig "fuloong2e_defconfig"
1092 #:extra-version "mips64el-fuloong2e"
1093 #:extra-options
1094 (append
1095 `(("CONFIG_OVERLAY_FS" . m))
1096 %default-extra-linux-options)))
1097
1098 (define-public linux-libre-with-bpf
1099 (let ((base-linux-libre
1100 (make-linux-libre*
1101 linux-libre-5.11-version
1102 linux-libre-5.11-source
1103 '("x86_64-linux" "i686-linux" "armhf-linux"
1104 "aarch64-linux" "riscv64-linux")
1105 #:extra-version "bpf"
1106 #:configuration-file kernel-config
1107 #:extra-options
1108 (append %bpf-extra-linux-options
1109 %default-extra-linux-options))))
1110 (package
1111 (inherit base-linux-libre)
1112 (inputs `(("cpio" ,cpio) ,@(package-inputs base-linux-libre))))))
1113
1114
1115 \f
1116 ;;;
1117 ;;; Linux kernel modules.
1118 ;;;
1119
1120 (define-public acpi-call-linux-module
1121 (package
1122 (name "acpi-call-linux-module")
1123 (version "1.2.1")
1124 (source
1125 (origin
1126 (method git-fetch)
1127 (uri (git-reference
1128 (url "https://github.com/nix-community/acpi_call")
1129 (commit (string-append "v" version))))
1130 (file-name (git-file-name name version))
1131 (sha256
1132 (base32 "0mr4rjbv6fj4phf038addrgv32940bphghw2v9n1z4awvw7wzkbg"))))
1133 (build-system linux-module-build-system)
1134 (arguments
1135 `(#:tests? #f ; no tests
1136 #:phases
1137 (modify-phases %standard-phases
1138 (add-before 'install 'patch-shebangs-harder
1139 ;; The (only) shebangs in examples/ don't justify a reference.
1140 ;; However, do substitute a more portable one than the original.
1141 (lambda _
1142 (substitute* (find-files "examples" ".")
1143 (("^(#! *)/[^ ]*/" _ shebang)
1144 (string-append shebang "/usr/bin/env ")))
1145 #t))
1146 (add-after 'install 'install-documentation
1147 (lambda* (#:key outputs #:allow-other-keys)
1148 (let* ((out (assoc-ref outputs "out"))
1149 (doc (string-append out "/share/doc/" ,name "-" ,version)))
1150 (for-each (lambda (file)
1151 (let ((target (string-append doc "/" file)))
1152 (mkdir-p (dirname target))
1153 (copy-recursively file target)))
1154 (list "README.md" "examples"))
1155 #t))))))
1156 (home-page "https://github.com/teleshoes/acpi_call")
1157 (synopsis "Linux kernel module to perform ACPI method calls")
1158 (description
1159 "This simple Linux kernel module allows calls from user space to any
1160 @acronym{ACPI, Advanced Configuration and Power Interface} method provided by
1161 your computer's firmware, by writing to @file{/proc/acpi/call}. You can pass
1162 any number of parameters of types @code{ACPI_INTEGER}, @code{ACPI_STRING},
1163 and @code{ACPI_BUFFER}.
1164
1165 It grants direct and undocumented access to your hardware that may cause damage
1166 and should be used with caution, especially on untested models.")
1167 (license license:gpl3+))) ; see README.md (no licence headers)
1168
1169 (define-public rtl8812au-aircrack-ng-linux-module
1170 (let ((commit "059e06a51be025fde5b2bec6565540b3d9981b0b")
1171 (revision "4"))
1172 (package
1173 (name "rtl8812au-aircrack-ng-linux-module")
1174 (version (git-version "5.6.4.2" revision commit))
1175 (source
1176 (origin
1177 (method git-fetch)
1178 (uri (git-reference
1179 (url "https://github.com/aircrack-ng/rtl8812au")
1180 (commit commit)))
1181 (file-name (git-file-name name version))
1182 (sha256
1183 (base32 "0h6l2r3yj7j9zf11dw0zcdyn50ajnjw8yvv86dzlfj80dn75n98f"))
1184 (modules '((guix build utils)))
1185 (snippet
1186 '(begin
1187 ;; Remove bundled tarballs, APKs, word lists, speadsheets,
1188 ;; and other unnecessary unlicenced things.
1189 (for-each delete-file-recursively (list "android"
1190 "docs"
1191 "tools"))
1192 #t))))
1193 (build-system linux-module-build-system)
1194 (arguments
1195 `(#:make-flags
1196 (list (string-append "KSRC="
1197 (assoc-ref %build-inputs "linux-module-builder")
1198 "/lib/modules/build"))
1199 #:phases
1200 (modify-phases %standard-phases
1201 (replace 'build
1202 (lambda* (#:key (make-flags '()) #:allow-other-keys)
1203 (apply invoke "make" make-flags))))
1204 #:tests? #f)) ; no test suite
1205 (supported-systems '("x86_64-linux" "i686-linux"))
1206 (home-page "https://github.com/aircrack-ng/rtl8812au")
1207 (synopsis "Linux driver for Realtek USB wireless network adapters")
1208 (description
1209 "This is Realtek's rtl8812au Linux driver for USB 802.11n wireless
1210 network adapters, modified by the aircrack-ng project to support monitor mode
1211 and frame injection. It provides a @code{88XXau} kernel module that supports
1212 RTL8812AU, RTL8821AU, and RTL8814AU chips.")
1213 (license license:gpl2+))))
1214
1215 (define-public rtl8821ce-linux-module
1216 (let ((commit "14b536f0c9ad2d0abbdab8afc7ade684900ca9cf")
1217 (revision "2"))
1218 (package
1219 (name "rtl8821ce-linux-module")
1220 (version (git-version "0.0.0" revision commit))
1221 (source
1222 (origin
1223 (method git-fetch)
1224 (uri (git-reference
1225 (url "https://github.com/tomaspinho/rtl8821ce")
1226 (commit commit)))
1227 (file-name (git-file-name name version))
1228 (sha256
1229 (base32
1230 "0z7r7spsgn22gwv9pcmkdjn9ingi8jj7xkxasph8118h46fw8ip2"))))
1231 (build-system linux-module-build-system)
1232 (arguments
1233 `(#:make-flags
1234 (list "CC=gcc"
1235 (string-append "KSRC="
1236 (assoc-ref %build-inputs "linux-module-builder")
1237 "/lib/modules/build"))
1238 #:phases
1239 (modify-phases %standard-phases
1240 (replace 'build
1241 (lambda* (#:key (make-flags '()) #:allow-other-keys)
1242 (apply invoke "make" make-flags))))
1243 #:tests? #f)) ; no test suite
1244 (home-page "https://github.com/tomaspinho/rtl8821ce")
1245 (synopsis "Linux driver for Realtek RTL8821CE wireless network adapters")
1246 (description "This is Realtek's RTL8821CE Linux driver for wireless
1247 network adapters.")
1248 (license license:gpl2))))
1249
1250 (define-public vhba-module
1251 (package
1252 (name "vhba-module")
1253 (version "20200106")
1254 (source (origin
1255 (method url-fetch)
1256 (uri (string-append
1257 "http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-"
1258 version ".tar.bz2"))
1259 (sha256
1260 (base32
1261 "10rlvsfj0fw6n0qmwcnvhimqnsnhi7n55lyl7fq1pkwggf5218sr"))))
1262 (build-system linux-module-build-system)
1263 (arguments
1264 ;; TODO: No tests?
1265 `(#:tests? #f))
1266 (home-page "https://cdemu.sourceforge.io/")
1267 (synopsis "Kernel module that emulates SCSI devices")
1268 (description "VHBA module provides a Virtual (SCSI) HBA, which is the link
1269 between the CDemu userspace daemon and linux kernel.")
1270 (license license:gpl2+)))
1271
1272 (define-public bbswitch-module
1273 ;; Use "develop" branch since stable release does not build on Linux >= 5.6.
1274 ;; See https://github.com/Bumblebee-Project/bbswitch/issues/205.
1275 (let ((commit "ddbd243638c7bc2baecf43a78aff46cdc12e9b2e"))
1276 (package
1277 (name "bbswitch-module")
1278 (version (git-version "0.8" "1" commit))
1279 (source (origin
1280 (method git-fetch)
1281 (uri (git-reference
1282 (url "https://github.com/Bumblebee-Project/bbswitch")
1283 (commit commit)))
1284 (file-name (git-file-name name version))
1285 (sha256
1286 (base32
1287 "1pgldnza7mzd0flrxg4q69dwbq1fhl58m5c62ary5drb0xyf3lqb"))))
1288 (build-system linux-module-build-system)
1289 (arguments
1290 ;; No tests.
1291 `(#:tests? #f))
1292 (home-page "https://github.com/Bumblebee-Project/bbswitch")
1293 (synopsis "Kernel module that disables discrete Nvidia graphics cards")
1294 (description "The bbswitch module provides a way to toggle the Nvidia
1295 graphics card on Optimus laptops.")
1296 (license license:gpl2))))
1297
1298 (define-public ddcci-driver-linux
1299 (package
1300 (name "ddcci-driver-linux")
1301 (version "0.3.3")
1302 (source
1303 (origin
1304 (method git-fetch)
1305 (uri
1306 (git-reference
1307 (url "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux.git")
1308 (commit (string-append "v" version))))
1309 (file-name (git-file-name name version))
1310 (sha256
1311 (base32
1312 "0vkkja3ykjil783zjpwp0vz7jy2fp9ccazzi3afd4fjk8gldin7f"))))
1313 (build-system linux-module-build-system)
1314 (arguments
1315 `(#:tests? #f ; no tests
1316 #:phases
1317 (modify-phases %standard-phases
1318 (replace 'build
1319 (lambda args
1320 (for-each
1321 (lambda (module)
1322 (with-directory-excursion module
1323 (apply (assoc-ref %standard-phases 'build) args)))
1324 '("ddcci" "ddcci-backlight"))
1325 #t))
1326 (replace 'install
1327 (lambda args
1328 (for-each
1329 (lambda (module)
1330 (with-directory-excursion module
1331 (apply (assoc-ref %standard-phases 'install) args)))
1332 '("ddcci" "ddcci-backlight"))
1333 #t)))))
1334 (home-page "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux")
1335 (synopsis "Pair of Linux kernel drivers for DDC/CI monitors")
1336 (description "This package provides two Linux kernel drivers, ddcci and
1337 ddcci-backlight, that allows the control of DDC/CI monitors through the sysfs
1338 interface. The ddcci module creates a character device for each DDC/CI
1339 monitors in @file{/dev/bus/ddcci/[I²C busnumber]}. While the ddcci-backlight
1340 module allows the control of the backlight level or luminance property when
1341 supported under @file{/sys/class/backlight/}.")
1342 (license license:gpl2+)))
1343
1344 (define-public v4l2loopback-linux-module
1345 (package
1346 (name "v4l2loopback-linux-module")
1347 (version "0.12.5")
1348 (source (origin
1349 (method git-fetch)
1350 (uri (git-reference
1351 (url "https://github.com/umlaeute/v4l2loopback")
1352 (commit (string-append "v" version))))
1353 (file-name (git-file-name name version))
1354 (sha256
1355 (base32
1356 "1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn"))))
1357 (build-system linux-module-build-system)
1358 (arguments
1359 `(#:tests? #f)) ; no test suite
1360 (home-page "https://github.com/umlaeute/v4l2loopback")
1361 (synopsis "Linux kernel module to create virtual V4L2 video devices")
1362 (description
1363 "This Linux module creates virtual video devices. @acronym{V4L2, Video
1364 for Linux 2} applications will treat these as ordinary video devices but read
1365 video data generated by another application, instead of a hardware device such
1366 as a capture card.
1367
1368 This lets you apply nifty effects to your Jitsi video, for example, but also
1369 allows some more serious things like adding streaming capabilities to an
1370 application by hooking GStreamer into the loopback device.")
1371 (license license:gpl2+)))
1372
1373 \f
1374 ;;;
1375 ;;; Pluggable authentication modules (PAM).
1376 ;;;
1377
1378 (define-public linux-pam
1379 (package
1380 (name "linux-pam")
1381 (version "1.5.1")
1382 (source
1383 (origin
1384 (method url-fetch)
1385 (uri (string-append
1386 "https://github.com/linux-pam/linux-pam/releases/download/v"
1387 version "/Linux-PAM-" version ".tar.xz"))
1388 (sha256
1389 (base32
1390 "1z4jayf69qyyxln1gl6ch4qxfd66ib1g42garnrv2d8i1drl0790"))
1391 (patches (search-patches "linux-pam-no-setfsuid.patch"))))
1392
1393 (build-system gnu-build-system)
1394 (native-inputs
1395 `(("flex" ,flex)
1396
1397 ;; TODO: optional dependencies
1398 ;; ("libxcrypt" ,libxcrypt)
1399 ;; ("cracklib" ,cracklib)
1400 ))
1401 (arguments
1402 `(;; Most users, such as `shadow', expect the headers to be under
1403 ;; `security'.
1404 #:configure-flags (list (string-append "--includedir="
1405 (assoc-ref %outputs "out")
1406 "/include/security")
1407
1408 ;; XXX: <rpc/rpc.h> is missing from glibc when
1409 ;; cross-compiling, so we have to disable NIS
1410 ;; support altogether.
1411 ,@(if (%current-target-system)
1412 '("--disable-nis")
1413 '()))
1414
1415 ;; XXX: Tests won't run in chroot, presumably because /etc/pam.d
1416 ;; isn't available.
1417 #:tests? #f))
1418 (home-page "http://www.linux-pam.org/")
1419 (synopsis "Pluggable authentication modules for Linux")
1420 (description
1421 "A *Free* project to implement OSF's RFC 86.0.
1422 Pluggable authentication modules are small shared object files that can
1423 be used through the PAM API to perform tasks, like authenticating a user
1424 at login. Local and dynamic reconfiguration are its key features.")
1425 (license license:bsd-3)))
1426
1427 (define-public linux-pam-1.2
1428 (package
1429 (inherit linux-pam)
1430 (version "1.2.1")
1431 (source
1432 (origin
1433 (method url-fetch)
1434 (uri (string-append
1435 "http://www.linux-pam.org/library/"
1436 "Linux-PAM-" version ".tar.bz2"))
1437 (sha256
1438 (base32
1439 "1n9lnf9gjs72kbj1g354v1xhi2j27aqaah15vykh7cnkq08i4arl"))
1440 (patches (search-patches "linux-pam-no-setfsuid.patch"))))))
1441
1442 (define-public python-pamela
1443 (package
1444 (name "python-pamela")
1445 (version "1.0.0")
1446 (source
1447 (origin
1448 ;; Tests not distributed in pypi release.
1449 (method git-fetch)
1450 (uri (git-reference
1451 (url "https://github.com/minrk/pamela")
1452 (commit version)))
1453 (file-name (git-file-name name version))
1454 (sha256
1455 (base32
1456 "0cg3w6np1fbjpvzhv54xg567hpf38szwp2d4gvzb9r736nxbv0vr"))))
1457 (build-system python-build-system)
1458 (arguments
1459 '(#:tests? #f ; Test suite isn't designed to be run inside a container.
1460 #:phases
1461 (modify-phases %standard-phases
1462 (add-after 'unpack 'hardcode-pam.so
1463 (lambda* (#:key inputs #:allow-other-keys)
1464 (let ((pam (assoc-ref inputs "linux-pam")))
1465 (substitute* "pamela.py"
1466 (("find_library\\(\"pam\")")
1467 (string-append "'" pam "/lib/libpam.so'")))
1468 #t)))
1469 (replace 'check
1470 (lambda* (#:key tests? #:allow-other-keys)
1471 (if tests?
1472 (if (file-exists? "test_pamela.py")
1473 (invoke "py.test" "--assert=plain" "test_pamela.py")
1474 (invoke "python" "-m" "pamela" "-a" "`whoami`"))
1475 #t))))))
1476 (inputs
1477 `(("linux-pam" ,linux-pam)))
1478 (native-inputs
1479 `(("python-pytest" ,python-pytest)))
1480 (home-page "https://github.com/minrk/pamela")
1481 (synopsis "PAM interface using ctypes")
1482 (description "This package provides a PAM interface using @code{ctypes}.")
1483 (license license:expat)))
1484
1485
1486 ;;;
1487 ;;; Miscellaneous.
1488 ;;;
1489
1490 (define-public powerstat
1491 (package
1492 (name "powerstat")
1493 (version "0.02.25")
1494 (source
1495 (origin
1496 (method url-fetch)
1497 (uri (string-append "https://kernel.ubuntu.com/~cking/tarballs/"
1498 "powerstat/powerstat-" version ".tar.gz"))
1499 (sha256
1500 (base32 "0dmixbxm4qd08ds26i0wvxwyy8nrjzfjj2q9ylx35564g4wh58qb"))))
1501 (build-system gnu-build-system)
1502 (arguments
1503 `(#:make-flags
1504 (list (string-append "CC=" ,(cc-for-target))
1505 (string-append "prefix=" (assoc-ref %outputs "out")))
1506 #:tests? #f ; no test suite
1507 #:phases
1508 (modify-phases %standard-phases
1509 (add-after 'unpack 'respect-$prefix
1510 ;; https://bugs.launchpad.net/ubuntu/+source/powerstat/+bug/1877744
1511 (lambda _
1512 (substitute* "Makefile"
1513 (("DIR=/usr/") "DIR=$(prefix)/"))
1514 #t))
1515 (delete 'configure)))) ; no configure script
1516 (home-page "https://kernel.ubuntu.com/~cking/powerstat/")
1517 (synopsis "Measure system power consumption")
1518 (description
1519 "Powerstat measures and reports your computer's power consumption in real
1520 time. On mobile PCs, it uses ACPI battery information to measure the power
1521 drain of the entire system.
1522
1523 Powerstat can also report @acronym{RAPL, Running Average Power Limit} power
1524 domain measurements. These are available only on some hardware such as Intel
1525 Sandybridge and newer, and cover only part of the machine's components such as
1526 CPU, DRAM, and graphics. However, they provide accurate and immediate readings
1527 and don't require a battery at all.
1528
1529 The output is like @command{vmstat} but also shows power consumption statistics:
1530 at the end of a run, @command{powerstat} will calculate the average, standard
1531 deviation, and minimum and maximum values. It can show a nice histogram too.")
1532 (license license:gpl2)))
1533
1534 (define-public psmisc
1535 (package
1536 (name "psmisc")
1537 (version "23.4")
1538 (source
1539 (origin
1540 (method url-fetch)
1541 (uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-"
1542 version ".tar.xz"))
1543 (sha256
1544 (base32 "0y8n1jd2dn4cvc5mh806d66qnq8xl0xmzczbycjwal10rvmcw33z"))))
1545 (build-system gnu-build-system)
1546 (arguments
1547 `(,@(if (%current-target-system)
1548 '(#:configure-flags
1549 (list
1550 "ac_cv_func_malloc_0_nonnull=yes"
1551 "ac_cv_func_realloc_0_nonnull=yes"))
1552 '())))
1553 (inputs `(("ncurses" ,ncurses)))
1554 (home-page "https://gitlab.com/psmisc/psmisc")
1555 (synopsis "Small utilities that use the proc file system")
1556 (description
1557 "This PSmisc package is a set of some small useful utilities that
1558 use the proc file system. We're not about changing the world, but
1559 providing the system administrator with some help in common tasks.")
1560 (license license:gpl2+)))
1561
1562 (define-public util-linux
1563 (package
1564 (name "util-linux")
1565 (version "2.35.1")
1566 (source (origin
1567 (method url-fetch)
1568 (uri (string-append "mirror://kernel.org/linux/utils/"
1569 "util-linux/v" (version-major+minor version) "/"
1570 "util-linux-" version ".tar.xz"))
1571 (sha256
1572 (base32
1573 "1yfpy6bkab4jw61mpx48gfy24yrqp4a7arvpis8csrkk53fkxpnr"))
1574 (patches (search-patches "util-linux-tests.patch"))
1575 (modules '((guix build utils)))
1576 (snippet
1577 ;; We take 'nologin' from Shadow, the 'logger' program from
1578 ;; GNU Inetutils and 'kill' from GNU Coreutils.
1579 '(begin
1580 (substitute* "configure"
1581 (("build_nologin=yes") "build_nologin=no")
1582 (("build_logger=yes") "build_logger=no")
1583 (("build_kill=yes") "build_kill=no"))
1584 #t))))
1585 (build-system gnu-build-system)
1586 (outputs '("out" ;6.4 MiB executables and documentation
1587 "lib" ;8.8 MiB shared libraries, headers and locales
1588 "static")) ;2.9 MiB static .a libraries
1589 (arguments
1590 `(#:configure-flags (list "--disable-use-tty-group"
1591 "--enable-fs-paths-default=/run/current-system/profile/sbin"
1592 ;; Don't try to chown root:root mount and umount
1593 "--disable-makeinstall-chown"
1594 "--localstatedir=/var"
1595 (string-append "--localedir="
1596 (assoc-ref %outputs "lib")
1597 "/share/locale")
1598 ;; Install completions where our
1599 ;; bash-completion package expects them.
1600 (string-append "--with-bashcompletiondir="
1601 (assoc-ref %outputs "out")
1602 "/etc/bash_completion.d"))
1603 #:phases (modify-phases %standard-phases
1604 (add-before 'configure 'patch-build-scripts
1605 (lambda* (#:key outputs #:allow-other-keys)
1606 (substitute* "configure"
1607 ;; The build system assumes that we want to install
1608 ;; libraries below $exec_prefix when $libdir does not
1609 ;; match any of the "usual" locations. Fix that.
1610 (("usrlib_execdir='\\$\\{exec_prefix\\}'\\$libdir")
1611 "usrlib_execdir=$libdir"))
1612 #t))
1613 (add-before 'build 'set-umount-file-name
1614 (lambda* (#:key outputs #:allow-other-keys)
1615 ;; Tell 'eject' the right file name of 'umount'.
1616 (let ((out (assoc-ref outputs "out")))
1617 (substitute* "sys-utils/eject.c"
1618 (("\"/bin/umount\"")
1619 (string-append "\"" out "/bin/umount\"")))
1620 #t)))
1621 (add-before 'check 'pre-check
1622 (lambda* (#:key inputs outputs #:allow-other-keys)
1623 (let ((out (assoc-ref outputs "out"))
1624 (net (assoc-ref inputs "net-base")))
1625 ;; Change the test to refer to the right file.
1626 (substitute* "tests/ts/misc/mcookie"
1627 (("/etc/services")
1628 (string-append net "/etc/services")))
1629
1630 ;; The C.UTF-8 locale does not exist in our libc.
1631 (substitute* "tests/ts/column/invalid-multibyte"
1632 (("C\\.UTF-8") "en_US.utf8"))
1633 #t)))
1634 ;; TODO: Remove the conditional on the next rebuild cycle.
1635 ,@(if (string-prefix? "arm" (%current-system))
1636 '((add-before 'check 'disable-setarch-test
1637 (lambda _
1638 ;; The setarch tests are unreliable in QEMU's
1639 ;; user-mode emulation, which is our primary
1640 ;; method of building ARMv7 packages.
1641 ;; <https://github.com/karelzak/util-linux/issues/601>
1642 (substitute* "tests/ts/misc/setarch"
1643 (("ts_init_subtest.*" all)
1644 (string-append
1645 all "\n"
1646 "ts_skip \"setarch tests are unreliable under QEMU\"")))
1647 #t)))
1648 '())
1649 (add-after 'install 'move-static-libraries
1650 (lambda* (#:key outputs #:allow-other-keys)
1651 (let ((lib (assoc-ref outputs "lib"))
1652 (static (assoc-ref outputs "static")))
1653
1654 ;; Move static libraries to the "static" output.
1655 (mkdir-p (string-append static "/lib"))
1656 (with-directory-excursion lib
1657 (for-each (lambda (file)
1658 (rename-file file
1659 (string-append static "/"
1660 file)))
1661 (find-files "lib" "\\.a$"))
1662
1663 ;; Remove references to the static library from the '.la'
1664 ;; files so that Libtool does the right thing when both
1665 ;; the shared and static library is available.
1666 (substitute* (find-files "lib" "\\.la$")
1667 (("old_library=.*") "old_library=''\n")))
1668
1669 #t)))
1670 (add-after 'install 'adjust-pkg-config-files
1671 (lambda* (#:key outputs #:allow-other-keys)
1672 (let ((lib (assoc-ref outputs "lib")))
1673 ;; Drop the unused "prefix=" and "exec_prefix=" variables from
1674 ;; the pkg-config files to avoid a cyclic reference on "out".
1675 (substitute* (find-files (string-append lib "/lib/pkgconfig")
1676 "\\.pc$")
1677 (("^(exec_)?prefix=.*") "")))
1678 #t)))))
1679 (inputs `(("zlib" ,zlib)
1680 ("ncurses" ,ncurses)
1681
1682 ;; XXX: This is so that the 'pre-check' phase can find it.
1683 ,@(if (%current-target-system)
1684 `(("net-base" ,net-base))
1685 '())))
1686 (native-inputs
1687 `(("perl" ,perl)
1688 ("net-base" ,net-base))) ;for tests
1689 (home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
1690 (synopsis "Collection of utilities for the Linux kernel")
1691 (description "Util-linux is a diverse collection of Linux kernel
1692 utilities. It provides dmesg and includes tools for working with file systems,
1693 block devices, UUIDs, TTYs, and many other tools.")
1694
1695 ;; Note that util-linux doesn't use the same license for all the
1696 ;; code. GPLv2+ is the default license for a code without an
1697 ;; explicitly defined license.
1698 (license (list license:gpl3+ license:gpl2+ license:gpl2 license:lgpl2.0+
1699 license:bsd-4 license:public-domain))))
1700
1701 ;; util-linux optionally supports udev, which allows lsblk to read file system
1702 ;; metadata without special privileges. Add it as a separate package to avoid
1703 ;; a circular dependency, and to keep the size small.
1704 (define-public util-linux+udev
1705 (package/inherit
1706 util-linux
1707 (name "util-linux-with-udev")
1708 (inputs
1709 `(("udev" ,eudev)
1710 ,@(package-inputs util-linux)))))
1711
1712 (define-public ddate
1713 (package
1714 (name "ddate")
1715 (version "0.2.2")
1716 (source (origin
1717 (method git-fetch)
1718 (uri (git-reference
1719 (url "https://github.com/bo0ts/ddate")
1720 (commit (string-append "v" version))))
1721 (file-name (git-file-name name version))
1722 (sha256
1723 (base32 "1qchxnxvghbma6gp1g78wnjxsri0b72ha9axyk31cplssl7yn73f"))))
1724 (build-system cmake-build-system)
1725 (arguments '(#:tests? #f))
1726 (home-page "https://github.com/bo0ts/ddate")
1727 (synopsis "PERPETUAL DATE CONVERTER FROM GREGORIAN TO POEE CALENDAR")
1728 (description
1729 "ddate displays the Discordian date and holidays of a given date.
1730 The Discordian calendar was made popular by the \"Illuminatus!\" trilogy
1731 by Robert Shea and Robert Anton Wilson.")
1732 (license license:public-domain)))
1733
1734 (define-public fbset
1735 (package
1736 (name "fbset")
1737 (version "2.1")
1738 (source
1739 (origin
1740 (method url-fetch)
1741 (uri (string-append "http://users.telenet.be/geertu/Linux/fbdev/fbset-"
1742 version ".tar.gz"))
1743 (sha256
1744 (base32 "080wnisi0jq7dp0jcwdp83rq8q8s3kw41vc712516xbv4jq4mzs0"))))
1745 (build-system gnu-build-system)
1746 (arguments
1747 '(#:modules ((guix build gnu-build-system)
1748 (guix build utils)
1749 (srfi srfi-26))
1750 #:phases
1751 (modify-phases %standard-phases
1752 (delete 'configure) ; no configure script
1753 (add-before 'install 'pre-install
1754 (lambda* (#:key outputs #:allow-other-keys)
1755 (let ((out (assoc-ref outputs "out")))
1756 (substitute* "Makefile"
1757 (("mknod ") "true ")
1758 ;; The Makefile doesn't honour PREFIX or similar.
1759 (("/usr") out))
1760 (mkdir out)
1761 (with-directory-excursion out
1762 (for-each mkdir-p (list "sbin"
1763 "man/man5"
1764 "man/man8")))
1765 #t)))
1766 (add-after 'install 'install-fb.modes
1767 (lambda* (#:key outputs #:allow-other-keys)
1768 (let* ((out (assoc-ref outputs "out"))
1769 (etc (string-append out "/etc")))
1770 (for-each (cut install-file <> etc)
1771 (find-files "etc" "^fb\\.modes"))
1772 (symlink "fb.modes.ATI"
1773 (string-append etc "/fb.modes"))
1774 #t))))
1775 ;; Parallel building races to create modes.tab.c.
1776 #:parallel-build? #f
1777 #:tests? #f)) ; no test suite
1778 (native-inputs
1779 `(("bison" ,bison)
1780 ("flex" ,flex)))
1781 (home-page "http://users.telenet.be/geertu/Linux/fbdev/")
1782 (synopsis "Show and modify Linux frame buffer settings")
1783 (description
1784 "The kernel Linux's @dfn{frame buffers} provide a simple interface to
1785 different kinds of graphic displays. The @command{fbset} utility can query and
1786 change various device settings such as depth, virtual resolution, and timing
1787 parameters.")
1788 (license license:gpl2)))
1789
1790 (define-public procps
1791 (package
1792 (name "procps")
1793 (version "3.3.16")
1794 (source (origin
1795 (method url-fetch)
1796 (uri (string-append "mirror://sourceforge/procps-ng/Production/"
1797 "procps-ng-" version ".tar.xz"))
1798 (sha256
1799 (base32
1800 "1br0g93ysqhlv13i1k4lfbimsgxnpy5rgs4lxfc9rkzdbpbaqplj"))))
1801 (build-system gnu-build-system)
1802 (arguments
1803 `(#:modules ((guix build utils)
1804 (guix build gnu-build-system)
1805 (srfi srfi-1)
1806 (srfi srfi-26))
1807 ,@(if (%current-target-system)
1808 '(#:configure-flags
1809 (list
1810 "ac_cv_func_malloc_0_nonnull=yes"
1811 "ac_cv_func_realloc_0_nonnull=yes"))
1812 '())
1813 #:phases
1814 (modify-phases %standard-phases
1815 (add-after
1816 'install 'post-install
1817 ;; Remove commands and man pages redudant with
1818 ;; Coreutils.
1819 (lambda* (#:key outputs #:allow-other-keys)
1820 (let* ((out (assoc-ref outputs "out"))
1821 (dup (append-map (cut find-files out <>)
1822 '("^kill" "^uptime"))))
1823 (for-each delete-file dup)
1824 #t))))))
1825 (inputs `(("ncurses" ,ncurses)))
1826 (home-page "https://gitlab.com/procps-ng/procps/")
1827 (synopsis "Utilities that give information about processes")
1828 (description
1829 "Procps is the package that has a bunch of small useful utilities
1830 that give information about processes using the Linux /proc file system.
1831 The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx,
1832 slabtop, tload, top, vmstat, w, watch and sysctl.")
1833 (license license:gpl2)))
1834
1835 (define-public usbutils
1836 (package
1837 (name "usbutils")
1838 (version "013")
1839 (source
1840 (origin
1841 (method url-fetch)
1842 (uri (string-append "mirror://kernel.org/linux/utils/usb/usbutils/"
1843 "usbutils-" version ".tar.xz"))
1844 (sha256
1845 (base32 "0f0klk6d3hmbpf6p4dcwa1qjzblmkhbxs1wsw87aidvqri7lj8wy"))))
1846 (build-system gnu-build-system)
1847 (outputs (list "out" "python"))
1848 (arguments
1849 `(#:phases
1850 (modify-phases %standard-phases
1851 (add-before 'bootstrap 'patch-bootstrap-scripts
1852 (lambda _
1853 (substitute* "usbhid-dump/bootstrap"
1854 (("/bin/sh") (which "sh")))
1855
1856 ;; Don't let autogen.sh run configure with bogus options & CFLAGS.
1857 (substitute* "autogen.sh"
1858 (("^\\./configure.*") ""))
1859 #t))
1860 (add-after 'install 'separate-python-output
1861 ;; Separating one Python script shaves more than 106 MiB from :out.
1862 (lambda* (#:key outputs #:allow-other-keys)
1863 (let ((out (assoc-ref outputs "out"))
1864 (out:python (assoc-ref outputs "python")))
1865 (for-each (lambda (file)
1866 (let ((old (string-append out "/" file))
1867 (new (string-append out:python "/" file)))
1868 (mkdir-p (dirname new))
1869 (rename-file old new)))
1870 (list "bin/lsusb.py"))
1871 #t))))))
1872 (inputs
1873 `(("eudev" ,eudev)
1874 ("libusb" ,libusb)
1875 ("python" ,python)))
1876 (native-inputs
1877 `(("autoconf" ,autoconf)
1878 ("automake" ,automake)
1879 ("libtool" ,libtool)
1880 ("pkg-config" ,pkg-config)))
1881 (home-page "http://www.linux-usb.org/")
1882 (synopsis
1883 "Tools for working with USB devices, such as lsusb")
1884 (description
1885 "Tools for working with USB devices, such as lsusb.")
1886 (license license:gpl2+)))
1887
1888 (define-public e2fsprogs
1889 (package
1890 (name "e2fsprogs")
1891 (version "1.45.6")
1892 (source (origin
1893 (method url-fetch)
1894 (uri (string-append
1895 "mirror://kernel.org/linux/kernel/people/tytso/"
1896 "e2fsprogs/v" version "/"
1897 "e2fsprogs-" version ".tar.xz"))
1898 (sha256
1899 (base32
1900 "0mj2yizwygs7xww8jfy5mxjn8ww4pvc0b1hg1p2vsnirailsx9zz"))))
1901 (build-system gnu-build-system)
1902 (inputs `(("util-linux" ,util-linux "lib")))
1903 (native-inputs `(("pkg-config" ,pkg-config)
1904 ("texinfo" ,texinfo) ;for the libext2fs Info manual
1905
1906 ;; For tests.
1907 ("perl" ,perl)
1908 ("procps" ,procps)))
1909 (arguments
1910 '(;; util-linux is the preferred source for some of the libraries and
1911 ;; commands, so disable them (see, e.g.,
1912 ;; <http://git.buildroot.net/buildroot/commit/?id=e1ffc2f791b33633>.)
1913 #:configure-flags (list "--disable-libblkid"
1914 "--disable-libuuid" "--disable-uuidd"
1915 "--disable-fsck"
1916
1917 ;; Use symlinks instead of hard links for
1918 ;; 'fsck.extN' etc. This makes the resulting nar
1919 ;; smaller and is preserved across copies.
1920 "--enable-symlink-install"
1921
1922 (string-append "LDFLAGS=-Wl,-rpath="
1923 (assoc-ref %outputs "out")
1924 "/lib")
1925
1926 ;; Install libext2fs et al.
1927 "--enable-elf-shlibs")
1928
1929 #:phases
1930 (modify-phases %standard-phases
1931 (add-before 'configure 'patch-shells
1932 (lambda _
1933 (substitute* "configure"
1934 (("/bin/sh (.*)parse-types.sh" _ dir)
1935 (string-append (which "sh") " " dir
1936 "parse-types.sh")))
1937 (substitute* "MCONFIG.in"
1938 (("INSTALL_SYMLINK = /bin/sh")
1939 "INSTALL_SYMLINK = sh"))
1940 (substitute* (find-files "." "^Makefile.in$")
1941 (("#!/bin/sh")
1942 (string-append "#!" (which "sh"))))
1943 #t))
1944 (add-after 'install 'install-libs
1945 (lambda* (#:key outputs #:allow-other-keys)
1946 (let* ((out (assoc-ref outputs "out"))
1947 (lib (string-append out "/lib")))
1948 (invoke "make" "install-libs")
1949
1950 ;; Make the .a writable so that 'strip' works.
1951 ;; Failing to do that, due to debug symbols, we
1952 ;; retain a reference to the final
1953 ;; linux-libre-headers, which refer to the
1954 ;; bootstrap binaries.
1955 (let ((archives (find-files lib "\\.a$")))
1956 (for-each (lambda (file)
1957 (chmod file #o666))
1958 archives))
1959 #t))))))
1960 (home-page "http://e2fsprogs.sourceforge.net/")
1961 (synopsis "Creating and checking ext2/ext3/ext4 file systems")
1962 (description
1963 "This package provides tools for manipulating ext2/ext3/ext4 file systems.")
1964 (license (list license:gpl2 ;programs
1965 license:lgpl2.0 ;libext2fs
1966 license:x11)))) ;libuuid
1967
1968 (define e2fsprogs/static
1969 (static-package
1970 (package (inherit e2fsprogs)
1971 (arguments
1972 ;; Do not build shared libraries.
1973 (substitute-keyword-arguments (package-arguments e2fsprogs)
1974 ((#:configure-flags _)
1975 '(list "--disable-blkid"))
1976 ((#:make-flags _)
1977 '(list)))))))
1978
1979 (define-public e2fsck/static
1980 (package
1981 (name "e2fsck-static")
1982 (version (package-version e2fsprogs))
1983 (build-system trivial-build-system)
1984 (source #f)
1985 (inputs
1986 `(("e2fsprogs" ,e2fsprogs/static)))
1987 (arguments
1988 `(#:modules ((guix build utils))
1989 #:builder
1990 (begin
1991 (use-modules (guix build utils)
1992 (ice-9 ftw)
1993 (srfi srfi-26))
1994
1995 (let ((e2fsck (string-append (assoc-ref %build-inputs "e2fsprogs")
1996 "/sbin/e2fsck"))
1997 (bin (string-append (assoc-ref %outputs "out") "/sbin")))
1998 (mkdir-p bin)
1999 (with-directory-excursion bin
2000 (copy-file e2fsck "e2fsck")
2001 (remove-store-references "e2fsck")
2002 (chmod "e2fsck" #o555))
2003 #t))))
2004 (home-page (package-home-page e2fsprogs))
2005 (synopsis "Statically-linked e2fsck command from e2fsprogs")
2006 (description "This package provides statically-linked e2fsck command taken
2007 from the e2fsprogs package. It is meant to be used in initrds.")
2008 (license (package-license e2fsprogs))))
2009
2010 (define-public extundelete
2011 (package
2012 (name "extundelete")
2013 (version "0.2.4")
2014 (source
2015 (origin
2016 (method url-fetch)
2017 (uri (string-append "mirror://sourceforge/extundelete/"
2018 "extundelete/" version "/extundelete-"
2019 version ".tar.bz2"))
2020 (sha256
2021 (base32
2022 "1x0r7ylxlp9lbj3d7sqf6j2a222dwy2nfpff05jd6mkh4ihxvyd1"))
2023 (patches (search-patches "extundelete-e2fsprogs-1.44.patch"))))
2024 (build-system gnu-build-system)
2025 (inputs `(("e2fsprogs" ,e2fsprogs)))
2026 (home-page "http://extundelete.sourceforge.net/")
2027 (synopsis "Recover deleted files from ext2/3/4 partitions")
2028 (description
2029 "Extundelete is a set of tools that can recover deleted files from an
2030 ext3 or ext4 partition.")
2031 (license license:gpl2)))
2032
2033 (define-public zerofree
2034 (package
2035 (name "zerofree")
2036 (version "1.1.1")
2037 (home-page "https://frippery.org/uml/")
2038 (source (origin
2039 (method url-fetch)
2040 (uri (string-append home-page name "-" version
2041 ".tgz"))
2042 (sha256
2043 (base32
2044 "0rrqfa5z103ws89vi8kfvbks1cfs74ix6n1wb6vs582vnmhwhswm"))))
2045 (build-system gnu-build-system)
2046 (arguments
2047 '(#:phases
2048 (modify-phases %standard-phases
2049 (delete 'configure) ; no configure script
2050 (replace 'install
2051 ;; The Makefile lacks an ‘install’ target.
2052 (lambda* (#:key outputs #:allow-other-keys)
2053 (let* ((out (assoc-ref outputs "out"))
2054 (bin (string-append out "/bin")))
2055 (chmod "zerofree" #o555)
2056 (install-file "zerofree" bin)
2057 #t))))
2058 #:tests? #f)) ; no tests
2059 (inputs `(("libext2fs" ,e2fsprogs)))
2060 (synopsis "Zero non-allocated regions in ext2/ext3/ext4 file systems")
2061 (description
2062 "Zerofree finds the unallocated blocks with non-zero value content in an
2063 ext2, ext3, or ext4 file system and fills them with zeroes (or another value).
2064 This is a simple way to make disk images more compressible.
2065 Zerofree requires the file system to be unmounted or mounted read-only.")
2066 (license license:gpl2)))
2067
2068 (define-public strace
2069 (package
2070 (name "strace")
2071 (version "5.8")
2072 (home-page "https://strace.io")
2073 (source (origin
2074 (method url-fetch)
2075 (uri (string-append home-page "/files/" version
2076 "/strace-" version ".tar.xz"))
2077 (sha256
2078 (base32
2079 "1abs3svkg9985f4jrxx34sj1dcpsf95vv1a0g01c777zgygncjnz"))))
2080 (build-system gnu-build-system)
2081 (arguments
2082 '(#:phases
2083 (modify-phases %standard-phases
2084 (add-after 'unpack 'patch-/bin/sh
2085 (lambda _
2086 (substitute* "strace.c"
2087 (("/bin/sh") (which "sh")))
2088 #t))
2089 (add-after 'unpack 'disable-failing-tests
2090 (lambda _
2091 ;; XXX These hang forever even if the test time-out is extended.
2092 (substitute* "tests/Makefile.in"
2093 (("^\tstrace-DD?D?\\.test \\\\.*") ""))
2094 #t)))
2095 ;; Don't fail if the architecture doesn't support different personalities.
2096 #:configure-flags '("--enable-mpers=check")
2097 ;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32459>.
2098 #:parallel-tests? #f)) ; undeterministic failures
2099 (native-inputs `(("perl" ,perl)))
2100 (synopsis "System call tracer for Linux")
2101 (description
2102 "strace is a system call tracer, i.e. a debugging tool which prints out a
2103 trace of all the system calls made by a another process/program.")
2104 (license license:lgpl2.1+)))
2105
2106 (define-public ltrace
2107 (package
2108 (name "ltrace")
2109 (version "0.7.3")
2110 (source (origin
2111 (method url-fetch)
2112 (uri (string-append "http://www.ltrace.org/ltrace_" version
2113 ".orig.tar.bz2"))
2114 (sha256
2115 (base32
2116 "00wmbdghqbz6x95m1mcdd3wd46l6hgcr4wggdp049dbifh3qqvqf"))))
2117 (build-system gnu-build-system)
2118 (inputs `(("libelf" ,elfutils)))
2119 (arguments
2120 ;; Compilation uses -Werror by default, but it fails.
2121 '(#:configure-flags '("--disable-werror")))
2122 (home-page "https://www.ltrace.org/")
2123 (synopsis "Library call tracer for Linux")
2124 (description
2125 "ltrace intercepts and records dynamic library calls which are called by
2126 an executed process and the signals received by that process. It can also
2127 intercept and print the system calls executed by the program.")
2128 (license license:gpl2+)))
2129
2130 (define-public alsa-lib
2131 (package
2132 (name "alsa-lib")
2133 (version "1.2.4")
2134 (source (origin
2135 (method url-fetch)
2136 (uri (string-append
2137 "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-"
2138 version ".tar.bz2"))
2139 (sha256
2140 (base32
2141 "1xq8d48wfy59qw4x7383j32n8j5njndw5hcgnmlg9pvclphlnmgp"))))
2142 (build-system gnu-build-system)
2143 (arguments
2144 '(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
2145 (assoc-ref %outputs "out")
2146 "/lib"))))
2147 (home-page "https://www.alsa-project.org/")
2148 (synopsis "The Advanced Linux Sound Architecture libraries")
2149 (description
2150 "The Advanced Linux Sound Architecture (ALSA) provides audio and
2151 MIDI functionality to the Linux-based operating system.")
2152 (license license:lgpl2.1+)))
2153
2154 (define-public alsa-utils
2155 (package
2156 (name "alsa-utils")
2157 (version "1.2.4")
2158 (source (origin
2159 (method url-fetch)
2160 (uri (string-append "ftp://ftp.alsa-project.org/pub/utils/"
2161 name "-" version ".tar.bz2"))
2162 (sha256
2163 (base32
2164 "09m4dnn4kplawprd2bl15nwa0b4r1brab3x44ga7f1fyk7aw5zwq"))))
2165 (build-system gnu-build-system)
2166 (arguments
2167 ;; XXX: Disable man page creation until we have DocBook.
2168 '(#:configure-flags (list "--disable-xmlto"
2169
2170 ;; The udev rule is responsible for restoring
2171 ;; the volume.
2172 (string-append "--with-udev-rules-dir="
2173 (assoc-ref %outputs "out")
2174 "/lib/udev/rules.d"))
2175 #:phases
2176 (modify-phases %standard-phases
2177 (add-before 'check 'disable-broken-test
2178 (lambda _
2179 ;; XXX: The 1.1.8 release tarball is missing a header that's
2180 ;; required for this test to work. Fixed in 1.1.9.
2181 (substitute* "axfer/test/Makefile"
2182 ((".*container-test.*") ""))
2183 #t))
2184 (add-before
2185 'install 'pre-install
2186 (lambda _
2187 ;; Don't try to mkdir /var/lib/alsa.
2188 (substitute* "Makefile"
2189 (("\\$\\(MKDIR_P\\) .*ASOUND_STATE_DIR.*")
2190 "true\n"))
2191 #t)))))
2192 (native-inputs
2193 `(("gettext" ,gettext-minimal)))
2194 (inputs
2195 `(("libsamplerate" ,libsamplerate)
2196 ("ncurses" ,ncurses)
2197 ("alsa-lib" ,alsa-lib)
2198 ("xmlto" ,xmlto)))
2199 (home-page "http://www.alsa-project.org/")
2200 (synopsis "Utilities for the Advanced Linux Sound Architecture (ALSA)")
2201 (description
2202 "The Advanced Linux Sound Architecture (ALSA) provides audio and
2203 MIDI functionality to the Linux-based operating system.")
2204
2205 ;; This is mostly GPLv2+ but a few files such as 'alsactl.c' are
2206 ;; GPLv2-only.
2207 (license license:gpl2)))
2208
2209 (define-public alsa-plugins
2210 (package
2211 (name "alsa-plugins")
2212 (version "1.2.2")
2213 (source (origin
2214 (method url-fetch)
2215 (uri (string-append "ftp://ftp.alsa-project.org/pub/plugins/"
2216 name "-" version ".tar.bz2"))
2217 (sha256
2218 (base32
2219 "0z9k3ssbfk2ky2w13avgyf202j1drsz9sv3834bp33cj1i2hc3qw"))))
2220 (build-system gnu-build-system)
2221 ;; TODO: Split libavcodec and speex if possible. It looks like they can not
2222 ;; be split, there are references to both in files.
2223 ;; TODO: Remove OSS related plugins, they add support to run native
2224 ;; ALSA applications on OSS however we do not offer OSS and OSS is
2225 ;; obsolete.
2226 (outputs '("out" "pulseaudio" "jack"))
2227 (native-search-paths
2228 (list (search-path-specification
2229 (variable "ALSA_PLUGIN_DIR")
2230 (files '("lib/alsa-lib"))
2231 (separator #f))))
2232 (arguments
2233 `(#:configure-flags '(;; Do not install a "local" configuration targeted
2234 ;; for /etc/alsa. On Guix System plugins are loaded from
2235 ;; the ALSA service, and other distributions likely
2236 ;; won't use these files.
2237 "--with-alsalconfdir=/tmp/noop")
2238 #:phases
2239 (modify-phases %standard-phases
2240 (add-after 'install 'split
2241 (lambda* (#:key inputs outputs #:allow-other-keys)
2242 ;; Distribute the binaries to the various outputs.
2243 (let* ((out (assoc-ref outputs "out"))
2244 (jack (assoc-ref outputs "jack"))
2245 (jacklib (string-append jack "/lib/alsa-lib"))
2246 (pua (assoc-ref outputs "pulseaudio"))
2247 (pualib (string-append pua "/lib/alsa-lib")))
2248 ;; For jack.
2249 (mkdir-p jacklib)
2250 (for-each (lambda (file)
2251 (rename-file file (string-append jacklib "/" (basename file))))
2252 (find-files out ".*jack\\.(la|so)"))
2253 ;; For pulseaudio.
2254 (mkdir-p pualib)
2255 (for-each (lambda (file)
2256 (rename-file file (string-append pualib "/" (basename file))))
2257 (find-files out ".*pulse\\.(la|so)"))
2258 #t))))))
2259 (inputs
2260 `(("alsa-lib" ,alsa-lib)
2261 ("jack" ,jack-1)
2262 ("speex" ,speex) ; libspeexdsp resampling plugin
2263 ("libsamplerate" ,libsamplerate) ; libsamplerate resampling plugin
2264 ("ffmpeg" ,ffmpeg) ; libavcodec resampling plugin, a52 plugin
2265 ("pulseaudio" ,pulseaudio))) ; PulseAudio plugin
2266 (native-inputs
2267 `(("pkg-config" ,pkg-config)))
2268 (home-page "http://www.alsa-project.org/")
2269 (synopsis "Plugins for the Advanced Linux Sound Architecture (ALSA)")
2270 (description
2271 "The Advanced Linux Sound Architecture (ALSA) provides audio and
2272 MIDI functionality to the Linux-based operating system. This package enhances ALSA
2273 by providing additional plugins which include: upmixing, downmixing, jackd and
2274 pulseaudio support for native alsa applications, format conversion (s16 to a52), and
2275 external rate conversion.")
2276 (license (list license:gpl2+
2277 ;; `rate/rate_samplerate.c': LGPL v2.1 or later.
2278 license:lgpl2.1+))))
2279
2280 (define-public iptables
2281 (package
2282 (name "iptables")
2283 (version "1.8.7")
2284 (source
2285 (origin
2286 (method url-fetch)
2287 (uri (list (string-append "mirror://netfilter.org/iptables/iptables-"
2288 version ".tar.bz2")
2289 (string-append "https://www.netfilter.org/projects/iptables/"
2290 "files/iptables-" version ".tar.bz2")))
2291 (sha256
2292 (base32 "1w6qx3sxzkv80shk21f63rq41c84irpx68k62m2cv629n1mwj2f1"))))
2293 (build-system gnu-build-system)
2294 (native-inputs
2295 `(("pkg-config" ,pkg-config)
2296 ("flex" ,flex)
2297 ("bison" ,bison)))
2298 (inputs
2299 `(("libmnl" ,libmnl)
2300 ("libnftnl" ,libnftnl)))
2301 (arguments
2302 '(#:tests? #f ; no test suite
2303 #:configure-flags ; add $libdir to the RUNPATH of executables
2304 (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))))
2305 (home-page "https://www.netfilter.org/projects/iptables/index.html")
2306 (synopsis "Programs to configure Linux IP packet filtering rules")
2307 (description
2308 "@command{iptables} is the user-space command line program used to
2309 configure the Linux 2.4.x and later IPv4 packet filtering ruleset
2310 (@dfn{firewall}), including @dfn{NAT} (Network Address Translation).
2311
2312 This package also includes @command{ip6tables}, which is used to configure the
2313 IPv6 packet filter.
2314
2315 Both commands are targeted at system administrators.")
2316 (license license:gpl2+)))
2317
2318 (define-public jitterentropy-rngd
2319 (package
2320 (name "jitterentropy-rngd")
2321 (version "1.2.0")
2322 (source
2323 (origin
2324 (method git-fetch)
2325 (uri (git-reference
2326 (url "https://github.com/smuellerDD/jitterentropy-rngd")
2327 (commit (string-append "v" version))))
2328 (file-name (git-file-name name version))
2329 (sha256
2330 (base32 "1fb8zfwhwkl1d8n4cdn7rdv5rwd75qgc00d36pmkl7wgnj3c9xda"))))
2331 (build-system gnu-build-system)
2332 (arguments
2333 `(#:tests? #f ; no test suite
2334 #:make-flags
2335 (list (string-append "CC=" ,(cc-for-target))
2336 (string-append "PREFIX=" (assoc-ref %outputs "out"))
2337 "UNITDIR=$(PREFIX)/lib/systemd/system")
2338 #:phases
2339 (modify-phases %standard-phases
2340 (delete 'configure)))) ; no ./configure script
2341 (home-page "https://www.chronox.de/jent.html")
2342 (synopsis "CPU jitter random number generator daemon")
2343 (description
2344 "This simple daemon feeds entropy from the CPU Jitter @acronym{RNG, random
2345 number generator} core to the kernel Linux's entropy estimator. This prevents
2346 the @file{/dev/random} device from blocking and should benefit users of the
2347 preferred @file{/dev/urandom} and @code{getrandom()} interfaces too.
2348
2349 The CPU Jitter RNG itself is part of the kernel and claims to provide good
2350 entropy by collecting and magnifying differences in CPU execution time as
2351 measured by the high-resolution timer built into modern CPUs. It requires no
2352 additional hardware or external entropy source.
2353
2354 The random bit stream generated by @command{jitterentropy-rngd} is not processed
2355 by a cryptographically secure whitening function. Nonetheless, its authors
2356 believe it to be a suitable source of cryptographically secure key material or
2357 other cryptographically sensitive data.
2358
2359 If you agree with them, start this daemon as early as possible to provide
2360 properly seeded random numbers to services like SSH or those using TLS during
2361 early boot when entropy may be low, especially in virtualised environments.")
2362 (license (list license:bsd-3 ; or
2363 license:gpl2+))))
2364
2365 (define-public lsscsi
2366 (package
2367 (name "lsscsi")
2368 (version "0.31")
2369 (source (origin
2370 (method url-fetch)
2371 (uri (string-append
2372 "http://sg.danny.cz/scsi/lsscsi-" version ".tar.xz"))
2373 (sha256
2374 (base32
2375 "1ry2y34xmpgxdbfbyvs8cjmbx0fn222yjdab87wj21q60nab5p75"))))
2376 (build-system gnu-build-system)
2377 (synopsis "Lists information about SCSI or NVMe devices in Linux")
2378 (home-page "http://sg.danny.cz/scsi/lsscsi.html")
2379 (description
2380 "@command{lsscsi} lists SCSI logical units or SCSI targets. It can
2381 also list NVMe namespaces or controllers and show the relationship between a
2382 device's primary node name, its SCSI generic (sg) node name and its kernel
2383 name.")
2384 (license license:gpl2)))
2385
2386 (define-public ebtables
2387 (package
2388 (name "ebtables")
2389 (version "2.0.11")
2390 (source (origin
2391 (method url-fetch)
2392 (uri (string-append
2393 "mirror://netfilter.org/ebtables/ebtables-"
2394 version ".tar.gz"))
2395 (sha256
2396 (base32
2397 "0apxgmkhsk3vxn9q3libxn3dgrdljrxyy4mli2gk49m7hi3na7xp"))))
2398 (build-system gnu-build-system)
2399 (inputs
2400 `(("perl" ,perl)
2401 ("iptables" ,iptables)))
2402 (synopsis "Ethernet bridge frame table administration")
2403 (home-page "https://ebtables.netfilter.org/")
2404 (description
2405 "ebtables is an application program used to set up and maintain the
2406 tables of rules (inside the Linux kernel) that inspect Ethernet frames. It is
2407 analogous to the iptables application, but less complicated, due to the fact
2408 that the Ethernet protocol is much simpler than the IP protocol.")
2409 (license license:gpl2+)))
2410
2411 (define-public iproute
2412 (package
2413 (name "iproute2")
2414 (version "5.10.0")
2415 (source (origin
2416 (method url-fetch)
2417 (uri (string-append
2418 "mirror://kernel.org/linux/utils/net/iproute2/iproute2-"
2419 version ".tar.xz"))
2420 (sha256
2421 (base32
2422 "1sakmhvh40gh4x55vzgy6cyvizqkhqalcfpvs6r0c14w62p38jm5"))))
2423 (build-system gnu-build-system)
2424 (arguments
2425 `( ;; There is a test suite, but it wants network namespaces and sudo.
2426 #:tests? #f
2427 #:make-flags (let ((out (assoc-ref %outputs "out")))
2428 (list "DESTDIR="
2429 (string-append "CC=" ,(cc-for-target))
2430 "HOSTCC=gcc"
2431 (string-append "BASH_COMPDIR=" out
2432 "/etc/bash_completion.d")
2433 (string-append "LIBDIR=" out "/lib")
2434 (string-append "HDRDIR=" out "/include")
2435 (string-append "SBINDIR=" out "/sbin")
2436 (string-append "CONFDIR=" out "/etc")
2437 (string-append "DOCDIR=" out "/share/doc/"
2438 ,name "-" ,version)
2439 (string-append "MANDIR=" out "/share/man")))
2440 #:phases (modify-phases %standard-phases
2441 (add-before 'install 'pre-install
2442 (lambda _
2443 ;; Don't attempt to create /var/lib/arpd.
2444 (substitute* "Makefile"
2445 (("^.*ARPDDIR.*$") ""))
2446 #t))
2447 (add-after 'unpack 'patch-configure
2448 (lambda _
2449 (let ((target ,(%current-target-system)))
2450 (substitute* "configure"
2451 (("pkg-config")
2452 (if target
2453 (string-append target "-pkg-config")
2454 "pkg-config")))
2455 #t))))))
2456 (inputs
2457 `(("db4" ,bdb)
2458 ("iptables" ,iptables)
2459 ("libmnl" ,libmnl)))
2460 (native-inputs
2461 `(("bison" ,bison)
2462 ("flex" ,flex)
2463 ("pkg-config" ,pkg-config)))
2464 ;; For tests.
2465 ;; ("libmnl" ,libmnl)
2466 ;; ("util-linux" ,util-linux)
2467 (home-page
2468 "https://wiki.linuxfoundation.org/networking/iproute2")
2469 (synopsis
2470 "Utilities for controlling TCP/IP networking and traffic in Linux")
2471 (description
2472 "Iproute2 is a collection of utilities for controlling TCP/IP networking
2473 and traffic with the Linux kernel. The most important of these are
2474 @command{ip}, which configures IPv4 and IPv6, and @command{tc} for traffic
2475 control.
2476
2477 Most network configuration manuals still refer to ifconfig and route as the
2478 primary network configuration tools, but ifconfig is known to behave
2479 inadequately in modern network environments, and both should be deprecated.")
2480 (license license:gpl2+)))
2481
2482 (define-public net-tools
2483 ;; XXX: This package is basically unmaintained, but it provides a few
2484 ;; commands not yet provided by Inetutils, such as 'route', so we have to
2485 ;; live with it.
2486 (let ((commit "479bb4a7e11a4084e2935c0a576388f92469225b")
2487 (revision "0"))
2488 (package
2489 (name "net-tools")
2490 (version (string-append "1.60-" revision "." (string-take commit 7)))
2491 (source (origin
2492 (method url-fetch)
2493 (uri (string-append "https://sourceforge.net/code-snapshots/git/"
2494 "n/ne/net-tools/code.git/net-tools-code-"
2495 commit ".zip"))
2496 (file-name (string-append name "-" version ".zip"))
2497 (sha256
2498 (base32
2499 "0hz9fda9d78spp774b6rr5xaxav7cm4h0qcpxf70rvdbrf6qx7vy"))))
2500 (home-page "http://net-tools.sourceforge.net/")
2501 (build-system gnu-build-system)
2502 (arguments
2503 `(#:modules ((guix build gnu-build-system)
2504 (guix build utils)
2505 (srfi srfi-1)
2506 (srfi srfi-26))
2507 #:phases
2508 (modify-phases %standard-phases
2509 (replace 'configure
2510 (lambda* (#:key outputs #:allow-other-keys)
2511 (let ((out (assoc-ref outputs "out")))
2512 (mkdir-p (string-append out "/bin"))
2513 (mkdir-p (string-append out "/sbin"))
2514
2515 ;; Pretend we have everything...
2516 (system "yes | make config")
2517
2518 ;; ... except for the things we don't have.
2519 ;; HAVE_AFDECnet requires libdnet, which we don't have.
2520 ;; HAVE_HWSTRIP and HAVE_HWTR require kernel headers
2521 ;; that have been removed.
2522 ;; XXX SELINUX and AFBLUETOOTH are removed for now, but we should
2523 ;; think about adding them later.
2524 (substitute* '("config.make" "config.h")
2525 (("^.*HAVE_(AFDECnet|HWSTRIP|HWTR|SELINUX|AFBLUETOOTH)[ =]1.*$")
2526 ""))
2527 #t)))
2528 (add-after 'install 'remove-redundant-commands
2529 (lambda* (#:key outputs #:allow-other-keys)
2530 ;; Remove commands and man pages redundant with Inetutils.
2531 (let* ((out (assoc-ref outputs "out"))
2532 (dup (append-map (cut find-files out <>)
2533 '("^hostname"
2534 "^(yp|nis|dns)?domainname"))))
2535 (for-each delete-file dup)
2536 #t))))
2537 ;; Binaries that depend on libnet-tools.a don't declare that
2538 ;; dependency, making it parallel-unsafe.
2539 #:parallel-build? #f
2540
2541 #:tests? #f ; no test suite
2542 #:make-flags (let ((out (assoc-ref %outputs "out")))
2543 (list ,(string-append "CC=" (cc-for-target))
2544 (string-append "BASEDIR=" out)
2545 (string-append "INSTALLNLSDIR=" out "/share/locale")
2546 (string-append "mandir=/share/man")))))
2547 (native-inputs `(("gettext" ,gettext-minimal)
2548 ("unzip" ,unzip)))
2549 (supported-systems (delete "i586-gnu" %supported-systems))
2550 (synopsis "Tools for controlling the network subsystem in Linux")
2551 (description
2552 "This package includes the important tools for controlling the network
2553 subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp and
2554 route. Additionally, this package contains utilities relating to particular
2555 network hardware types (plipconfig, slattach) and advanced aspects of IP
2556 configuration (iptunnel, ipmaddr).")
2557 (license license:gpl2+))))
2558
2559 (define-public libcap-2.31
2560 (package
2561 (name "libcap")
2562 (version "2.31")
2563 (source (origin
2564 (method url-fetch)
2565 (uri (string-append
2566 "mirror://kernel.org/linux/libs/security/linux-privs/"
2567 "libcap2/libcap-" version ".tar.xz"))
2568 (sha256
2569 (base32
2570 "0ikwm0kngrqa4ci80lqnrkk17kg09q7dxrz28y0gm5qw3vj8s266"))))
2571 (build-system gnu-build-system)
2572 (arguments '(#:phases
2573 (modify-phases %standard-phases
2574 (replace 'configure
2575 ;; Add $libdir to the RUNPATH of executables.
2576 (lambda _
2577 (substitute* "Make.Rules"
2578 (("LDFLAGS := #-g")
2579 (string-append "LDFLAGS := -Wl,-rpath="
2580 %output "/lib")))
2581 #t)))
2582 #:test-target "test"
2583 #:make-flags (list "lib=lib"
2584 (string-append "prefix="
2585 (assoc-ref %outputs "out"))
2586 "RAISE_SETFCAP=no")))
2587 (native-inputs `(("perl" ,perl)))
2588 (supported-systems (delete "i586-gnu" %supported-systems))
2589 (home-page "https://sites.google.com/site/fullycapable/")
2590 (synopsis "Library for working with POSIX capabilities")
2591 (description
2592 "Libcap2 provides a programming interface to POSIX capabilities on
2593 Linux-based operating systems.")
2594
2595 ;; License is BSD-3 or GPLv2, at the user's choice.
2596 (license license:gpl2)))
2597
2598 ;; libcap 2.31 has problems with newer kernels, so provide this newer variant.
2599 ;; Keep the old libcap around to avoid rebuilding 'coreutils' and 'avahi'.
2600 ;; To be merged with libcap on the next rebuild cycle.
2601 (define-public libcap
2602 (package
2603 (inherit libcap-2.31)
2604 (version "2.45")
2605 (source (origin
2606 (method url-fetch)
2607 (uri (string-append
2608 "mirror://kernel.org/linux/libs/security/linux-privs/"
2609 "libcap2/libcap-" version ".tar.xz"))
2610 (sha256
2611 (base32
2612 "11ijmi7jik9iw6pdszc6bylhggghr8cza03bcrbhbqf0cpvkjrnn"))))
2613 (arguments
2614 (substitute-keyword-arguments (package-arguments libcap-2.31)
2615 ((#:phases phases)
2616 `(modify-phases ,phases
2617 (replace 'configure
2618 (lambda _
2619 ;; Add $libdir to the RUNPATH of executables.
2620 (substitute* "Make.Rules"
2621 (("LDFLAGS \\?= #-g")
2622 (string-append "LDFLAGS ?= -Wl,-rpath="
2623 %output "/lib")))
2624 #t))))))))
2625
2626 (define-deprecated libcap/next libcap)
2627 (export libcap/next)
2628
2629 (define-public bridge-utils
2630 (package
2631 (name "bridge-utils")
2632 (version "1.7")
2633 (source
2634 (origin
2635 (method url-fetch)
2636 (uri (string-append "mirror://kernel.org/linux/kernel/people/shemminger/"
2637 "bridge-utils/bridge-utils-" version ".tar.xz"))
2638 (sha256
2639 (base32 "0zlrigizac2nfwgvksm92v4wafrpgxlbci3gwimc795ib7k8g6ck"))))
2640 (build-system gnu-build-system)
2641
2642 ;; The tarball lacks all the generated files.
2643 (native-inputs `(("autoconf" ,autoconf)
2644 ("automake" ,automake)))
2645 (arguments
2646 '(#:phases
2647 (modify-phases %standard-phases
2648 (add-before 'bootstrap 'patch-stuff
2649 (lambda _
2650 ;; Fix "field ‘ip6’ has incomplete type" errors.
2651 (substitute* "libbridge/libbridge.h"
2652 (("#include <linux/if_bridge.h>")
2653 "#include <linux/in6.h>\n#include <linux/if_bridge.h>"))
2654
2655 ;; Ensure that the entire build fails if one of the
2656 ;; sub-Makefiles fails.
2657 (substitute* "Makefile.in"
2658 (("\\$\\(MAKE\\) \\$\\(MFLAGS\\) -C \\$\\$x ;")
2659 "$(MAKE) $(MFLAGS) -C $$x || exit 1;"))
2660
2661 #t)))
2662 #:tests? #f)) ; no 'check' target
2663
2664 (home-page "https://wiki.linuxfoundation.org/networking/bridge")
2665 (synopsis "Manipulate Ethernet bridges")
2666 (description
2667 "Utilities for Linux's Ethernet bridging facilities. A bridge is a way
2668 to connect two Ethernet segments together in a protocol independent way.
2669 Packets are forwarded based on Ethernet address, rather than IP address (like
2670 a router). Since forwarding is done at Layer 2, all protocols can go
2671 transparently through a bridge.")
2672 (license license:gpl2+)))
2673
2674 (define-public libnl
2675 (package
2676 (name "libnl")
2677 (version "3.5.0")
2678 (source (origin
2679 (method url-fetch)
2680 (uri (string-append
2681 "https://github.com/thom311/libnl/releases/download/"
2682 "libnl" (string-join (string-split version #\.) "_")
2683 "/libnl-" version ".tar.gz"))
2684 (sha256
2685 (base32
2686 "1yh5bqmkivd78x378x34gzb28lvykn6b9k3hgvvpdnj5jpn3689m"))))
2687 (build-system gnu-build-system)
2688 (native-inputs
2689 `(("bison" ,bison)
2690 ("flex" ,flex)
2691 ("pkg-config" ,pkg-config)
2692 ("swig" ,swig)
2693 ("libnl3-doc"
2694 ,(origin
2695 (method url-fetch)
2696 (uri (string-append
2697 "https://github.com/thom311/libnl/releases/download/libnl"
2698 (string-join (string-split version #\.) "_")
2699 "/libnl-doc-" version ".tar.gz"))
2700 (sha256
2701 (base32 "19p5y8q3cm5wqvamqc4s5syxnnkvzxy3gw8ivxk6fv9ybn8jm35h"))))))
2702 (outputs `("out" "doc"))
2703 (arguments
2704 `(#:phases
2705 (modify-phases %standard-phases
2706 (add-after 'install 'install-doc
2707 (lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
2708 (let ((dest (string-append (assoc-ref outputs "doc")
2709 "/share/doc/libnl")))
2710 (mkdir-p dest)
2711 (invoke "tar" "xf" (assoc-ref
2712 (or native-inputs inputs)
2713 "libnl3-doc")
2714 "--strip-components=1" "-C" dest)))))))
2715 (home-page "https://www.infradead.org/~tgr/libnl/")
2716 (synopsis "NetLink protocol library suite")
2717 (description
2718 "The libnl suite is a collection of libraries providing APIs to netlink
2719 protocol based Linux kernel interfaces. Netlink is an IPC mechanism primarily
2720 between the kernel and user space processes. It was designed to be a more
2721 flexible successor to ioctl to provide mainly networking related kernel
2722 configuration and monitoring interfaces.")
2723
2724 ;; Most files are LGPLv2.1-only, but some are GPLv2-only (like
2725 ;; 'nl-addr-add.c'), so the result is GPLv2-only.
2726 (license license:gpl2)))
2727
2728 ;; libnl python extensions used to be outputs of libnl. However, as
2729 ;; cross-compiling python extensions is currently broken, create separate
2730 ;; packages for libnl python extensions.
2731 (define (libnl-python-package python)
2732 (let ((name (string-append "libnl-" python)))
2733 (package
2734 (inherit libnl)
2735 (name name)
2736 (inputs `(,@(cond
2737 ((string=? python "python2")
2738 `(("python-2" ,python-2)))
2739 ((string=? python "python3")
2740 `(("python-3" ,python-3))))))
2741 (propagated-inputs `(("libnl" ,libnl)))
2742 (outputs '("out"))
2743 (arguments
2744 `(#:modules ((guix build gnu-build-system)
2745 (guix build utils)
2746 (srfi srfi-1))
2747 #:phases
2748 (modify-phases %standard-phases
2749 (replace 'install
2750 (lambda* (#:key inputs outputs #:allow-other-keys)
2751 (define (python-inst python)
2752 (invoke python "setup.py" "build")
2753 (invoke python "setup.py" "install"
2754 (string-append "--prefix="
2755 (assoc-ref %outputs "out")))
2756 (invoke python "setup.py" "clean"))
2757 (setenv "LDFLAGS" (format #f "-Wl,-rpath=~a/lib"
2758 (assoc-ref inputs "libnl")))
2759 (with-directory-excursion "./python" (python-inst ,python))
2760 #t))))))))
2761
2762 (define-public libnl-python2 (libnl-python-package "python2"))
2763 (define-public libnl-python3 (libnl-python-package "python3"))
2764
2765 (define-public iw
2766 (package
2767 (name "iw")
2768 (version "4.14")
2769 (source (origin
2770 (method url-fetch)
2771 (uri (string-append
2772 "mirror://kernel.org/software/network/iw/iw-"
2773 version ".tar.xz"))
2774 (sha256
2775 (base32
2776 "12ddd6vh6vs97135bnlyr0szv7hvpbnmfh48584frzab0z0725ph"))))
2777 (build-system gnu-build-system)
2778 (native-inputs `(("pkg-config" ,pkg-config)))
2779 (inputs `(("libnl" ,libnl)))
2780 (arguments
2781 `(#:make-flags
2782 (let* ((target ,(%current-target-system))
2783 (pkg-config (if target
2784 (string-append target "-pkg-config")
2785 "pkg-config")))
2786 (list
2787 ,(string-append "CC=" (cc-for-target))
2788 (string-append "PKG_CONFIG="
2789 (assoc-ref %build-inputs "pkg-config")
2790 "/bin/" pkg-config)
2791 (string-append "PREFIX=" (assoc-ref %outputs "out"))))
2792 #:phases (modify-phases %standard-phases (delete 'configure))))
2793 (home-page "https://wireless.wiki.kernel.org/")
2794 (synopsis "Tool for configuring wireless devices")
2795 (description
2796 "iw is a new nl80211 based CLI configuration utility for wireless
2797 devices. It replaces @code{iwconfig}, which is deprecated.")
2798 (license license:isc)))
2799
2800 (define-public powertop
2801 (package
2802 (name "powertop")
2803 (version "2.13")
2804 (source
2805 (origin
2806 (method url-fetch)
2807 (uri (string-append "https://01.org/sites/default/files/downloads/"
2808 "powertop-" version ".tar.gz"))
2809 (sha256
2810 (base32 "0y1ixw8v17fdb1ima0zshrd0rh4zxdh10r93nrrvq6d4lhn9jpx6"))))
2811 (build-system gnu-build-system)
2812 (arguments
2813 '(#:phases
2814 (modify-phases %standard-phases
2815 ;; TODO: Patch some hardcoded "wlan0" in calibrate/calibrate.cpp to
2816 ;; allow calibrating the network interface in Guix System.
2817 (add-after 'unpack 'patch-absolute-file-names
2818 (lambda* (#:key inputs #:allow-other-keys)
2819 (let ((kmod (assoc-ref inputs "kmod")))
2820 (substitute* (find-files "src" "\\.cpp$")
2821 ;; Give the right 'modprobe' file name so that essential
2822 ;; modules such as msr.ko can be loaded.
2823 (("/sbin/modprobe") (string-append kmod "/bin/modprobe"))
2824 ;; These programs are only needed to calibrate, so using
2825 ;; relative file names avoids adding extra inputs. When they
2826 ;; are missing powertop gracefully handles it.
2827 (("/usr/bin/hcitool") "hcitool")
2828 (("/usr/bin/xset") "xset")
2829 (("/usr/sbin/hciconfig") "hciconfig"))
2830 #t))))))
2831 (inputs
2832 `(("kmod" ,kmod)
2833 ("libnl" ,libnl)
2834 ("ncurses" ,ncurses)
2835 ("pciutils" ,pciutils)
2836 ("zlib" ,zlib)))
2837 (native-inputs
2838 `(("pkg-config" ,pkg-config)))
2839 (home-page "https://01.org/powertop/")
2840 (synopsis "Analyze power consumption on Intel-based laptops")
2841 (description
2842 "PowerTOP is a Linux tool to diagnose issues with power consumption and
2843 power management. In addition to being a diagnostic tool, PowerTOP also has
2844 an interactive mode where the user can experiment various power management
2845 settings for cases where the operating system has not enabled these
2846 settings.")
2847 (license license:gpl2)))
2848
2849 (define-public aumix
2850 (package
2851 (name "aumix")
2852 (version "2.9.1")
2853 (source (origin
2854 (method url-fetch)
2855 (uri (string-append
2856 "http://www.jpj.net/~trevor/aumix/releases/aumix-"
2857 version ".tar.bz2"))
2858 (sha256
2859 (base32
2860 "0a8fwyxnc5qdxff8sl2sfsbnvgh6pkij4yafiln0fxgg6bal7knj"))))
2861 (build-system gnu-build-system)
2862 (inputs `(("ncurses" ,ncurses)))
2863 (home-page "http://www.jpj.net/~trevor/aumix.html")
2864 (synopsis "Audio mixer for X and the console")
2865 (description
2866 "Aumix adjusts an audio mixer from X, the console, a terminal,
2867 the command line or a script.")
2868 (license license:gpl2+)))
2869
2870 (define-public iotop
2871 (package
2872 (name "iotop")
2873 (version "0.6")
2874 (source
2875 (origin
2876 (method url-fetch)
2877 (uri (string-append "http://guichaz.free.fr/iotop/files/iotop-"
2878 version ".tar.gz"))
2879 (sha256 (base32
2880 "1kp8mqg2pbxq4xzpianypadfxcsyfgwcaqgqia6h9fsq6zyh4z0s"))))
2881 (build-system python-build-system)
2882 (arguments
2883 '(#:phases
2884 (modify-phases %standard-phases
2885 (add-after 'unpack 'fix-build-with-python3
2886 (lambda _
2887 (substitute* "setup.py"
2888 (("itervalues") "values"))
2889 #t)))
2890 ;; There are currently no checks in the package.
2891 #:tests? #f))
2892 (native-inputs `(("python" ,python)))
2893 (home-page "http://guichaz.free.fr/iotop/")
2894 (synopsis
2895 "Displays the IO activity of running processes")
2896 (description
2897 "Iotop is a Python program with a top like user interface to show the
2898 processes currently causing I/O.")
2899 (license license:gpl2+)))
2900
2901 (define-public fuse
2902 (package
2903 (name "fuse")
2904 (version "2.9.9")
2905 (source (origin
2906 (method url-fetch)
2907 (uri (string-append "https://github.com/libfuse/libfuse/releases/"
2908 "download/fuse-" version
2909 "/fuse-" version ".tar.gz"))
2910 (sha256
2911 (base32
2912 "1ddlq6kzxilccgbvxjfx80jx6kamgw4sv49phks2zhlcc1frvrnh"))
2913 (patches (search-patches "fuse-overlapping-headers.patch"))))
2914 (build-system gnu-build-system)
2915 (inputs `(("util-linux" ,util-linux)))
2916 (arguments
2917 '(#:configure-flags (list (string-append "MOUNT_FUSE_PATH="
2918 (assoc-ref %outputs "out")
2919 "/sbin")
2920 (string-append "INIT_D_PATH="
2921 (assoc-ref %outputs "out")
2922 "/etc/init.d")
2923
2924 ;; The rule makes /dev/fuse 666.
2925 (string-append "UDEV_RULES_PATH="
2926 (assoc-ref %outputs "out")
2927 "/lib/udev/rules.d"))
2928 #:phases
2929 (modify-phases %standard-phases
2930 (add-before 'build 'set-file-names
2931 (lambda* (#:key inputs #:allow-other-keys)
2932 ;; libfuse calls out to mount(8) and umount(8). Make sure
2933 ;; it refers to the right ones.
2934 (substitute* '("lib/mount_util.c" "util/mount_util.c")
2935 (("/bin/(u?)mount" _ maybe-u)
2936 (string-append (assoc-ref inputs "util-linux")
2937 "/bin/" maybe-u "mount")))
2938 (substitute* '("util/mount.fuse.c")
2939 (("/bin/sh")
2940 (which "sh")))
2941
2942 ;; This hack leads libfuse to search for 'fusermount' in
2943 ;; $PATH, where it may find a setuid-root binary, instead of
2944 ;; trying solely $out/sbin/fusermount and failing because
2945 ;; it's not setuid.
2946 (substitute* "lib/Makefile"
2947 (("-DFUSERMOUNT_DIR=[[:graph:]]+")
2948 "-DFUSERMOUNT_DIR=\\\"/var/empty\\\""))
2949 #t)))))
2950 (supported-systems (delete "i586-gnu" %supported-systems))
2951 (home-page "https://github.com/libfuse/libfuse")
2952 (synopsis "Support file systems implemented in user space")
2953 (description
2954 "As a consequence of its monolithic design, file system code for Linux
2955 normally goes into the kernel itself---which is not only a robustness issue,
2956 but also an impediment to system extensibility. FUSE, for \"file systems in
2957 user space\", is a kernel module and user-space library that tries to address
2958 part of this problem by allowing users to run file system implementations as
2959 user-space processes.")
2960 (license (list license:lgpl2.1 ;library
2961 license:gpl2+)))) ;command-line utilities
2962
2963 (define-public unionfs-fuse
2964 (package
2965 (name "unionfs-fuse")
2966 (version "2.1")
2967 (source (origin
2968 (method git-fetch)
2969 (uri (git-reference
2970 (url "https://github.com/rpodgorny/unionfs-fuse")
2971 (commit (string-append "v" version))))
2972 (file-name (git-file-name name version))
2973 (sha256
2974 (base32
2975 "0bwx70x834qgqh53vqp18bhbxbsny80hz922rbgj8k9wj7cbfilm"))))
2976 (build-system cmake-build-system)
2977 (native-inputs
2978 `(("python" ,python)))
2979 (inputs `(("fuse" ,fuse)))
2980 (arguments
2981 ;; The tests were never actually run ("collected 0 items"), but in recent
2982 ;; versions of pytest that causes an error.
2983 '(#:tests? #f))
2984 (home-page "https://github.com/rpodgorny/unionfs-fuse")
2985 (synopsis "User-space union file system")
2986 (description
2987 "UnionFS-FUSE is a flexible union file system implementation in user
2988 space, using the FUSE library. Mounting a union file system allows you to
2989 \"aggregate\" the contents of several directories into a single mount point.
2990 UnionFS-FUSE additionally supports copy-on-write.")
2991 (license license:bsd-3)))
2992
2993 (define fuse-static
2994 (package (inherit fuse)
2995 (name "fuse-static")
2996 (source (origin (inherit (package-source fuse))
2997 (modules '((guix build utils)))
2998 (snippet
2999 '(begin
3000 ;; Normally libfuse invokes mount(8) so that /etc/mtab is
3001 ;; updated. Change calls to 'mtab_needs_update' to 0 so
3002 ;; that it doesn't do that, allowing us to remove the
3003 ;; dependency on util-linux (something that is useful in
3004 ;; initrds.)
3005 (substitute* '("lib/mount_util.c"
3006 "util/mount_util.c")
3007 (("mtab_needs_update[[:blank:]]*\\([a-z_]+\\)")
3008 "0")
3009 (("/bin/")
3010 ""))
3011 #t))))))
3012
3013 (define-public unionfs-fuse/static
3014 (package (inherit unionfs-fuse)
3015 (synopsis "User-space union file system (statically linked)")
3016 (name (string-append (package-name unionfs-fuse) "-static"))
3017 (source (origin (inherit (package-source unionfs-fuse))
3018 (modules '((guix build utils)))
3019 (snippet
3020 '(begin
3021 ;; Add -ldl to the libraries, because libfuse.a needs that.
3022 (substitute* "src/CMakeLists.txt"
3023 (("target_link_libraries(.*)\\)" _ libs)
3024 (string-append "target_link_libraries"
3025 libs " dl)")))
3026 #t))))
3027 (arguments
3028 '(#:tests? #f
3029 #:configure-flags '("-DCMAKE_EXE_LINKER_FLAGS=-static")
3030 #:phases
3031 (modify-phases %standard-phases
3032 (add-after 'install 'post-install
3033 (lambda* (#:key outputs #:allow-other-keys)
3034 (let* ((out (assoc-ref outputs "out"))
3035 (exe (string-append out "/bin/unionfs")))
3036 ;; By default, 'unionfs' keeps references to
3037 ;; $glibc/share/locale and similar stuff. Remove them.
3038 (remove-store-references exe)
3039
3040 ;; 'unionfsctl' has references to glibc as well. Since
3041 ;; we don't need it, remove it.
3042 (delete-file (string-append out "/bin/unionfsctl"))
3043 #t))))))
3044 (inputs `(("fuse" ,fuse-static)))))
3045
3046 (define-public sshfs
3047 (package
3048 (name "sshfs")
3049 (version "2.10")
3050 (source (origin
3051 (method url-fetch)
3052 (uri (string-append "https://github.com/libfuse/sshfs/releases/"
3053 "download/sshfs-" version "/sshfs-" version
3054 ".tar.gz"))
3055 (sha256
3056 (base32
3057 "00fir2iykdx11g8nv5gijg0zjrp2g3ldypnv0yi6lq3h5pg5v13h"))))
3058 (build-system gnu-build-system)
3059 (inputs
3060 `(("fuse" ,fuse)
3061 ("glib" ,glib)))
3062 (native-inputs
3063 `(("pkg-config" ,pkg-config)))
3064 (home-page "https://github.com/libfuse/sshfs")
3065 (synopsis "Mount remote file systems over SSH")
3066 (description
3067 "This is a file system client based on the SSH File Transfer Protocol.
3068 Since most SSH servers already support this protocol it is very easy to set
3069 up: on the server side there's nothing to do; on the client side mounting the
3070 file system is as easy as logging into the server with an SSH client.")
3071 (license license:gpl2+)))
3072
3073 (define-public sshfs-fuse
3074 (package (inherit sshfs)
3075 (name "sshfs-fuse")
3076 (properties `((superseded . ,sshfs)))))
3077
3078 (define-public archivemount
3079 (package
3080 (name "archivemount")
3081 (version "0.9.1")
3082 (source
3083 (origin
3084 (method url-fetch)
3085 (uri (string-append "https://www.cybernoia.de/software/archivemount/"
3086 "archivemount-" version ".tar.gz"))
3087 (sha256
3088 (base32 "1cy5b6qril9c3ry6fv7ir87s8iyy5vxxmbyx90dm86fbra0vjaf5"))))
3089 (build-system gnu-build-system)
3090 (inputs `(("fuse" ,fuse)
3091 ("libarchive" ,libarchive)))
3092 (native-inputs `(("pkg-config" ,pkg-config)))
3093 (home-page "https://www.cybernoia.de/software/archivemount.html")
3094 (synopsis "Tool for mounting archive files with FUSE")
3095 (description "archivemount is a FUSE-based file system for Unix variants,
3096 including Linux. Its purpose is to mount archives (i.e. tar, tar.gz, etc.) to a
3097 mount point where it can be read from or written to as with any other file
3098 system. This makes accessing the contents of the archive, which may be
3099 compressed, transparent to other programs, without decompressing them.")
3100 (license license:lgpl2.0+)))
3101
3102 (define-public numactl
3103 (package
3104 (name "numactl")
3105 (version "2.0.14")
3106 (source (origin
3107 (method url-fetch)
3108 (uri (string-append
3109 "https://github.com/numactl/numactl/releases/download/v"
3110 version "/numactl-" version ".tar.gz"))
3111 (sha256
3112 (base32
3113 "1xngddsph43bxljywahi9d44fxr022slsap4hh91w8xnq54d2sw2"))))
3114 (build-system gnu-build-system)
3115 (arguments
3116 '(;; There's a 'test' target, but it requires NUMA support in the kernel
3117 ;; to run, which we can't assume to have.
3118 #:tests? #f))
3119
3120 ;; NUMA is apparently not supported on armhf, see
3121 ;; http://www.spinics.net/lists/linux-numa/msg01157.html
3122 (supported-systems (delete "armhf-linux" %supported-systems))
3123 (home-page "https://github.com/numactl/numactl")
3124 (synopsis "Tools for non-uniform memory access (NUMA) machines")
3125 (description
3126 "NUMA stands for Non-Uniform Memory Access, in other words a system whose
3127 memory is not all in one place. The @command{numactl} program allows you to
3128 run your application program on specific CPUs and memory nodes. It does this
3129 by supplying a NUMA memory policy to the operating system before running your
3130 program.
3131
3132 The package contains other commands, such as @command{numastat},
3133 @command{memhog}, and @command{numademo} which provides a quick overview of
3134 NUMA performance on your system.")
3135 (license (list license:gpl2 ;programs
3136 license:lgpl2.1)))) ;library
3137
3138 (define-public kbd-neo
3139 (package
3140 (name "kbd-neo")
3141 (version "2486")
3142 (source
3143 (origin
3144 (method url-fetch)
3145 (uri (string-append "https://svn.neo-layout.org/!svn/bc/"
3146 version "/linux/console/neo.map"))
3147 (file-name (string-append name "-" version ".map"))
3148 (sha256
3149 (base32
3150 "19mfrd31vzpsjiwc7pshxm0b0sz5dd17xrz6k079cy4im1vf0r4g"))))
3151 (build-system trivial-build-system)
3152 (arguments
3153 `(#:modules ((guix build utils))
3154 #:builder (begin
3155 (use-modules (guix build utils))
3156 (let ((out (string-append %output "/share/keymaps"))
3157 (source (assoc-ref %build-inputs "source")))
3158 (mkdir-p out)
3159 (copy-file source (string-append out "/neo.map"))
3160 #t))))
3161 (home-page "https://neo-layout.org")
3162 (synopsis "Neo2 console layout")
3163 (description
3164 "Kbd-neo provides the Neo2 keyboard layout for use with
3165 @command{loadkeys(1)} from @code{kbd(4)}.")
3166 ;; The file is located in an svn directory, the entire content of
3167 ;; the directory is licensed as GPL3.
3168 (license license:gpl3+)))
3169
3170 (define-public kbd
3171 (package
3172 (name "kbd")
3173 (version "2.0.4")
3174 (source (origin
3175 (method url-fetch)
3176 (uri (string-append "mirror://kernel.org/linux/utils/kbd/kbd-"
3177 version ".tar.xz"))
3178 (sha256
3179 (base32
3180 "124swm93dm4ca0pifgkrand3r9gvj3019d4zkfxsj9djpvv0mnaz"))
3181 (modules '((guix build utils)))
3182 (snippet
3183 '(begin
3184 (substitute* "tests/Makefile.in"
3185 ;; The '%: %.in' rule incorrectly uses @VERSION@.
3186 (("@VERSION@")
3187 "[@]VERSION[@]"))
3188 (substitute* '("src/unicode_start" "src/unicode_stop")
3189 ;; Assume the Coreutils are in $PATH.
3190 (("/usr/bin/tty")
3191 "tty"))
3192 #t))))
3193 (build-system gnu-build-system)
3194 (arguments
3195 '(#:phases
3196 (modify-phases %standard-phases
3197 (add-before 'build 'pre-build
3198 (lambda* (#:key inputs #:allow-other-keys)
3199 (let ((gzip (assoc-ref %build-inputs "gzip"))
3200 (bzip2 (assoc-ref %build-inputs "bzip2")))
3201 (substitute* "src/libkeymap/findfile.c"
3202 (("gzip")
3203 (string-append gzip "/bin/gzip"))
3204 (("bzip2")
3205 (string-append bzip2 "/bin/bzip2")))
3206 #t)))
3207 (add-after 'install 'post-install
3208 (lambda* (#:key outputs #:allow-other-keys)
3209 ;; Make sure these programs find their comrades.
3210 (let* ((out (assoc-ref outputs "out"))
3211 (bin (string-append out "/bin")))
3212 (for-each (lambda (prog)
3213 (wrap-program (string-append bin "/" prog)
3214 `("PATH" ":" prefix (,bin))))
3215 '("unicode_start" "unicode_stop"))
3216 #t))))))
3217 (inputs `(("check" ,check)
3218 ("gzip" ,gzip)
3219 ("bzip2" ,bzip2)
3220 ("pam" ,linux-pam)))
3221 (native-search-paths
3222 (list (search-path-specification
3223 (variable "LOADKEYS_KEYMAP_PATH")
3224 ;; Append ‘/**’ to recursively search all directories. One can then
3225 ;; run (for example) ‘loadkeys en-latin9’ instead of having to find
3226 ;; and type ‘i386/colemak/en-latin9’ on a mislabelled keyboard.
3227 (files (list "share/keymaps/**")))))
3228 (native-inputs `(("pkg-config" ,pkg-config)))
3229 (home-page "http://kbd-project.org/")
3230 (synopsis "Linux keyboard utilities and keyboard maps")
3231 (description
3232 "This package contains keytable files and keyboard utilities compatible
3233 for systems using the Linux kernel. This includes commands such as
3234 @code{loadkeys}, @code{setfont}, @code{kbdinfo}, and @code{chvt}.")
3235 (license license:gpl2+)))
3236
3237 (define-public loadkeys-static
3238 (package
3239 (inherit kbd)
3240 (name "loadkeys-static")
3241 (arguments
3242 (substitute-keyword-arguments (package-arguments kbd)
3243 ((#:configure-flags flags ''())
3244 `(append '("LDFLAGS=-static" "--disable-shared" "--disable-nls"
3245 "--disable-vlock" ;so we don't need libpam
3246 "--disable-libkeymap")
3247 ,flags))
3248 ((#:make-flags flags ''())
3249 `(cons "LDFLAGS=-all-static" ,flags))
3250 ((#:phases phases '%standard-phases)
3251 `(modify-phases ,phases
3252 (replace 'install
3253 (lambda* (#:key outputs #:allow-other-keys)
3254 (let ((out (assoc-ref outputs "out")))
3255 ;; The binary keeps references to gzip, among other things,
3256 ;; which we don't need in the initrd, so strip references.
3257 (remove-store-references "src/loadkeys")
3258
3259 (install-file "src/loadkeys"
3260 (string-append out "/bin"))
3261 #t)))
3262 (delete 'post-install)))
3263 ((#:strip-flags _ '())
3264 ''("--strip-all"))
3265 ((#:allowed-references _ '())
3266 '())))
3267
3268 (synopsis "Statically-linked @command{loadkeys} program")
3269
3270 ;; This package is meant to be used internally in the initrd so don't
3271 ;; expose it.
3272 (properties '((hidden? . #t)))))
3273
3274 (define-public inotify-tools
3275 (package
3276 (name "inotify-tools")
3277 (version "3.20.11.0")
3278 (source (origin
3279 (method git-fetch)
3280 (uri (git-reference
3281 (url "https://github.com/rvoicilas/inotify-tools")
3282 (commit version)))
3283 (file-name (git-file-name name version))
3284 (sha256
3285 (base32
3286 "1m8avqccrhm38krlhp88a7v949f3hrzx060bbrr5dp5qw2nmw9j2"))))
3287 (build-system gnu-build-system)
3288 (native-inputs
3289 `(("autoconf" ,autoconf)
3290 ("automake" ,automake)
3291 ("libtool" ,libtool)))
3292 (arguments
3293 `(#:configure-flags
3294 (list "--disable-static")))
3295 (home-page "https://github.com/rvoicilas/inotify-tools/wiki")
3296 (synopsis "Monitor file accesses")
3297 (description
3298 "The inotify-tools packages provides a C library and command-line tools
3299 to use Linux' inotify mechanism, which allows file accesses to be monitored.")
3300 (license license:gpl2+)))
3301
3302 (define-public kmod
3303 (package
3304 (name "kmod")
3305 (version "27")
3306 (source (origin
3307 (method url-fetch)
3308 (uri
3309 (string-append "mirror://kernel.org/linux/utils/kernel/kmod/"
3310 "kmod-" version ".tar.xz"))
3311 (sha256
3312 (base32
3313 "035wzfzjx4nwidk747p8n085mgkvy531ppn16krrajx2dkqzply1"))
3314 (patches (search-patches "kmod-module-directory.patch"))))
3315 (build-system gnu-build-system)
3316 (native-inputs
3317 `(("pkg-config" ,pkg-config)))
3318 (inputs
3319 `(("xz" ,xz)
3320 ("zlib" ,zlib)))
3321 (arguments
3322 `(#:configure-flags '("--with-xz" "--with-zlib"
3323 "--disable-test-modules")
3324 #:phases
3325 (modify-phases %standard-phases
3326 (add-after 'unpack 'disable-tests
3327 (lambda _
3328 ;; XXX: These tests need '--sysconfdir=/etc' to pass.
3329 (substitute* "Makefile.in"
3330 (("testsuite/test-modprobe") "")
3331 (("testsuite/test-depmod") "")
3332 (("testsuite/test-blacklist") ""))
3333 #t))
3334 (add-after 'install 'install-modprobe&co
3335 (lambda* (#:key outputs #:allow-other-keys)
3336 (let* ((out (assoc-ref outputs "out"))
3337 (bin (string-append out "/bin")))
3338 (for-each (lambda (tool)
3339 (symlink "kmod"
3340 (string-append bin "/" tool)))
3341 '("insmod" "rmmod" "lsmod" "modprobe"
3342 "modinfo" "depmod"))
3343 #t))))))
3344 (supported-systems (delete "i586-gnu" %supported-systems))
3345 (home-page "https://www.kernel.org/")
3346 (synopsis "Kernel module tools")
3347 (description "Kmod is a set of tools to handle common tasks with Linux
3348 kernel modules like insert, remove, list, check properties, resolve
3349 dependencies and aliases.
3350
3351 These tools are designed on top of libkmod, a library that is shipped with
3352 kmod. The aim is to be compatible with tools, configurations and indices
3353 from the module-init-tools project.")
3354 (license license:gpl2+))) ; library under lgpl2.1+
3355
3356 (define-public earlyoom
3357 (package
3358 (name "earlyoom")
3359 (version "1.6.2")
3360 (source (origin
3361 (method git-fetch)
3362 (uri (git-reference
3363 (url "https://github.com/rfjakob/earlyoom")
3364 (commit (string-append "v" version))))
3365 (file-name (git-file-name name version))
3366 (sha256
3367 (base32
3368 "16iyn51xlrsbshc7p5xl2338yyfzknaqc538sa7mamgccqwgyvvq"))))
3369 (build-system gnu-build-system)
3370 (arguments
3371 `(#:phases
3372 (modify-phases %standard-phases
3373 (delete 'configure) ; no configure script
3374 (add-before 'check 'set-go-HOME
3375 (lambda _
3376 (setenv "HOME" (getcwd))
3377 #t))
3378 (add-before 'check 'disable-failing-test
3379 (lambda _
3380 ;; This test relies on writing to /proc/%d/oom_score_adj.
3381 (substitute* "testsuite_cli_test.go"
3382 (("TestI" match)
3383 (string-append "skipped" match)))
3384 #t)))
3385 #:make-flags (let* ((prefix (assoc-ref %outputs "out")))
3386 (list ,(string-append "CC=" (cc-for-target))
3387 (string-append "VERSION=v" ,version)
3388 (string-append "PREFIX=" prefix)
3389 (string-append "SYSCONFDIR=" prefix "/etc")))
3390 #:test-target "test"))
3391 (native-inputs `(("go" ,go) ;for the test suite
3392 ("pandoc" ,pandoc))) ;to generate the manpage
3393 (home-page "https://github.com/rfjakob/earlyoom")
3394 (synopsis "Simple out of memory (OOM) daemon for the Linux kernel")
3395 (description "Early OOM is a minimalist out of memory (OOM) daemon that
3396 runs in user space and provides a more responsive and configurable alternative
3397 to the in-kernel OOM killer.")
3398 (license license:expat)))
3399
3400 (define-public eudev
3401 ;; The post-systemd fork, maintained by Gentoo.
3402 (package
3403 (name "eudev")
3404 (version "3.2.9")
3405 (source (origin
3406 (method git-fetch)
3407 (uri (git-reference (url "https://github.com/gentoo/eudev")
3408 (commit (string-append "v" version))))
3409 (file-name (git-file-name name version))
3410 (sha256
3411 (base32
3412 "1g9z3d33m0i3hmbhm0wxpvkzf6ac7xj1drwcfrhzlfhhi63sg9h7"))
3413 (patches (search-patches "eudev-rules-directory.patch"))))
3414 (build-system gnu-build-system)
3415 (arguments
3416 `(#:phases
3417 (modify-phases %standard-phases
3418 (add-after 'unpack 'make-source-writable
3419 (lambda _
3420 ;; XXX: Git checkouts are read-only, but this package needs to
3421 ;; modify some of its files.
3422 (for-each make-file-writable (find-files "."))
3423 #t))
3424 (add-before 'bootstrap 'patch-file-names
3425 (lambda* (#:key inputs native-inputs #:allow-other-keys)
3426 (substitute* "man/make.sh"
3427 (("/usr/bin/xsltproc")
3428 (string-append (assoc-ref
3429 (or native-inputs inputs) "xsltproc")
3430 "/bin/xsltproc")))
3431 #t))
3432 (add-before 'configure 'patch-bindir-in-btrfs-rules
3433 (lambda* (#:key outputs #:allow-other-keys)
3434 ;; The "@bindir@" substitution incorrectly expands to a literal
3435 ;; "${exec_prefix}" (see <https://bugs.gnu.org/39926>). Work
3436 ;; around it.
3437 (let ((out (assoc-ref outputs "out")))
3438 (substitute* "rules/64-btrfs.rules.in"
3439 (("@bindir@")
3440 (string-append out "/bin")))
3441 #t)))
3442 (add-after 'install 'move-static-library
3443 (lambda* (#:key outputs #:allow-other-keys)
3444 (let* ((out (assoc-ref outputs "out"))
3445 (static (assoc-ref outputs "static"))
3446 (source (string-append out "/lib/libudev.a"))
3447 (target (string-append static "/lib/libudev.a")))
3448 (mkdir-p (dirname target))
3449 (link source target)
3450 (delete-file source)
3451 ;; Remove reference to the static library from the .la file
3452 ;; such that Libtool looks for it in the usual places.
3453 (substitute* (string-append out "/lib/libudev.la")
3454 (("old_library=.*")
3455 "old_library=''\n"))
3456 #t)))
3457 (add-after 'install 'build-hwdb
3458 (lambda* (#:key outputs #:allow-other-keys)
3459 ;; Build OUT/etc/udev/hwdb.bin. This allows 'lsusb' and
3460 ;; similar tools to display product names.
3461 ;;
3462 ;; XXX: This can't be done when cross-compiling. Find another way
3463 ;; to generate hwdb.bin for cross-built systems.
3464 (let ((out (assoc-ref outputs "out")))
3465 ,@(if (%current-target-system)
3466 '(#t)
3467 '((invoke (string-append out "/bin/udevadm")
3468 "hwdb" "--update")))))))
3469 #:configure-flags (list "--enable-manpages")))
3470 (native-inputs
3471 `(("autoconf" ,autoconf)
3472 ("automake" ,automake)
3473 ("gperf" ,gperf)
3474 ("libtool" ,libtool)
3475 ("pkg-config" ,pkg-config)
3476 ;; For tests.
3477 ("perl" ,perl)
3478 ("python" ,python-wrapper)
3479 ;; For documentation.
3480 ("docbook-xml" ,docbook-xml-4.2)
3481 ("docbook-xsl" ,docbook-xsl)
3482 ("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
3483 ("xsltproc" ,libxslt)))
3484 (inputs
3485 ;; When linked against libblkid, eudev can populate /dev/disk/by-label
3486 ;; and similar; it also installs the '60-persistent-storage.rules' file,
3487 ;; which contains the rules to do that.
3488 `(("util-linux" ,util-linux "lib") ;for blkid
3489 ("kmod" ,kmod)))
3490 (outputs '("out" "static"))
3491 (home-page "https://wiki.gentoo.org/wiki/Project:Eudev")
3492 (synopsis "Userspace device management")
3493 (description "Udev is a daemon which dynamically creates and removes
3494 device nodes from /dev/, handles hotplug events and loads drivers at boot
3495 time.")
3496 (license license:gpl2+)))
3497
3498 (define-public python-evdev
3499 (package
3500 (name "python-evdev")
3501 (version "1.3.0")
3502 (source
3503 (origin
3504 (method url-fetch)
3505 (uri (pypi-uri "evdev" version))
3506 (sha256
3507 (base32 "0kb3636yaw9l8xi8s184w0r0n9ic5dw3b8hx048jf9fpzss4kimi"))))
3508 (build-system python-build-system)
3509 (native-inputs
3510 `(("kernel-headers" ,linux-libre-headers)))
3511 (arguments
3512 `(#:tests? #f ;no rule for tests
3513 #:phases
3514 (modify-phases %standard-phases
3515 (add-before 'build 'fix-hard-coded-directory
3516 (lambda* (#:key inputs #:allow-other-keys)
3517 (substitute* "setup.py"
3518 (("/usr/include/linux")
3519 (string-append
3520 (assoc-ref inputs "kernel-headers") "/include/linux")))
3521 #t)))))
3522 (home-page "https://github.com/gvalkov/python-evdev")
3523 (synopsis "Bindings to the Linux input handling subsystem")
3524 (description
3525 "Python-evdev provides bindings to the generic input event interface in
3526 Linux. The @code{evdev} interface serves the purpose of passing events
3527 generated in the kernel directly to userspace through character devices that
3528 are typically located in @file{/dev/input/}.
3529
3530 This package also comes with bindings to @code{uinput}, the userspace input
3531 subsystem. @code{uinput} allows userspace programs to create and handle input
3532 devices that can inject events directly into the input subsystem.")
3533 (license license:bsd-3)))
3534
3535 (define-public interception-tools
3536 (package
3537 (name "interception-tools")
3538 (version "0.6.4")
3539 (home-page "https://gitlab.com/interception/linux/tools")
3540 (source (origin
3541 (method git-fetch)
3542 (uri (git-reference
3543 (url home-page)
3544 (commit (string-append "v" version))))
3545 (file-name (git-file-name name version))
3546 (sha256
3547 (base32
3548 "121jy40ynkbzlqnx7g0dqwvkb7dm2ahcy6vwrz6ylsyd0jmi6s5a"))))
3549 (build-system cmake-build-system)
3550 (inputs
3551 `(("boost" ,boost)
3552 ("libevdev" ,libevdev)
3553 ("libudev" ,eudev)
3554 ("yaml-cpp" ,yaml-cpp)))
3555 (arguments
3556 `(#:phases
3557 (modify-phases %standard-phases
3558 (add-after 'unpack 'fix-libevdev-path
3559 (lambda* (#:key inputs #:allow-other-keys)
3560 (let ((libevdev (assoc-ref inputs "libevdev")))
3561 (substitute* "CMakeLists.txt"
3562 (("/usr/include/libevdev-1.0")
3563 (string-append libevdev "/include/libevdev-1.0")))
3564 #t))))
3565 ;; No tests are included.
3566 #:tests? #f))
3567 (synopsis "Utilities for operating on input events of evdev devices")
3568 (description
3569 "Interception Tools provides a composable infrastructure on top of
3570 @code{libudev} and @code{libevdev}. The following utilities are provided:
3571
3572 @itemize
3573 @item @command{udevmon} --- monitor input devices for launching tasks
3574 @item @command{intercept} --- redirect device input events to stdout
3575 @item @command{uinput} --- redirect device input events from stding to virtual device
3576 @item @command{mux} --- mux streams of input events
3577 @end itemize")
3578 ;; Dual-licensed under GPLv3+ or "something else" on request, per
3579 ;; 'README.md'.
3580 (license license:gpl3+)))
3581
3582 (define-public interception-dual-function-keys
3583 (package
3584 (name "interception-dual-function-keys")
3585 (version "1.3.0")
3586 (home-page "https://gitlab.com/interception/linux/plugins/dual-function-keys")
3587 (source (origin
3588 (method git-fetch)
3589 (uri (git-reference
3590 (url home-page)
3591 (commit version)))
3592 (file-name (git-file-name name version))
3593 (sha256
3594 (base32
3595 "1gvhkmwzl5fyyc7k8rc4rf2b9mzh05wa8wcybf9hz2x1mqkc7lmz"))))
3596 (build-system gnu-build-system)
3597 (inputs
3598 `(("libevdev" ,libevdev)
3599 ("yaml-cpp" ,yaml-cpp)))
3600 (arguments
3601 `(#:make-flags (list "CC=gcc" "CXX=g++"
3602 (string-append "PREFIX=" (assoc-ref %outputs "out")))
3603 #:phases
3604 (modify-phases %standard-phases
3605 (add-after 'unpack 'fix-libevdev-path
3606 (lambda* (#:key inputs #:allow-other-keys)
3607 (let ((libevdev (assoc-ref inputs "libevdev")))
3608 (substitute* "config.mk"
3609 (("/usr/include/libevdev-1.0")
3610 (string-append libevdev "/include/libevdev-1.0")))
3611 #t)))
3612 ;; No configure script
3613 (delete 'configure)
3614 ;; No target 'check'
3615 (delete 'check))))
3616 (synopsis "Tap for one key, hold for another")
3617 (description
3618 "Dual Function Keys is a plugin for @code{interception-tools} that allows
3619 one to send arbitrary keycodes when a given key is tapped or held.")
3620 (license license:expat)))
3621
3622 (define-public lvm2
3623 (package
3624 (name "lvm2")
3625 (version "2.03.11")
3626 (source (origin
3627 (method url-fetch)
3628 (uri (list (string-append "https://sourceware.org/ftp/lvm2/LVM2."
3629 version ".tgz")
3630 (string-append "ftp://sources.redhat.com/pub/lvm2/releases/LVM2."
3631 version ".tgz")))
3632 (sha256
3633 (base32
3634 "1m4xpda8vbyd89ca0w8nacvnl4j34yzsa625gn990fb5sh84ab44"))
3635 (modules '((guix build utils)))
3636 (snippet
3637 '(begin
3638 (use-modules (guix build utils))
3639
3640 ;; Honor sysconfdir.
3641 (substitute* "make.tmpl.in"
3642 (("^confdir = .*$")
3643 "confdir = @sysconfdir@\n")
3644 (("DEFAULT_SYS_DIR = @DEFAULT_SYS_DIR@")
3645 "DEFAULT_SYS_DIR = @sysconfdir@"))
3646 #t))
3647 (patches (search-patches "lvm2-static-link.patch"))))
3648 (build-system gnu-build-system)
3649 (native-inputs
3650 `(("pkg-config" ,pkg-config)
3651 ("procps" ,procps))) ;tests use 'pgrep'
3652 (inputs
3653 `(("libaio" ,libaio)
3654 ("udev" ,eudev)))
3655 (arguments
3656 `(#:phases
3657 (modify-phases %standard-phases
3658 (add-after 'configure 'set-makefile-shell
3659 (lambda _
3660 ;; Use 'sh', not 'bash', so that '. lib/utils.sh' works as
3661 ;; expected.
3662 (setenv "SHELL" (which "sh"))
3663
3664 ;; Replace /bin/sh with the right file name.
3665 (patch-makefile-SHELL "make.tmpl")
3666 #t)))
3667
3668 #:configure-flags (list (string-append "--sysconfdir="
3669 (assoc-ref %outputs "out")
3670 "/etc/lvm")
3671 "--enable-udev_sync"
3672 "--enable-udev_rules"
3673 "--enable-pkgconfig"
3674 "--enable-cmdlib"
3675 "--enable-dmeventd" ; Requires '--enable-cmdlib'.
3676
3677 ;; Make sure programs such as 'dmsetup' can
3678 ;; find libdevmapper.so.
3679 (string-append "LDFLAGS=-Wl,-rpath="
3680 (assoc-ref %outputs "out")
3681 "/lib,-rpath="
3682 (assoc-ref %outputs "out")
3683 "/lib/device-mapper")
3684 ;; This is needed when cross-compiling.
3685 ,@(if (%current-target-system)
3686 '("ac_cv_func_malloc_0_nonnull=yes"
3687 "ac_cv_func_realloc_0_nonnull=yes")
3688 '()))
3689
3690 ;; The tests use 'mknod', which requires root access.
3691 #:tests? #f))
3692 (supported-systems (delete "i586-gnu" %supported-systems))
3693 (home-page "https://sourceware.org/lvm2/")
3694 (synopsis "Logical volume management for Linux")
3695 (description
3696 "LVM2 is the logical volume management tool set for Linux-based systems.
3697 This package includes the user-space libraries and tools, including the device
3698 mapper. Kernel components are part of Linux-libre.")
3699
3700 ;; Libraries (liblvm2, libdevmapper) are LGPLv2.1.
3701 ;; Command-line tools are GPLv2.
3702 (license (list license:gpl2 license:lgpl2.1))))
3703
3704 (define-public lvm2-static
3705 (package
3706 (inherit lvm2)
3707 (name "lvm2-static")
3708
3709 ;; Propagate udev because libdevmapper.a depends on libudev.
3710 (propagated-inputs `(("udev:static" ,eudev "static")))
3711
3712 (arguments
3713 (substitute-keyword-arguments (package-arguments lvm2)
3714 ((#:configure-flags flags '())
3715 ;; LVM2 doesn't use Libtool, hence the custom option.
3716 `(append '("--enable-static_link")
3717 ;; Building dmeventd statically is complicated due to a
3718 ;; requirement on libdevmapper.a, which is being phased out
3719 ;; in favor of libdevice-mapper.a, which in turn is is not
3720 ;; easily made available at dmeventd build time. Just ignore
3721 ;; it until the situation improves.
3722 (delete "--enable-dmeventd" ,flags)))
3723 ((#:phases phases)
3724 `(modify-phases ,phases
3725 (add-before 'configure 'adjust-Makefile
3726 (lambda _
3727 ;; These fixes are related to the upstream libdm->device_mapper
3728 ;; migration and will hopefully be fixed upstream in due time.
3729 (substitute* "tools/Makefile.in"
3730 ;; This variable is empty in a static configuration and causes
3731 ;; an erroneous GCC command line.
3732 (("-L\\$\\(interfacebuilddir\\)") "")
3733 ;; Remove obsolete reference to libdevmapper.a.
3734 (("-ldevmapper") ""))
3735 #t))))))
3736 (synopsis "Logical volume management for Linux (statically linked)")))
3737
3738 (define-public thin-provisioning-tools
3739 (package
3740 (name "thin-provisioning-tools")
3741 (version "0.8.5")
3742 (source
3743 (origin
3744 (method git-fetch)
3745 (uri (git-reference
3746 (url "https://github.com/jthornber/thin-provisioning-tools")
3747 (commit (string-append "v" version))))
3748 (file-name (git-file-name name version))
3749 (sha256
3750 (base32 "01wl8c0cjbx1smbhj8dx6av5bnw5775m58gasc3vqwvsj0s9hq19"))))
3751 (build-system gnu-build-system)
3752 (arguments
3753 ;; Doesn't build with --enable-testing due to a function name collision
3754 ;; with glibc. Fixed upstream. TODO: Enable tests when 0.9.0 is released.
3755 `(#:tests? #f))
3756 (native-inputs
3757 `(("automake" ,automake)
3758 ("autoreconf" ,autoconf)))
3759 (inputs
3760 `(("boost" ,boost)
3761 ("expat" ,expat)
3762 ("libaio" ,libaio)))
3763 (synopsis "Tools for manipulating the metadata of device-mapper targets")
3764 (description "A suite of tools for manipulating the metadata of the
3765 dm-thin, dm-cache and dm-era device-mapper targets.")
3766 (home-page "https://github.com/jthornber/thin-provisioning-tools")
3767 (license license:gpl3+)))
3768
3769 (define-public wireless-tools
3770 (package
3771 (name "wireless-tools")
3772 (version "30.pre9")
3773 (source (origin
3774 (method url-fetch)
3775 (uri (string-append "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools."
3776 version ".tar.gz"))
3777 (sha256
3778 (base32
3779 "0qscyd44jmhs4k32ggp107hlym1pcyjzihiai48xs7xzib4wbndb"))
3780 (snippet
3781 '(begin
3782 ;; Remove the older header files that are not free software.
3783 (for-each (lambda (n)
3784 (delete-file (format #f "wireless.~a.h" n)))
3785 '(10 11 12 13 14 15 16 17 18 19 20))
3786 #t))))
3787 (build-system gnu-build-system)
3788 (arguments
3789 `(#:make-flags
3790 (list (string-append "PREFIX=" %output)
3791 (string-append "INSTALL_MAN=" %output "/share/man")
3792 (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")
3793 "BUILD_STATIC=")
3794 #:phases
3795 (modify-phases %standard-phases
3796 (replace 'configure
3797 (lambda* (#:key target #:allow-other-keys)
3798 (when ,(%current-target-system)
3799 ;; Cross-compilation: use the cross tools.
3800 (substitute* (find-files "." "Makefile")
3801 (("CC = .*$")
3802 (string-append "CC = " target "-gcc\n"))
3803 (("AR = .*$")
3804 (string-append "AR = " target "-ar\n"))
3805 (("RANLIB = .*$")
3806 (string-append "RANLIB = " target "-ranlib\n"))))
3807 #t)))
3808 #:tests? #f))
3809 (synopsis "Tools for manipulating Linux Wireless Extensions")
3810 (description "Wireless Tools are used to manipulate the now-deprecated
3811 Linux Wireless Extensions; consider using @code{iw} instead. The Wireless
3812 Extension was an interface allowing you to set Wireless LAN specific
3813 parameters and get the specific stats. It is deprecated in favor the nl80211
3814 interface.")
3815 (home-page "https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html")
3816 ;; wireless.21.h and wireless.22.h are distributed under lgpl2.1+, the
3817 ;; other files are distributed under gpl2.
3818 (license (list license:gpl2 license:lgpl2.1+))))
3819
3820 (define-public crda
3821 (package
3822 (name "crda")
3823 (version "3.18")
3824 (source (origin
3825 (method url-fetch)
3826 (uri (string-append "mirror://kernel.org/software/network/crda/"
3827 "crda-" version ".tar.xz"))
3828 (sha256
3829 (base32
3830 "1gydiqgb08d9gbx4l6gv98zg3pljc984m50hmn3ysxcbkxkvkz23"))
3831 (patches (search-patches "crda-optional-gcrypt.patch"))))
3832 (build-system gnu-build-system)
3833 (arguments
3834 `(#:phases (modify-phases %standard-phases
3835 (delete 'configure)
3836 (add-after 'unpack 'gzip-determinism
3837 (lambda _
3838 (substitute* "Makefile"
3839 (("gzip") "gzip --no-name"))
3840 #t))
3841 ,@(if (%current-target-system)
3842 '((add-after
3843 'unpack 'fix-pkg-config
3844 (lambda* (#:key target #:allow-other-keys)
3845 (substitute*
3846 "Makefile"
3847 (("pkg-config")
3848 (string-append target "-pkg-config")))
3849 #t)))
3850 '())
3851 (add-before
3852 'build 'no-werror-no-ldconfig
3853 (lambda _
3854 (substitute* "Makefile"
3855 (("-Werror") "")
3856 (("ldconfig") "true"))
3857 #t))
3858 (add-before
3859 'build 'set-regulator-db-file-name
3860 (lambda* (#:key native-inputs inputs #:allow-other-keys)
3861 ;; Tell CRDA where to find our database.
3862 (let ((regdb (assoc-ref (or native-inputs inputs)
3863 "wireless-regdb")))
3864 (substitute* "crda.c"
3865 (("\"/lib/crda/regulatory.bin\"")
3866 (string-append "\"" regdb
3867 "/lib/crda/regulatory.bin\"")))
3868 #t))))
3869 #:test-target "verify"
3870 #:make-flags (let ((out (assoc-ref %outputs "out"))
3871 (regdb (assoc-ref %build-inputs "wireless-regdb")))
3872 (list
3873 (string-append "CC=" ,(cc-for-target))
3874 "V=1"
3875
3876 ;; Disable signature-checking on 'regulatory.bin'.
3877 ;; The reason is that this simplifies maintenance
3878 ;; on our side (no need to manage a distro key
3879 ;; pair), and we can guarantee integrity of
3880 ;; 'regulatory.bin' by other means anyway, such as
3881 ;; 'guix gc --verify'. See
3882 ;; <https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb>
3883 ;; for a discssion.
3884 "USE_OPENSSL=0"
3885
3886 (string-append "PREFIX=" out)
3887 (string-append "SBINDIR=" out "/sbin/")
3888 (string-append "UDEV_RULE_DIR="
3889 out "/lib/udev/rules.d")
3890 (string-append "LDFLAGS=-Wl,-rpath="
3891 out "/lib -L.")
3892 (string-append "REG_BIN=" regdb
3893 "/lib/crda/regulatory.bin")
3894 "all_noverify"))))
3895 (native-inputs `(("pkg-config" ,pkg-config)
3896 ("wireless-regdb" ,wireless-regdb)))
3897 (inputs `(("libnl" ,libnl)))
3898 (home-page
3899 "https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA")
3900 (synopsis "Central regulatory domain agent (CRDA) for WiFi")
3901 (description
3902 "The Central Regulatory Domain Agent (CRDA) acts as the udev helper for
3903 communication between the kernel Linux and user space for regulatory
3904 compliance.")
3905 (license license:copyleft-next)))
3906
3907 (define-public wireless-regdb
3908 (package
3909 (name "wireless-regdb")
3910 (version "2020.04.29")
3911 (source (origin
3912 (method url-fetch)
3913 (uri (string-append
3914 "mirror://kernel.org/software/network/wireless-regdb/"
3915 "wireless-regdb-" version ".tar.xz"))
3916 (sha256
3917 (base32
3918 "0yicda474ygahv8da18h1p4yf42s6x2f208mlwcw4xsrxld07zc9"))
3919
3920 ;; We're building 'regulatory.bin' by ourselves.
3921 (snippet '(begin
3922 (delete-file "regulatory.bin")
3923 #t))))
3924 (build-system gnu-build-system)
3925 (arguments
3926 '(#:phases
3927 (modify-phases %standard-phases
3928 (add-after 'unpack 'gzip-determinism
3929 (lambda _
3930 (substitute* "Makefile"
3931 (("gzip") "gzip --no-name"))
3932 #t))
3933 (add-after 'unpack 'omit-signature
3934 (lambda _
3935 (substitute* "Makefile"
3936 ;; Signing requires a REGDB_PUBCERT and REGDB_PRIVKEY which we
3937 ;; don't provide (see below). Disable it.
3938 ((" regulatory\\.db\\.p7s") "")
3939 ;; regulatory.db is built as a dependency of regulatory.db.p7s,
3940 ;; but ‘make install’ depends only on the latter while installing
3941 ;; both (and failing). Depend on it explicitly.
3942 (("^install: " all) (string-append all "regulatory.db ")))
3943 #t))
3944 (delete 'configure)) ; no configure script
3945
3946 ;; The 'all' target of the makefile depends on $(REGDB_CHANGED), which
3947 ;; is computed and can be equal to 'maintainer-clean'; when that
3948 ;; happens, we can end up deleting the 'regulatory.bin' file that we
3949 ;; just built. Thus, build things sequentially.
3950 #:parallel-build? #f
3951
3952 #:tests? #f ; no tests
3953 #:make-flags
3954 (let ((out (assoc-ref %outputs "out")))
3955 (list (string-append "PREFIX=" out)
3956 (string-append "FIRMWARE_PATH=$(PREFIX)/lib/firmware")
3957
3958 ;; Leave this empty so that db2bin.py doesn't try to sign
3959 ;; ‘regulatory.bin’. This allows us to avoid managing a key
3960 ;; pair for the whole distribution.
3961 (string-append "REGDB_PRIVKEY=")
3962 ;; Don't generate a public key for the same reason. These are
3963 ;; used as Makefile targets and can't be the empty string.
3964 (string-append "REGDB_PUBCERT=/dev/null")
3965 (string-append "REGDB_PUBKEY=/dev/null")))))
3966 (native-inputs
3967 `(("python" ,python-wrapper)))
3968 (home-page
3969 "https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb")
3970 (synopsis "Wireless regulatory database")
3971 (description
3972 "This package contains the wireless regulatory database Central
3973 Regulatory Database Agent (CRDA) daemon. The database contains information on
3974 country-specific regulations for the wireless spectrum.")
3975 (license license:isc)))
3976
3977 (define-public lm-sensors
3978 (package
3979 (name "lm-sensors")
3980 (version "3.6.0")
3981 (source
3982 (origin
3983 (method git-fetch)
3984 (uri (git-reference
3985 (url "https://github.com/groeck/lm-sensors")
3986 (commit (string-append "V" (string-join
3987 (string-split version #\.) "-")))))
3988 (file-name (git-file-name name version))
3989 (sha256
3990 (base32 "1ipf6wjx037sqyhy0r5jh4983h216anq9l68ckn2x5c3qc4wfmzn"))
3991 (patches (search-patches "lm-sensors-hwmon-attrs.patch"))))
3992 (build-system gnu-build-system)
3993 (inputs `(("rrdtool" ,rrdtool)
3994 ("perl" ,perl)
3995 ("kmod" ,kmod)
3996 ("gnuplot" ,gnuplot)))
3997 (native-inputs `(("pkg-config" ,pkg-config)
3998 ("flex" ,flex)
3999 ("bison" ,bison)
4000 ("which" ,which)))
4001 (outputs '("lib" ; avoid perl in closure
4002 "out"))
4003 (arguments
4004 `(#:tests? #f ; no 'check' target
4005 #:make-flags (list (string-append "PREFIX=" %output)
4006 (string-append "ETCDIR=" (assoc-ref %outputs "lib") "/etc")
4007 (string-append "INCLUDEDIR="
4008 (assoc-ref %outputs "lib") "/include")
4009 (string-append "MANDIR=" %output "/share/man")
4010 (string-append "LIBDIR=" (assoc-ref %outputs "lib") "/lib"))
4011 #:phases
4012 (modify-phases %standard-phases
4013 (delete 'configure)
4014 (add-before 'build 'patch-exec-paths
4015 (lambda* (#:key inputs outputs #:allow-other-keys)
4016 (substitute* "prog/detect/sensors-detect"
4017 (("`uname")
4018 (string-append "`" (assoc-ref inputs "coreutils")
4019 "/bin/uname"))
4020 (("(`|\")modprobe" all open-quote)
4021 (string-append open-quote
4022 (assoc-ref inputs "kmod")
4023 "/bin/modprobe")))
4024 (substitute* '("prog/pwm/pwmconfig"
4025 "prog/pwm/fancontrol")
4026 (("gnuplot")
4027 (string-append (assoc-ref inputs "gnuplot")
4028 "/bin/gnuplot"))
4029 (("cat ")
4030 (string-append (assoc-ref inputs "coreutils")
4031 "/bin/cat "))
4032 (("e?grep " match)
4033 (string-append (assoc-ref inputs "grep")
4034 "/bin/" match))
4035 (("sed -e")
4036 (string-append (assoc-ref inputs "sed")
4037 "/bin/sed -e"))
4038 (("cut -d")
4039 (string-append (assoc-ref inputs "coreutils")
4040 "/bin/cut -d"))
4041 (("sleep ")
4042 (string-append (assoc-ref inputs "coreutils")
4043 "/bin/sleep "))
4044 (("readlink -f")
4045 (string-append (assoc-ref inputs "coreutils")
4046 "/bin/readlink -f")))
4047 #t)))))
4048 (home-page "https://hwmon.wiki.kernel.org/lm_sensors")
4049 (synopsis "Utilities to read temperature/voltage/fan sensors")
4050 (description
4051 "Lm-sensors is a hardware health monitoring package for Linux. It allows
4052 you to access information from temperature, voltage, and fan speed sensors.
4053 It works with most newer systems.")
4054 (license license:gpl2+)))
4055
4056 (define-public iucode-tool
4057 (package
4058 (name "iucode-tool")
4059 (version "2.3.1")
4060 (source (origin
4061 (method url-fetch)
4062 (uri (string-append "https://gitlab.com/iucode-tool/releases"
4063 "/raw/latest/iucode-tool_" version ".tar.xz"))
4064 (sha256
4065 (base32
4066 "159gvf6ljgg3g4vlhyy6pyr0wz11rcyhp985vc4az58d9px8xf0j"))))
4067 (build-system gnu-build-system)
4068 (home-page "https://gitlab.com/iucode-tool/iucode-tool/wikis/home")
4069 (synopsis "Manipulate Intel microcode bundles")
4070 (description
4071 "@command{iucode_tool} is a utility to work with microcode packages for
4072 Intel processors. It can convert between formats, extract specific versions,
4073 create a firmware image suitable for the Linux kernel, and more.")
4074 ;; cpuid.h is available for i686, x86_64, and ia64.
4075 (supported-systems '("i686-linux" "x86_64-linux"))
4076 (license license:gpl2+)))
4077
4078 (define-public i2c-tools
4079 (package
4080 (name "i2c-tools")
4081 (version "3.1.1")
4082 (source (origin
4083 (method url-fetch)
4084 (uri (string-append
4085 "http://jdelvare.nerim.net/mirror/i2c-tools/i2c-tools-"
4086 version ".tar.bz2"))
4087 (sha256
4088 (base32
4089 "000pvg995qy1b15ks59gd0klri55hb33kqpg5czy84hw1pbdgm0l"))))
4090 (build-system gnu-build-system)
4091 (arguments
4092 `(#:tests? #f ; no 'check' target
4093 #:make-flags (list (string-append "prefix=" %output)
4094 ,(string-append "CC=" (cc-for-target)))
4095 ;; No configure script.
4096 #:phases (modify-phases %standard-phases (delete 'configure))))
4097 (inputs
4098 `(("perl" ,perl)))
4099 (home-page "http://jdelvare.nerim.net/devel.html#i2ctools")
4100 (synopsis "I2C tools for Linux")
4101 (description
4102 "The i2c-tools package contains a heterogeneous set of I2C tools for
4103 Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers,
4104 EEPROM decoding scripts, EEPROM programming tools, and a python module for
4105 SMBus access.")
4106 (license license:gpl2+)))
4107
4108 (define-public xsensors
4109 (package
4110 (name "xsensors")
4111 (version "0.70")
4112 (source (origin
4113 (method url-fetch)
4114 (uri (string-append
4115 "http://www.linuxhardware.org/xsensors/xsensors-"
4116 version ".tar.gz"))
4117 (sha256
4118 (base32
4119 "1siplsfgvcxamyqf44h71jx6jdfmvhfm7mh0y1q8ps4zs6pj2zwh"))))
4120 (build-system gnu-build-system)
4121 (inputs `(("lm-sensors" ,lm-sensors "lib")
4122 ("gtk" ,gtk+-2)))
4123 (native-inputs `(("pkg-config" ,pkg-config)))
4124 (arguments
4125 `(#:phases
4126 (modify-phases %standard-phases
4127 (add-before 'configure 'enable-deprecated
4128 (lambda _
4129 (substitute* "src/Makefile.in"
4130 (("-DGDK_DISABLE_DEPRECATED") "")
4131 (("-DGTK_DISABLE_DEPRECATED") ""))
4132 #t))
4133 (add-before 'configure 'remove-Werror
4134 (lambda _
4135 (substitute* '("configure" "src/Makefile.in")
4136 (("-Werror") ""))
4137 #t)))))
4138 (home-page "http://www.linuxhardware.org/xsensors/")
4139 (synopsis "Hardware health information viewer")
4140 (description
4141 "Xsensors reads data from the libsensors library regarding hardware
4142 health such as temperature, voltage and fan speed and displays the information
4143 in a digital read-out.")
4144 (license license:gpl2+)))
4145
4146 (define-public perf
4147 (package
4148 (name "perf")
4149 (version (package-version linux-libre))
4150 (source (package-source linux-libre))
4151 (build-system gnu-build-system)
4152 (arguments
4153 '(#:phases
4154 (modify-phases %standard-phases
4155 (replace 'configure
4156 (lambda* (#:key inputs #:allow-other-keys)
4157 (setenv "SHELL_PATH" (which "bash"))
4158 (chdir "tools/perf")
4159 #t)))
4160 #:make-flags (list (string-append "prefix="
4161 (assoc-ref %outputs "out"))
4162 "CC=gcc"
4163 "WERROR=0"
4164
4165 ;; By default, 'config/Makefile' uses lib64 on
4166 ;; x86_64. Work around that.
4167 "lib=lib")
4168 #:tests? #f)) ;no tests
4169 (native-inputs
4170 `(("pkg-config" ,pkg-config)
4171 ("bison" ,bison)
4172 ("flex" ,flex)
4173
4174 ;; There are build scripts written in these languages.
4175 ("perl" ,perl)
4176 ("python2" ,python-2)
4177 ("python3" ,python-3)))
4178 (inputs
4179 `(("slang" ,slang) ;for the interactive TUI
4180 ;; ("newt" ,newt)
4181 ("python" ,python-2) ;'perf' links against libpython
4182 ("elfutils" ,elfutils)
4183 ("libiberty" ,libiberty) ;used alongside BDF for symbol demangling
4184 ("libunwind" ,libunwind) ;better stack walking
4185 ("numactl" ,numactl) ;for 'perf bench numa mem'
4186
4187 ;; Documentation.
4188 ("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
4189 ("docbook-xsl" ,docbook-xsl)
4190 ("xmlto" ,xmlto)
4191 ("asciidoc" ,asciidoc)))
4192 (home-page "https://perf.wiki.kernel.org/")
4193 (synopsis "Linux profiling with performance counters")
4194 (description
4195 "perf is a tool suite for profiling using hardware performance counters,
4196 with support in the Linux kernel. perf can instrument CPU performance
4197 counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is capable
4198 of lightweight profiling. This package contains the user-land tools and in
4199 particular the @code{perf} command.")
4200 (license (package-license linux-libre))))
4201
4202 (define-public pflask
4203 (package
4204 (name "pflask")
4205 (version "0.2")
4206 (source (origin
4207 (method git-fetch)
4208 (uri (git-reference
4209 (url "https://github.com/ghedo/pflask")
4210 (commit (string-append "v" version))))
4211 (file-name (git-file-name name version))
4212 (sha256
4213 (base32
4214 "1jikjbhlxlqracnai3v9krzcgd2xwp0p4adw5n07yxc7b857damz"))))
4215 (build-system cmake-build-system)
4216 (arguments
4217 '(#:tests? #f)) ; no tests
4218 (home-page "https://ghedo.github.io/pflask/")
4219 (synopsis "Simple tool for creating Linux namespace containers")
4220 (description "pflask is a simple tool for creating Linux namespace
4221 containers. It can be used for running a command or even booting an OS inside
4222 an isolated container, created with the help of Linux namespaces. It is
4223 similar in functionality to chroot, although pflask provides better isolation
4224 thanks to the use of namespaces.")
4225 (license license:bsd-2)))
4226
4227 (define-public singularity
4228 (package
4229 (name "singularity")
4230 (version "2.6.1")
4231 (source (origin
4232 (method url-fetch)
4233 (uri (string-append "https://github.com/singularityware/singularity/"
4234 "releases/download/" version
4235 "/singularity-" version ".tar.gz"))
4236 (sha256
4237 (base32
4238 "1whx0hqqi1326scgdxxxa1d94vn95mnq0drid6s8wdp84ni4d3gk"))
4239 (modules '((guix build utils)))
4240 (snippet
4241 '(begin
4242 ;; Do not create directories in /var.
4243 (substitute* "Makefile.in"
4244 (("\\$\\(MAKE\\) .*install-data-hook") ""))
4245
4246 ;; The original source overrides PATH so that it points to
4247 ;; /bin, /usr/local/bin, etc., which obviously doesn't work
4248 ;; on Guix System. Leave PATH unchanged so we refer to the
4249 ;; installed Coreutils, grep, etc.
4250 (substitute* "bin/singularity.in"
4251 (("^PATH=.*" all)
4252 (string-append "#" all "\n")))
4253
4254 (substitute* (find-files "libexec/cli" "\\.exec$")
4255 (("\\$SINGULARITY_libexecdir/singularity/bin/([a-z]+)-suid"
4256 _ program)
4257 (string-append "/run/setuid-programs/singularity-"
4258 program "-helper")))
4259
4260 ;; These squashfs mount options are apparently no longer
4261 ;; supported since Linux-libre 5.4.5.
4262 (substitute* "src/lib/image/squashfs/mount.c"
4263 (("\"errors=remount-ro\"")
4264 "NULL"))
4265 #t))))
4266 (build-system gnu-build-system)
4267 (arguments
4268 `(#:configure-flags '("--localstatedir=/var")
4269 #:phases
4270 (modify-phases %standard-phases
4271 (add-after 'unpack 'patch-references
4272 (lambda _
4273 (substitute* "libexec/cli/build.exec.in"
4274 (("-mksquashfs") (string-append "-" (which "mksquashfs"))))
4275 (substitute* (append
4276 (find-files "libexec" "functions")
4277 (find-files "libexec/bootstrap-scripts" ".*sh$")
4278 (find-files "libexec/cli" ".*exec$"))
4279 (("\\| grep ")
4280 (string-append "| " (which "grep") " "))
4281 (("egrep ")
4282 (string-append (which "egrep") " "))
4283 ((" sed ")
4284 (string-append " " (which "sed") " ")))
4285 #t))
4286 (add-after 'install 'set-PATH
4287 (lambda* (#:key inputs outputs #:allow-other-keys)
4288 ;; Have the 'singularity' and 'run-singularity' self-sufficient.
4289 (let ((out (assoc-ref outputs "out"))
4290 (coreutils (assoc-ref inputs "coreutils")))
4291 (wrap-program (string-append out "/bin/singularity")
4292 `("PATH" ":" = (,(string-append coreutils "/bin"))))
4293 (substitute* (string-append out "/bin/run-singularity")
4294 (("/usr/bin/env singularity")
4295 (string-append (which "env") " "
4296 out "/bin/singularity")))
4297 #t))))))
4298 (inputs
4299 `(("libarchive" ,libarchive)
4300 ("python" ,python-wrapper)
4301 ("zlib" ,zlib)
4302 ("squashfs-tools" ,squashfs-tools)))
4303 (home-page "https://singularity.lbl.gov/")
4304 (synopsis "Container platform")
4305 (description "Singularity is a container platform supporting a number of
4306 container image formats. It can build SquashFS container images or import
4307 existing Docker images. Singularity requires kernel support for container
4308 isolation or root privileges.")
4309 (license license:bsd-3)))
4310
4311 (define-public hdparm
4312 (package
4313 (name "hdparm")
4314 (version "9.60")
4315 (source (origin
4316 (method url-fetch)
4317 (uri (string-append "mirror://sourceforge/hdparm/hdparm/"
4318 "hdparm-" version ".tar.gz"))
4319 (sha256
4320 (base32
4321 "1k1mcv7naiacw1y6bdd1adnjfiq1kkx2ivsadjwmlkg4fff775w3"))))
4322 (build-system gnu-build-system)
4323 (arguments
4324 `(#:make-flags
4325 (let ((out (assoc-ref %outputs "out")))
4326 (list (string-append "binprefix=" out)
4327 (string-append "manprefix=" out)
4328 ,(string-append "CC=" (cc-for-target))
4329 ;; Let Guix strip the binaries and not break cross-compilation.
4330 "STRIP=true"))
4331 #:phases
4332 (modify-phases %standard-phases
4333 (delete 'configure)) ; no configure script
4334 #:tests? #f)) ; no test suite
4335 (home-page "https://sourceforge.net/projects/hdparm/")
4336 (synopsis "View and tune ATA disk drive parameters")
4337 (description
4338 "@command{hdparm} is a command-line utility to control ATA controllers and
4339 disk drives. It can increase performance and/or reliability by careful tuning
4340 of hardware settings like power and acoustic management, DMA modes, and caching.
4341 It can also display detailed device information, or be used as a simple
4342 performance benchmarking tool.
4343
4344 @command{hdparm} provides a command line interface to various Linux kernel
4345 interfaces provided by the SATA/ATA/SAS @code{libata} subsystem, and the older
4346 IDE driver subsystem. Many external USB drive enclosures with SCSI-ATA Command
4347 Translation (@dfn{SAT}) are also supported.")
4348 (license (license:non-copyleft "file://LICENSE.TXT"))))
4349
4350 (define-public nvme-cli
4351 (package
4352 (name "nvme-cli")
4353 (version "1.13")
4354 (home-page "https://github.com/linux-nvme/nvme-cli")
4355 (source (origin
4356 (method git-fetch)
4357 (uri (git-reference
4358 (url home-page)
4359 (commit (string-append "v" version))))
4360 (sha256
4361 (base32 "1d538kp841bjh8h8d9q7inqz56rdcwb3m78zfx8607ddykv7wcqb"))
4362 (file-name (git-file-name name version))))
4363 (build-system gnu-build-system)
4364 (arguments
4365 `(#:make-flags
4366 (list ,(string-append "CC=" (cc-for-target)))
4367 #:phases (modify-phases %standard-phases
4368 (delete 'configure) ; no ./configure script
4369 (replace 'install
4370 (lambda _
4371 (invoke "make" "install-spec" "PREFIX="
4372 (string-append "DESTDIR=" %output)))))
4373 ;; The tests require sysfs, which is not accessible from from the build
4374 ;; environment
4375 #:tests? #f))
4376 (synopsis "NVM-Express user space tooling for Linux")
4377 (description "Nvme-cli is a utility to provide standards compliant tooling
4378 for NVM-Express drives. It was made specifically for Linux as it relies on the
4379 IOCTLs defined by the mainline kernel driver.")
4380 (license license:gpl2+)))
4381
4382 (define-public rfkill
4383 (package
4384 (name "rfkill")
4385 (version "0.5")
4386 (source (origin
4387 (method url-fetch)
4388 (uri (string-append "mirror://kernel.org/software/network/"
4389 name "/" name "-" version ".tar.xz"))
4390 (sha256
4391 (base32
4392 "0snqj5h0y991lszbigbyyqb8swj0hxajc1vfqg2scfay44231bp0"))))
4393 (build-system gnu-build-system)
4394 (arguments
4395 `(#:make-flags (list "CC=gcc"
4396 (string-append "PREFIX=" %output))
4397 #:phases (modify-phases %standard-phases
4398 (delete 'configure))
4399 #:tests? #f))
4400 (home-page "https://wireless.wiki.kernel.org/en/users/Documentation/rfkill")
4401 (synopsis "Tool for enabling and disabling wireless devices")
4402 (description
4403 "rfkill is a simple tool for accessing the rfkill device interface,
4404 which is used to enable and disable wireless networking devices, typically
4405 WLAN, Bluetooth and mobile broadband.")
4406 (license (license:non-copyleft "file://COPYING"
4407 "See COPYING in the distribution."))
4408 ;; rfkill is part of util-linux as of 2.31.
4409 (properties `((superseded . ,util-linux)))))
4410
4411 (define-public acpi
4412 (package
4413 (name "acpi")
4414 (version "1.7")
4415 (source (origin
4416 (method url-fetch)
4417 (uri (string-append "mirror://sourceforge/acpiclient/acpiclient/"
4418 version "/" name "-" version ".tar.gz"))
4419 (sha256
4420 (base32
4421 "01ahldvf0gc29dmbd5zi4rrnrw2i1ajnf30sx2vyaski3jv099fp"))))
4422 (build-system gnu-build-system)
4423 (home-page "http://acpiclient.sourceforge.net")
4424 (synopsis "Display information on ACPI devices")
4425 (description "@code{acpi} attempts to replicate the functionality of the
4426 \"old\" @code{apm} command on ACPI systems, including battery and thermal
4427 information. It does not support ACPI suspending, only displays information
4428 about ACPI devices.")
4429 (license license:gpl2+)))
4430
4431 (define-public acpid
4432 (package
4433 (name "acpid")
4434 (version "2.0.32")
4435 (source (origin
4436 (method url-fetch)
4437 (uri (string-append "mirror://sourceforge/acpid2/acpid-"
4438 version ".tar.xz"))
4439 (sha256
4440 (base32
4441 "0zhmxnhnhg4v1viw82yjr22kram6k5k1ixznhayk8cnw7q5x7lpj"))))
4442 (build-system gnu-build-system)
4443 (home-page "https://sourceforge.net/projects/acpid2/")
4444 (synopsis "Daemon for delivering ACPI events to user-space programs")
4445 (description
4446 "acpid is designed to notify user-space programs of Advanced
4447 Configuration and Power Interface (ACPI) events. acpid should be started
4448 during the system boot, and will run as a background process. When an ACPI
4449 event is received from the kernel, acpid will examine the list of rules
4450 specified in /etc/acpi/events and execute the rules that match the event.")
4451 (license license:gpl2+)))
4452
4453 (define-public sysfsutils
4454 (package
4455 (name "sysfsutils")
4456 (version "2.1.0")
4457 (source
4458 (origin
4459 (method url-fetch)
4460 (uri
4461 (string-append
4462 "mirror://sourceforge/linux-diag/sysfsutils/" version "/sysfsutils-"
4463 version ".tar.gz"))
4464 (sha256
4465 (base32 "12i0ip11xbfcjzxz4r10cvz7mbzgq1hfcdn97w6zz7sm3wndwrg8"))))
4466 (build-system gnu-build-system)
4467 (home-page "http://linux-diag.sourceforge.net/Sysfsutils.html")
4468 (synopsis "System utilities based on Linux sysfs")
4469 (description
4470 "These are a set of utilities built upon sysfs, a virtual file system in
4471 Linux kernel versions 2.5+ that exposes a system's device tree. The package
4472 also contains the libsysfs library.")
4473 ;; The library is under lgpl2.1+ (all files say "or any later version").
4474 ;; The rest is mostly gpl2, with a few files indicating gpl2+.
4475 (license (list license:gpl2 license:gpl2+ license:lgpl2.1+))))
4476
4477 (define-public sysfsutils-1
4478 (package
4479 (inherit sysfsutils)
4480 (version "1.3.0")
4481 (source
4482 (origin
4483 (method url-fetch)
4484 (uri
4485 (string-append
4486 "mirror://sourceforge/linux-diag/sysfsutils/sysfsutils-" version
4487 "/sysfsutils-" version ".tar.gz"))
4488 (sha256
4489 (base32 "0kdhs07fm8263pxwd5blwn2x211cg4fk63fyf9ijcdkvzmwxrqq3"))
4490 (modules '((guix build utils)))
4491 (snippet
4492 '(begin
4493 (substitute* "Makefile.in"
4494 (("includedir = /usr/include/sysfs")
4495 "includedir = @includedir@"))
4496 (substitute* "configure"
4497 (("includedir='(\\$\\{prefix\\}/include)'" all orig)
4498 (string-append "includedir='" orig "/sysfs'")))
4499 #t))))
4500 (synopsis "System utilities based on Linux sysfs (version 1.x)")))
4501
4502 (define-public cpufrequtils
4503 (package
4504 (name "cpufrequtils")
4505 (version "0.3")
4506 (source
4507 (origin
4508 (method url-fetch)
4509 (uri (string-append "mirror://kernel.org/linux/utils/kernel/cpufreq/"
4510 "cpufrequtils-" version ".tar.gz"))
4511 (sha256
4512 (base32 "0qfqv7nqmjfr3p0bwrdlxkiqwqr7vmx053cadaa548ybqbghxmvm"))
4513 (patches (search-patches "cpufrequtils-fix-aclocal.patch"))))
4514 (build-system gnu-build-system)
4515 (native-inputs
4516 `(("sysfsutils" ,sysfsutils-1)))
4517 (arguments
4518 '(#:make-flags (list (string-append "LDFLAGS=-Wl,-rpath="
4519 (assoc-ref %outputs "out") "/lib"))))
4520 (home-page "https://www.kernel.org/pub/linux/utils/kernel/cpufreq/")
4521 (synopsis "Utilities to get and set CPU frequency on Linux")
4522 (description
4523 "The cpufrequtils suite contains utilities to retrieve CPU frequency
4524 information, and set the CPU frequency if supported, using the cpufreq
4525 capabilities of the Linux kernel.")
4526 (license license:gpl2)))
4527
4528 (define-public libraw1394
4529 (package
4530 (name "libraw1394")
4531 (version "2.1.2")
4532 (source (origin
4533 (method url-fetch)
4534 (uri (string-append
4535 "mirror://kernel.org/linux/libs/ieee1394/"
4536 name "-" version ".tar.xz"))
4537 (sha256
4538 (base32
4539 "0pm5b415j1qdzyw38wdv8h7ff4yx20831z1727mpsb6jc6bwdk03"))))
4540 (build-system gnu-build-system)
4541 (home-page "https://ieee1394.wiki.kernel.org/index.php/Main_Page")
4542 (synopsis "Interface library for the Linux IEEE1394 drivers")
4543 (description
4544 "Libraw1394 is the only supported interface to the kernel side raw1394 of
4545 the Linux IEEE-1394 subsystem, which provides direct access to the connected
4546 1394 buses to user space. Through libraw1394/raw1394, applications can directly
4547 send to and receive from other nodes without requiring a kernel driver for the
4548 protocol in question.")
4549 (license license:lgpl2.1+)))
4550
4551 (define-public libavc1394
4552 (package
4553 (name "libavc1394")
4554 (version "0.5.4")
4555 (source (origin
4556 (method url-fetch)
4557 (uri (string-append "mirror://sourceforge/libavc1394/libavc1394/"
4558 name "-" version ".tar.gz"))
4559 (sha256
4560 (base32
4561 "0lsv46jdqvdx5hx92v0z2cz3yh6212pz9gk0k3513sbaa04zzcbw"))))
4562 (build-system gnu-build-system)
4563 (native-inputs
4564 `(("pkg-config" ,pkg-config)))
4565 (propagated-inputs
4566 `(("libraw1394" ,libraw1394))) ; required by libavc1394.pc
4567 (home-page "https://sourceforge.net/projects/libavc1394/")
4568 (synopsis "AV/C protocol library for IEEE 1394")
4569 (description
4570 "Libavc1394 is a programming interface to the AV/C specification from
4571 the 1394 Trade Association. AV/C stands for Audio/Video Control.")
4572 (license license:lgpl2.1+)))
4573
4574 (define-public libiec61883
4575 (package
4576 (name "libiec61883")
4577 (version "1.2.0")
4578 (source (origin
4579 (method url-fetch)
4580 (uri (string-append
4581 "mirror://kernel.org/linux/libs/ieee1394/"
4582 name "-" version ".tar.xz"))
4583 (sha256
4584 (base32
4585 "17ph458zya2l8dr2xwqnzy195qd9swrir31g78qkgb3g4xz2rq6i"))))
4586 (build-system gnu-build-system)
4587 (native-inputs
4588 `(("pkg-config" ,pkg-config)))
4589 (propagated-inputs
4590 `(("libraw1394" ,libraw1394))) ; required by libiec61883.pc
4591 (home-page "https://ieee1394.wiki.kernel.org/index.php/Main_Page")
4592 (synopsis "Isochronous streaming media library for IEEE 1394")
4593 (description
4594 "The libiec61883 library provides a higher level API for streaming DV,
4595 MPEG-2 and audio over Linux IEEE 1394.")
4596 (license license:lgpl2.1+)))
4597
4598 (define-public mdadm
4599 (package
4600 (name "mdadm")
4601 (version "4.1")
4602 (source (origin
4603 (method url-fetch)
4604 (uri (string-append
4605 "mirror://kernel.org/linux/utils/raid/mdadm/mdadm-"
4606 version ".tar.xz"))
4607 (sha256
4608 (base32
4609 "0jjgjgqijpdp7ijh8slzzjjw690kydb1jjadf0x5ilq85628hxmb"))))
4610 (build-system gnu-build-system)
4611 (inputs
4612 `(("udev" ,eudev)))
4613 (arguments
4614 `(#:make-flags (let ((out (assoc-ref %outputs "out")))
4615 (list ,(string-append "CC=" (cc-for-target))
4616 "INSTALL=install"
4617 "CHECK_RUN_DIR=0"
4618 ;; TODO: tell it where to find 'sendmail'
4619 ;; (string-append "MAILCMD=" <???> "/sbin/sendmail")
4620 (string-append "BINDIR=" out "/sbin")
4621 (string-append "MANDIR=" out "/share/man")
4622 (string-append "UDEVDIR=" out "/lib/udev")))
4623 #:phases
4624 (modify-phases %standard-phases
4625 (add-before 'build 'patch-program-paths
4626 (lambda* (#:key native-inputs inputs #:allow-other-keys)
4627 (let ((coreutils (assoc-ref (or native-inputs inputs)
4628 "coreutils")))
4629 (substitute* "udev-md-raid-arrays.rules"
4630 (("/usr/bin/(readlink|basename)" all program)
4631 (string-append coreutils "/bin/" program))))
4632 #t))
4633 (add-before 'build 'remove-W-error
4634 (lambda _
4635 ;; We cannot build with -Werror on i686 due to a
4636 ;; 'sign-compare' warning in util.c.
4637 (substitute* "Makefile"
4638 (("-Werror") ""))
4639 #t))
4640 (delete 'configure))
4641 ;;tests must be done as root
4642 #:tests? #f))
4643 (supported-systems (delete "i586-gnu" %supported-systems))
4644 (home-page "http://neil.brown.name/blog/mdadm")
4645 (synopsis "Tool for managing Linux Software RAID arrays")
4646 (description
4647 "mdadm is a tool for managing Linux Software RAID arrays. It can create,
4648 assemble, report on, and monitor arrays. It can also move spares between raid
4649 arrays when needed.")
4650 (license license:gpl2+)))
4651
4652 (define-public mdadm-static
4653 (package
4654 (inherit mdadm)
4655 (name "mdadm-static")
4656 (arguments
4657 (substitute-keyword-arguments (package-arguments mdadm)
4658 ((#:make-flags flags)
4659 `(cons "LDFLAGS = -static" ,flags))
4660 ((#:phases phases)
4661 `(modify-phases ,phases
4662 (add-after 'install 'remove-cruft
4663 (lambda* (#:key outputs #:allow-other-keys)
4664 (let* ((out (assoc-ref outputs "out"))
4665 (precious? (lambda (file)
4666 (member file '("." ".." "sbin"))))
4667 (directories (scandir out (negate precious?))))
4668 (with-directory-excursion out
4669 (for-each delete-file-recursively directories)
4670 (remove-store-references "sbin/mdadm")
4671 (delete-file "sbin/mdmon")
4672 #t))))))
4673 ((#:modules modules %gnu-build-system-modules)
4674 `((ice-9 ftw) ,@modules))
4675 ((#:strip-flags _ '())
4676 ''("--strip-all")) ;strip a few extra KiB
4677 ((#:allowed-references _ '("out"))
4678 '("out")))) ;refer only self
4679 (synopsis "Statically-linked 'mdadm' command for use in an initrd")))
4680
4681 (define-public multipath-tools
4682 (package
4683 (name "multipath-tools")
4684 (version "0.8.5")
4685 (source (origin
4686 (method git-fetch)
4687 (uri (git-reference
4688 (url "https://git.opensvc.com/multipath-tools/.git")
4689 (commit version)))
4690 (file-name (git-file-name name version))
4691 (sha256
4692 (base32
4693 "0gipg0z79h76j0f449cx4wcrfsv69ravjlpphsac11h302g3nrvg"))
4694 (modules '((guix build utils)))
4695 (snippet
4696 '(begin
4697 ;; Drop bundled valgrind headers.
4698 (delete-file-recursively "third-party")
4699 (substitute* '("multipathd/main.c"
4700 "libmultipath/debug.c")
4701 (("#include \"../third-party/")
4702 "#include \""))
4703 #t))))
4704 (build-system gnu-build-system)
4705 (arguments
4706 '(#:test-target "test"
4707 #:parallel-build? #f ;XXX: broken in 0.8.4
4708 #:make-flags (list "CC=gcc"
4709 (string-append "DESTDIR="
4710 (assoc-ref %outputs "out"))
4711 ;; Install Udev rules below this directory, relative
4712 ;; to the prefix.
4713 "SYSTEMDPATH=lib"
4714 (string-append "LDFLAGS=-Wl,-rpath="
4715 (assoc-ref %outputs "out")
4716 "/lib"))
4717 #:phases
4718 (modify-phases %standard-phases
4719 (add-after 'unpack 'patch-source
4720 (lambda* (#:key inputs #:allow-other-keys)
4721 (let ((lvm2 (assoc-ref inputs "lvm2"))
4722 (udev (assoc-ref inputs "udev")))
4723 (substitute* "Makefile.inc"
4724 (("\\$\\(prefix\\)/usr") "$(prefix)")
4725 ;; Do not save timestamp to avoid gzip "timestamp
4726 ;; out-of-range" warnings.
4727 (("gzip -9") "gzip -9n"))
4728 (substitute* '("kpartx/Makefile" "libmultipath/Makefile")
4729 (("/usr/include/libdevmapper.h")
4730 (string-append lvm2 "/include/libdevmapper.h"))
4731 (("/usr/include/libudev.h")
4732 (string-append udev "/include/libudev.h")))
4733 #t)))
4734 (add-after 'unpack 'fix-maybe-uninitialized-variable
4735 (lambda _
4736 ;; This variable gets initialized later if needed, but GCC 7
4737 ;; fails to notice. Should be fixed for > 0.8.4.
4738 ;; https://www.redhat.com/archives/dm-devel/2020-March/msg00137.html
4739 (substitute* "libmultipath/structs_vec.c"
4740 (("bool is_queueing;")
4741 "bool is_queueing = false;"))
4742 #t))
4743 (add-after 'unpack 'fix-linking-tests
4744 (lambda _
4745 ;; Add missing linker flag for -lmpathcmd. This should be fixed
4746 ;; for versions > 0.8.4.
4747 (substitute* "tests/Makefile"
4748 (("-lmultipath -lcmocka")
4749 "-lmultipath -L$(mpathcmddir) -lmpathcmd -lcmocka"))
4750 #t))
4751 (add-after 'unpack 'skip-failing-tests
4752 (lambda _
4753 ;; This test and the module's setup() test an arbitrary block
4754 ;; device node name, but the build environment has none.
4755 (substitute* "tests/devt.c"
4756 (("return get_one_devt.*") "return 0;\n")
4757 (("cmocka_unit_test\\(test_devt2devname_devt_good\\),") ""))
4758 ;; The above triggers -Werror=unused-function. Ignore it.
4759 (substitute* "tests/Makefile"
4760 (("CFLAGS \\+= " match)
4761 (string-append match "-Wno-error=unused-function ")))
4762 #t))
4763 (delete 'configure)))) ; no configure script
4764 (native-inputs
4765 `(("perl" ,perl)
4766 ("pkg-config" ,pkg-config)
4767 ("valgrind" ,valgrind)
4768
4769 ;; For tests.
4770 ("cmocka" ,cmocka)))
4771 (inputs
4772 `(("json-c" ,json-c)
4773 ("libaio" ,libaio)
4774 ("liburcu" ,liburcu)
4775 ("lvm2" ,lvm2)
4776 ("readline" ,readline)
4777 ("udev" ,eudev)))
4778 (home-page "http://christophe.varoqui.free.fr/")
4779 (synopsis "Access block devices through multiple paths")
4780 (description
4781 "This package provides the following binaries to drive the
4782 Linux Device Mapper multipathing driver:
4783 @enumerate
4784 @item @command{multipath} - Device mapper target autoconfig.
4785 @item @command{multipathd} - Multipath daemon.
4786 @item @command{mpathpersist} - Manages SCSI persistent reservations on
4787 @code{dm} multipath devices.
4788 @item @command{kpartx} - Create device maps from partition tables.
4789 @end enumerate")
4790 (license (list license:gpl2+ ; main distribution
4791 license:lgpl2.0+)))) ; libmpathcmd/mpath_cmd.h
4792
4793 (define-public libaio
4794 (package
4795 (name "libaio")
4796 (version "0.3.112")
4797 (source (origin
4798 (method url-fetch)
4799 (uri (list
4800 (string-append "https://releases.pagure.org/libaio/"
4801 name "-" version ".tar.gz")))
4802 (sha256
4803 (base32
4804 "14mlqdapjqq1dhpkdgy5z83mvsaz36fcxca7a4z6hinmr7r6415b"))))
4805 (build-system gnu-build-system)
4806 (arguments
4807 `(#:make-flags
4808 (let ((target ,(%current-target-system)))
4809 (list (string-append "prefix=" %output)
4810 (string-append
4811 "CC=" (if target
4812 (string-append (assoc-ref %build-inputs "cross-gcc")
4813 "/bin/" target "-gcc")
4814 "gcc"))))
4815 #:test-target "partcheck" ; need root for a full 'check'
4816 #:phases
4817 (modify-phases %standard-phases (delete 'configure)))) ; no configure script
4818 (home-page "https://pagure.io/libaio")
4819 (synopsis "Linux-native asynchronous I/O access library")
4820 (description
4821 "This library enables userspace to use Linux kernel asynchronous I/O
4822 system calls, important for the performance of databases and other advanced
4823 applications.")
4824 (license license:lgpl2.1+)))
4825
4826 (define-public blktrace
4827 ;; Take a newer commit to get the fix for CVE-2018-10689.
4828 (let ((commit "db4f6340e04716285ea56fe26d76381c3adabe58")
4829 (revision "1"))
4830 (package
4831 (name "blktrace")
4832 (version (git-version "1.2.0" revision commit))
4833 (home-page
4834 "https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git")
4835 (source (origin
4836 (method git-fetch)
4837 (uri (git-reference
4838 (url home-page)
4839 (commit commit)))
4840 (sha256
4841 (base32 "0ah7xn4qnx09k6bm39p69av7d0c8cl6863drv6a1nf914sq1kpgp"))
4842 (file-name (git-file-name name version))))
4843 (build-system gnu-build-system)
4844 (arguments
4845 `(#:make-flags
4846 (list ,(string-append "CC=" (cc-for-target))
4847 (string-append "prefix=" %output))
4848 #:tests? #f ; no tests
4849 #:phases
4850 (modify-phases %standard-phases
4851 (delete 'configure) ; no configure script
4852 (add-after 'unpack 'fix-gnuplot-path
4853 (lambda* (#:key inputs #:allow-other-keys)
4854 (let ((gnuplot (assoc-ref inputs "gnuplot")))
4855 (substitute* "btt/bno_plot.py"
4856 (("gnuplot %s")
4857 (string-append gnuplot "/bin/gnuplot %s")))
4858 #t))))))
4859 (inputs
4860 `(("libaio" ,libaio)
4861 ("gnuplot" ,gnuplot)
4862 ("python" ,python-wrapper))) ;for 'bno_plot.py'
4863 (synopsis "Block layer IO tracing mechanism")
4864 (description "Blktrace is a block layer IO tracing mechanism which provides
4865 detailed information about request queue operations to user space. It extracts
4866 event traces from the kernel (via the relaying through the debug file system).")
4867 (license license:gpl2))))
4868
4869 (define-public sbc
4870 (package
4871 (name "sbc")
4872 (version "1.5")
4873 (source (origin
4874 (method url-fetch)
4875 (uri (string-append "mirror://kernel.org/linux/bluetooth/sbc-"
4876 version ".tar.xz"))
4877 (patches (search-patches "sbc-fix-build-non-x86.patch"))
4878 (sha256
4879 (base32
4880 "1liig5856crb331dps18mp0s13zbkv7yh007zqhq97m94fcddfhc"))))
4881 (build-system gnu-build-system)
4882 (inputs
4883 `(("libsndfile" ,libsndfile)))
4884 (native-inputs
4885 `(("pkg-config" ,pkg-config)))
4886 (home-page "https://www.kernel.org/pub/linux/bluetooth/")
4887 (synopsis "Bluetooth subband audio codec")
4888 (description
4889 "The SBC is a digital audio encoder and decoder used to transfer data to
4890 Bluetooth audio output devices like headphones or loudspeakers.")
4891 (license license:gpl2+)))
4892
4893 (define-public bluez
4894 (package
4895 (name "bluez")
4896 (version "5.55")
4897 (source (origin
4898 (method url-fetch)
4899 (uri (string-append
4900 "mirror://kernel.org/linux/bluetooth/bluez-"
4901 version ".tar.xz"))
4902 (sha256
4903 (base32
4904 "124v9s4y1s7s6klx5vlmzpk1jlr4x84ch7r7scm7x2f42dqp2qw8"))))
4905 (build-system gnu-build-system)
4906 (arguments
4907 `(#:configure-flags
4908 (let ((out (assoc-ref %outputs "out")))
4909 (list "--sysconfdir=/etc"
4910 "--localstatedir=/var"
4911 "--enable-library"
4912 "--disable-systemd"
4913 ;; TODO: is this needed? Not installed by default since 5.55.
4914 "--enable-hid2hci"
4915 ;; Install dbus/udev files to the correct location.
4916 (string-append "--with-dbusconfdir=" out "/etc")
4917 (string-append "--with-udevdir=" out "/lib/udev")))
4918 #:phases
4919 (modify-phases %standard-phases
4920 ;; Test unit/test-gatt fails unpredictably. Seems to be a timing
4921 ;; issue (discussion on upstream mailing list:
4922 ;; https://marc.info/?t=149578476300002&r=1&w=2)
4923 (add-before 'check 'skip-wonky-test
4924 (lambda _
4925 (substitute* "unit/test-gatt.c"
4926 (("tester_init\\(&argc, &argv\\);") "return 77;"))
4927 #t))
4928 (add-after 'install 'post-install
4929 (lambda* (#:key inputs outputs #:allow-other-keys)
4930 (let* ((out (assoc-ref outputs "out"))
4931 (servicedir (string-append out "/share/dbus-1/services"))
4932 (service "obexd/src/org.bluez.obex.service")
4933 (rule (string-append
4934 out "/lib/udev/rules.d/97-hid2hci.rules")))
4935 ;; Install the obex dbus service file.
4936 (substitute* service
4937 (("/bin/false")
4938 (string-append out "/libexec/bluetooth/obexd")))
4939 (install-file service servicedir)
4940 ;; Fix paths in the udev rule.
4941 (substitute* rule
4942 (("hid2hci --method")
4943 (string-append out "/lib/udev/hid2hci --method"))
4944 (("/sbin/udevadm")
4945 (string-append (assoc-ref inputs "eudev") "/bin/udevadm")))
4946 #t))))))
4947 (native-inputs
4948 `(("pkg-config" ,pkg-config)
4949 ("gettext" ,gettext-minimal)))
4950 (inputs
4951 `(("glib" ,glib)
4952 ("dbus" ,dbus)
4953 ("eudev" ,eudev)
4954 ("libical" ,libical)
4955 ("readline" ,readline)))
4956 (home-page "http://www.bluez.org/")
4957 (synopsis "Linux Bluetooth protocol stack")
4958 (description
4959 "BlueZ provides support for the core Bluetooth layers and protocols. It
4960 is flexible, efficient and uses a modular implementation.")
4961 (license license:gpl2+)))
4962
4963 (define-public fuse-exfat
4964 (package
4965 (name "fuse-exfat")
4966 (version "1.3.0")
4967 (source (origin
4968 (method url-fetch)
4969 (uri (string-append
4970 "https://github.com/relan/exfat/releases/download/v"
4971 version "/" name "-" version ".tar.gz"))
4972 (sha256
4973 (base32
4974 "1lz00q8g4590mrdqmf13ba1s9zrqq645ymgm5p9y99ad0qv22r87"))))
4975 (build-system gnu-build-system)
4976 (native-inputs
4977 `(("pkg-config" ,pkg-config)))
4978 (inputs
4979 `(("fuse" ,fuse)))
4980 (home-page "https://github.com/relan/exfat")
4981 (synopsis "Mount exFAT file systems")
4982 (description
4983 "This package provides a FUSE-based file system that provides read and
4984 write access to exFAT devices.")
4985 (license license:gpl2+)))
4986
4987 (define-public fuseiso
4988 (package
4989 (name "fuseiso")
4990 (version "20070708")
4991 (source (origin
4992 (method url-fetch)
4993 (uri (string-append "mirror://sourceforge/fuseiso/fuseiso/"
4994 version "/fuseiso-" version ".tar.bz2"))
4995 (sha256
4996 (base32
4997 "127xql52dcdhmh7s5m9xc6q39jdlj3zhbjar1j821kb6gl3jw94b"))))
4998 (build-system gnu-build-system)
4999 (native-inputs
5000 `(("pkg-config" ,pkg-config)))
5001 (inputs
5002 `(("fuse" ,fuse)
5003 ("glib" ,glib)
5004 ("zlib" ,zlib)))
5005 (home-page "https://sourceforge.net/projects/fuseiso/")
5006 (synopsis "Mount ISO file system images")
5007 (description
5008 "FuseISO is a FUSE module to mount ISO file system images (.iso, .nrg,
5009 .bin, .mdf and .img files). It supports plain ISO9660 Level 1 and 2, Rock
5010 Ridge, Joliet, and zisofs.")
5011 (license license:gpl2)))
5012
5013 (define-public gpm
5014 (package
5015 (name "gpm")
5016 (version "1.20.7")
5017 (source (origin
5018 (method url-fetch)
5019 (uri (string-append
5020 "https://www.nico.schottelius.org/software/gpm/archives/"
5021 "gpm-" version ".tar.bz2"))
5022 (patches (search-patches "gpm-glibc-2.26.patch"))
5023 (sha256
5024 (base32
5025 "13d426a8h403ckpc8zyf7s2p5rql0lqbg2bv0454x0pvgbfbf4gh"))))
5026 (build-system gnu-build-system)
5027 (arguments
5028 '(#:phases (modify-phases %standard-phases
5029 (replace 'bootstrap
5030 (lambda _
5031 ;; The tarball was not generated with 'make dist' so we
5032 ;; need to bootstrap things ourselves.
5033 (substitute* "autogen.sh"
5034 (("/bin/sh") (which "sh")))
5035 (invoke "./autogen.sh")
5036 (patch-makefile-SHELL "Makefile.include.in")
5037 #t)))
5038
5039 ;; Make sure programs find libgpm.so.
5040 #:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
5041 (assoc-ref %outputs "out")
5042 "/lib"))))
5043 (native-inputs
5044 `(("texinfo" ,texinfo)
5045 ("bison" ,bison)
5046 ("flex" ,flex)
5047 ("autoconf" ,autoconf)
5048 ("automake" ,automake)
5049 ("libtool" ,libtool)))
5050 (home-page "https://www.nico.schottelius.org/software/gpm/")
5051 (synopsis "Mouse support for the Linux console")
5052 (description
5053 "The GPM (general-purpose mouse) daemon is a mouse server for
5054 applications running on the Linux console. It allows users to select items
5055 and copy/paste text in the console and in xterm.")
5056 (license license:gpl2+)))
5057
5058 (define-public btrfs-progs
5059 (package
5060 (name "btrfs-progs")
5061 (version "5.11")
5062 (source (origin
5063 (method url-fetch)
5064 (uri (string-append "mirror://kernel.org/linux/kernel/"
5065 "people/kdave/btrfs-progs/"
5066 "btrfs-progs-v" version ".tar.xz"))
5067 (sha256
5068 (base32
5069 "0dq1ryji9hmq10zbyk083lp9r212524a3naai47whq11m6q626fl"))))
5070 (build-system gnu-build-system)
5071 (outputs '("out"
5072 "static")) ; static versions of the binaries in "out"
5073 (arguments
5074 '(#:phases (modify-phases %standard-phases
5075 (add-after 'unpack 'patch-makefile
5076 (lambda* (#:key outputs #:allow-other-keys)
5077 (substitute* "Makefile"
5078 (("\\$\\(DESTDIR\\)\\$\\(udevruledir\\)")
5079 (string-append (assoc-ref outputs "out")
5080 "/lib/udev/rules.d")))
5081 #t))
5082 (add-after 'build 'build-static
5083 (lambda _ (invoke "make" "static")))
5084 (add-after 'install 'install-bash-completion
5085 (lambda* (#:key outputs #:allow-other-keys)
5086 (let* ((out (assoc-ref outputs "out"))
5087 (bashcomp (string-append out "/etc/bash_completion.d")))
5088 (mkdir-p bashcomp)
5089 (copy-file "btrfs-completion"
5090 (string-append bashcomp "/btrfs"))
5091 #t)))
5092 (add-after 'install 'install-static
5093 (let ((staticbin (string-append (assoc-ref %outputs "static")
5094 "/bin")))
5095 (lambda _
5096 (invoke "make"
5097 (string-append "bindir=" staticbin)
5098 "install-static")))))
5099 #:tests? #f ; XXX: require the 'btrfs' kernel module.
5100 #:test-target "test"
5101 #:parallel-tests? #f)) ; tests fail when run in parallel
5102 (inputs `(("e2fsprogs" ,e2fsprogs) ; for btrfs-convert
5103 ("lzo" ,lzo)
5104 ("util-linux:lib" ,util-linux "lib") ;for libblkid and libuuid
5105 ("util-linux:static" ,util-linux "static") ;ditto
5106 ("zlib" ,zlib)
5107 ("zlib:static" ,zlib "static")
5108 ("zstd" ,zstd "lib")
5109 ("zstd:static" ,zstd "static")))
5110 (native-inputs `(("pkg-config" ,pkg-config)
5111 ("asciidoc" ,asciidoc)
5112 ("python" ,python)
5113 ("xmlto" ,xmlto)
5114 ;; For building documentation.
5115 ("libxml2" ,libxml2)
5116 ("docbook-xsl" ,docbook-xsl)
5117 ;; For tests.
5118 ("acl" ,acl)
5119 ("which" ,which)
5120 ("dmsetup" ,lvm2)
5121 ("udevadm" ,eudev)
5122 ;; The tests need 'grep' with perl regexp support.
5123 ("grep" ,grep)))
5124 (home-page "https://btrfs.wiki.kernel.org/index.php/Main_Page")
5125 (synopsis "Create and manage btrfs copy-on-write file systems")
5126 (description "Btrfs is a @dfn{copy-on-write} (CoW) file system for Linux
5127 aimed at implementing advanced features while focusing on fault tolerance,
5128 repair and easy administration.")
5129 ;; GPL2+: crc32.c, radix-tree.c, raid6.c, rbtree.c.
5130 ;; GPL2: Everything else.
5131 (license (list license:gpl2 license:gpl2+))))
5132
5133 (define-public btrfs-progs/static
5134 (package
5135 (name "btrfs-progs-static")
5136 (version (package-version btrfs-progs))
5137 (source #f)
5138 (build-system trivial-build-system)
5139 (inputs
5140 `(("btrfs-progs:static" ,btrfs-progs "static")))
5141 (arguments
5142 `(#:modules ((guix build utils))
5143 #:builder
5144 (begin
5145 (use-modules (guix build utils)
5146 (ice-9 ftw)
5147 (srfi srfi-26))
5148
5149 (let* ((btrfs (assoc-ref %build-inputs "btrfs-progs:static"))
5150 (out (assoc-ref %outputs "out"))
5151 (source (string-append btrfs "/bin/btrfs.static"))
5152 (target (string-append out "/bin/btrfs")))
5153 (mkdir-p (dirname target))
5154 (copy-file source target)
5155 (remove-store-references target)
5156 (chmod target #o555)
5157 #t))))
5158 (home-page (package-home-page btrfs-progs))
5159 (synopsis "Statically-linked btrfs command from btrfs-progs")
5160 (description "This package provides the statically-linked @command{btrfs}
5161 from the btrfs-progs package. It is meant to be used in initrds.")
5162 (license (package-license btrfs-progs))))
5163
5164 (define-public cramfs-tools
5165 (package
5166 (name "cramfs-tools")
5167 (home-page "https://github.com/npitre/cramfs-tools")
5168 (version "2.1")
5169 (source (origin
5170 (method git-fetch)
5171 (uri (git-reference
5172 (url home-page)
5173 (commit (string-append "v" version))))
5174 (sha256
5175 (base32 "183rfqqyzx52q0vxicdgf0p984idh3rqkvzfb93gjvyzfhc15c0p"))
5176 (file-name (git-file-name name version))))
5177 (build-system gnu-build-system)
5178 (arguments
5179 '(#:tests? #f ; No tests.
5180 #:phases
5181 (modify-phases %standard-phases
5182 (delete 'configure)
5183 (replace 'install
5184 (lambda* (#:key outputs #:allow-other-keys)
5185 (let ((out (assoc-ref outputs "out")))
5186 (install-file "mkcramfs" (string-append out "/sbin"))
5187 (install-file "cramfsck" (string-append out "/sbin")))
5188 #t)))))
5189 (inputs
5190 `(("zlib" ,zlib)))
5191 (synopsis "Tools to manage Cramfs file systems")
5192 (description "Cramfs is a Linux file system designed to be simple, small,
5193 and to compress things well. It is used on a number of embedded systems and
5194 small devices. This version has additional features such as uncompressed
5195 blocks and random block placement.")
5196 (license license:gpl2+)))
5197
5198 (define-public compsize
5199 (package
5200 (name "compsize")
5201 (version "1.5")
5202 (home-page "https://github.com/kilobyte/compsize")
5203 (source (origin
5204 (method git-fetch)
5205 (uri (git-reference
5206 (url home-page)
5207 (commit (string-append "v" version))))
5208 (sha256
5209 (base32 "0vqnrwgpv6pc1yjl0g4gl71xyl6v0xl3pyqjanjpwps73c53azir"))
5210 (file-name (git-file-name name version))))
5211 (build-system gnu-build-system)
5212 (inputs
5213 `(("btrfs-progs" ,btrfs-progs)))
5214 (arguments
5215 `(#:tests? #f ; No tests.
5216 #:make-flags
5217 (list (string-append "CC=" ,(cc-for-target)))
5218 #:phases
5219 (modify-phases %standard-phases
5220 (delete 'configure)
5221 (replace 'install
5222 (lambda* (#:key outputs #:allow-other-keys)
5223 (let ((out (assoc-ref outputs "out")))
5224 (install-file "compsize" (string-append out "/bin"))
5225 (install-file "compsize.8" (string-append out "/share/man/man8"))))))))
5226 (synopsis "Find compression type/ratio on Btrfs files")
5227 (description "@command{compsize} takes a list of files (given as
5228 arguments) on a Btrfs file system and measures used compression types and
5229 effective compression ratio, producing a report.
5230
5231 A directory has no extents but has a (recursive) list of files. A non-regular
5232 file is silently ignored.
5233
5234 As it makes no sense to talk about compression ratio of a partial extent,
5235 every referenced extent is counted whole, exactly once -- no matter if you use
5236 only a few bytes of a 1GB extent or reflink it a thousand times. Thus, the
5237 uncompressed size will not match the number given by @command{tar} or
5238 @command{du}. On the other hand, the space used should be accurate (although
5239 obviously it can be shared with files outside our set).")
5240 (license license:gpl2+)))
5241
5242 (define-public f2fs-tools-1.7
5243 (package
5244 (name "f2fs-tools")
5245 (version "1.7.0")
5246 (source (origin
5247 (method url-fetch)
5248 (uri (string-append
5249 "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
5250 "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
5251 (sha256
5252 (base32
5253 "1m6bn1ibq0p53m0n97il91xqgjgn2pzlz74lb5bfzassx7159m1k"))))
5254
5255 (build-system gnu-build-system)
5256 (arguments
5257 `(#:phases
5258 (modify-phases %standard-phases
5259 (add-after 'install 'install-headers
5260 (lambda* (#:key outputs #:allow-other-keys)
5261 (let* ((out (assoc-ref outputs "out"))
5262 (out-include (string-append out "/include")))
5263 (install-file "include/f2fs_fs.h" out-include)
5264 (install-file "mkfs/f2fs_format_utils.h" out-include)
5265 #t))))))
5266 (native-inputs
5267 `(("autoconf" ,autoconf)
5268 ("automake" ,automake)
5269 ("libtool" ,libtool)
5270 ("pkg-config" ,pkg-config)))
5271 (inputs
5272 `(("libuuid" ,util-linux "lib")
5273 ("libselinux" ,libselinux)))
5274 (home-page "https://f2fs.wiki.kernel.org/")
5275 (synopsis "Userland tools for f2fs")
5276 (description
5277 "F2FS, the Flash-Friendly File System, is a modern file system
5278 designed to be fast and durable on flash devices such as solid-state
5279 disks and SD cards. This package provides the userland utilities.")
5280 ;; The formatting utility, libf2fs and include/f2fs_fs.h is dual
5281 ;; GPL2/LGPL2.1, everything else is GPL2 only. See 'COPYING'.
5282 (license (list license:gpl2 license:lgpl2.1))))
5283
5284 (define-public f2fs-tools
5285 (package
5286 (inherit f2fs-tools-1.7)
5287 (name "f2fs-tools")
5288 (version "1.14.0")
5289 (source (origin
5290 (method url-fetch)
5291 (uri (string-append
5292 "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
5293 "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
5294 (sha256
5295 (base32
5296 "1lab1446c78xsjwhpki7s85z4171m8p9279c8yhm4882wba674k1"))))
5297 (inputs
5298 `(("libuuid" ,util-linux "lib")))))
5299
5300 (define-public f2fs-tools/static
5301 (static-package
5302 (package
5303 (inherit f2fs-tools)
5304 (name "f2fs-tools-static")
5305 (arguments
5306 `(#:configure-flags
5307 (let ((libuuid-static (assoc-ref %build-inputs "libuuid:static"))
5308 (libuuid (assoc-ref %build-inputs "libuuid")))
5309 (list
5310 (string-append "libuuid_CFLAGS=-I" libuuid "/include/uuid")
5311 (string-append "libuuid_LIBS=-L" libuuid-static "/lib -luuid")
5312 (string-append "libblkid_CFLAGS=-I" libuuid "/include/uuid "
5313 "-I" libuuid "/include/blkid")
5314 (string-append "libblkid_LIBS=-L" libuuid-static "/lib -lblkid")))
5315 #:disallowed-references (,util-linux)
5316 #:phases
5317 (modify-phases %standard-phases ; TODO: f2fs phases.
5318 (add-after 'unpack 'make-static
5319 (lambda _
5320 (define (append-to-file name body)
5321 (let ((file (open-file name "a")))
5322 (display body file)
5323 (close-port file)))
5324 (append-to-file "mkfs/Makefile.am" "\nmkfs_f2fs_LDFLAGS = -all-static\n")
5325 (append-to-file "fsck/Makefile.am" "\nfsck_f2fs_LDFLAGS = -all-static\n")
5326 (append-to-file "tools/Makefile.am" "\nf2fscrypt_LDFLAGS = -all-static -luuid\n")
5327 #t))
5328 (add-after 'install 'remove-store-references
5329 (lambda* (#:key outputs #:allow-other-keys)
5330 ;; Work around bug in our util-linux.
5331 ;; <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41019>.
5332 (remove-store-references (string-append (assoc-ref outputs "out")
5333 "/sbin/mkfs.f2fs"))
5334 #t)))))
5335 (inputs
5336 `(("libuuid:static" ,util-linux "static")
5337 ("libuuid" ,util-linux "lib")))))) ; for include files
5338
5339 (define-public f2fs-fsck/static
5340 (package
5341 (name "f2fs-fsck-static")
5342 (version (package-version f2fs-tools/static))
5343 (source #f)
5344 (build-system trivial-build-system)
5345 (arguments
5346 `(#:modules ((guix build utils))
5347 #:builder
5348 (begin
5349 (use-modules (guix build utils)
5350 (ice-9 ftw)
5351 (srfi srfi-26))
5352 (let* ((f2fs-tools (assoc-ref %build-inputs "f2fs-tools-static"))
5353 (fsck "fsck.f2fs")
5354 (out (assoc-ref %outputs "out"))
5355 (sbin (string-append out "/sbin")))
5356 (mkdir-p sbin)
5357 (with-directory-excursion sbin
5358 (install-file (string-append f2fs-tools "/sbin/" fsck)
5359 ".")
5360 (remove-store-references fsck)
5361 (chmod fsck #o555))
5362 #t))))
5363 (inputs
5364 `(("f2fs-tools-static" ,f2fs-tools/static)))
5365 (home-page (package-home-page f2fs-tools/static))
5366 (synopsis "Statically-linked fsck.f2fs command from f2fs-tools")
5367 (description "This package provides statically-linked fsck.f2fs command taken
5368 from the f2fs-tools package. It is meant to be used in initrds.")
5369 (license (package-license f2fs-tools/static))))
5370
5371 (define-public freefall
5372 (package
5373 (name "freefall")
5374 (version (package-version linux-libre))
5375 (source (package-source linux-libre))
5376 (build-system gnu-build-system)
5377 (arguments
5378 '(#:phases (modify-phases %standard-phases
5379 (add-after 'unpack 'enter-subdirectory
5380 (lambda _
5381 (chdir "tools/laptop/freefall")
5382 #t))
5383 (delete 'configure)
5384 (add-before 'build 'increase-timeout
5385 (lambda _
5386 ;; The default of 2 seconds is too low: it assumes an
5387 ;; open lid and AC power without actually checking.
5388 (substitute* "freefall.c"
5389 (("alarm\\(2\\)") "alarm(5)"))
5390 #t)))
5391 #:make-flags (list (string-append "PREFIX="
5392 (assoc-ref %outputs "out"))
5393 "CC=gcc")
5394 #:tests? #f)) ;no tests
5395 (home-page (package-home-page linux-libre))
5396 (synopsis "Free-fall protection for spinning laptop hard drives")
5397 (description
5398 "Prevents shock damage to the internal spinning hard drive(s) of some
5399 HP and Dell laptops. When sudden movement is detected, all input/output
5400 operations on the drive are suspended and its heads are parked on the ramp,
5401 where they are less likely to cause damage to the spinning disc. Requires a
5402 drive that supports the ATA/ATAPI-7 IDLE IMMEDIATE command with unload
5403 feature, and a laptop with an accelerometer. It has no effect on SSDs.")
5404 (license license:gpl2)))
5405
5406 (define-public thinkfan
5407 (package
5408 (name "thinkfan")
5409 (version "1.2.1")
5410 (source
5411 (origin
5412 (method git-fetch)
5413 (uri (git-reference
5414 (url "https://github.com/vmatare/thinkfan")
5415 (commit version)))
5416 (file-name (git-file-name name version))
5417 (sha256
5418 (base32 "18vgm5w5pjnpipa34j4x87q10695w2jnqwvc2f027afy7mnzw7kz"))))
5419 (build-system cmake-build-system)
5420 (arguments
5421 `(#:modules ((guix build cmake-build-system)
5422 (guix build utils)
5423 (srfi srfi-26))
5424 #:tests? #f ; no test target
5425 #:configure-flags
5426 ;; Enable reading temperatures from hard disks via S.M.A.R.T.
5427 ;; Upstream ‘defaults to OFF because libatasmart seems to be horribly
5428 ;; inefficient’.
5429 `("-DUSE_ATASMART:BOOL=ON")
5430 #:phases
5431 (modify-phases %standard-phases
5432 (add-after 'unpack 'create-init-scripts
5433 ;; CMakeLists.txt relies on build-time symptoms of OpenRC and
5434 ;; systemd to patch and install their service files. Fake their
5435 ;; presence rather than duplicating the build system below. Leave
5436 ;; things like ‘/bin/kill’ because they're not worth a dependency.
5437 ;; The sysvinit needs manual patching, but since upstream doesn't
5438 ;; even provide the option to install it: don't.
5439 (lambda* (#:key outputs #:allow-other-keys)
5440 (let* ((out (assoc-ref outputs "out"))
5441 (share (string-append out "/share/" ,name)))
5442 (substitute* "CMakeLists.txt"
5443 (("pkg_check_modules\\((OPENRC|SYSTEMD) .*" _ package)
5444 (format #f "option(~a_FOUND \"Faked\" ON)\n" package))
5445 ;; That was easy! Now we just need to fix the destinations.
5446 (("/etc" directory)
5447 (string-append out directory)))
5448 #t))))))
5449 (native-inputs
5450 `(("pkg-config" ,pkg-config)))
5451 (inputs
5452 `(("libatasmart" ,libatasmart)
5453 ("yaml-cpp" ,yaml-cpp)))
5454 (home-page "https://github.com/vmatare/thinkfan")
5455 (synopsis "Simple fan control program")
5456 (description
5457 "Thinkfan is a simple fan control program. It reads temperatures,
5458 checks them against configured limits and switches to appropriate (also
5459 pre-configured) fan level. It requires a working @code{thinkpad_acpi} or any
5460 other @code{hwmon} driver that enables temperature reading and fan control
5461 from userspace.")
5462 (license license:gpl3+)))
5463
5464 (define-public tpacpi-bat
5465 (package
5466 (name "tpacpi-bat")
5467 (version "3.1")
5468 (source
5469 (origin
5470 (method git-fetch)
5471 (uri (git-reference
5472 (url "https://github.com/teleshoes/tpacpi-bat")
5473 (commit (string-append "v" version))))
5474 (file-name (git-file-name name version))
5475 (sha256
5476 (base32 "0wbaz34z99gqx721alh5vmpxpj2yxg3x9m8jqyivfi1wfpwc2nd5"))))
5477 (build-system gnu-build-system)
5478 (arguments
5479 `(#:tests? #f ; no test target
5480 #:phases
5481 (modify-phases %standard-phases
5482 (add-after 'unpack 'refer-to-inputs
5483 (lambda _
5484 (substitute* "tpacpi-bat"
5485 (("cat ")
5486 (format #f "~a " (which "cat")))
5487 ;; tpacpi-bat modprobes the acpi_call kernel module if it's not
5488 ;; loaded. That's the administrator's prerogative; disable it.
5489 (("system \"(modprobe .*)\"" _ match)
5490 (format #f "die \"Please run ‘~a’ first.\\n\"" match)))
5491 #t))
5492 (delete 'configure) ; nothing to configure
5493 (delete 'build) ; nothing to build
5494 (replace 'install
5495 (lambda* (#:key outputs #:allow-other-keys)
5496 (let* ((out (assoc-ref outputs "out"))
5497 (bin (string-append out "/bin"))
5498 (doc (string-append out "/share/doc/" ,name "-" ,version)))
5499 (install-file "tpacpi-bat" bin)
5500
5501 ;; There's no man page. Install other forms of documentation.
5502 (for-each (lambda (file)
5503 (let ((target (string-append doc "/" file)))
5504 (mkdir-p (dirname target))
5505 (copy-recursively file target)))
5506 (list "battery_asl" "examples" "README.md"))
5507 #t))))))
5508 (inputs
5509 `(("perl" ,perl)))
5510 (home-page "https://github.com/teleshoes/tpacpi-bat")
5511 (synopsis "ThinkPad battery charge controller")
5512 (description
5513 "Tpacpi-bat is a command-line interface to control battery charging on
5514 @uref{https://github.com/teleshoes/tpacpi-bat/wiki/Supported-Hardware, Lenovo
5515 ThinkPad models released after 2011}, starting with the xx20 series. It can
5516 query and set the thresholds at which one or both batteries will start and stop
5517 charging, inhibit charging batteries for a set period of time, or force them to
5518 discharge when they otherwise would not.
5519
5520 This tool merely exposes ACPI calls provided by the @code{acpi_call} Linux
5521 kernel module provided by the @code{acpi-call-linux-module} package, which must
5522 be installed and loaded separately. Only the original vendor firmware is
5523 supported.")
5524 (license license:gpl3+)))
5525
5526 (define-public tmon
5527 (package
5528 (name "tmon")
5529 ;; Tmon's ‘VERSION = 1.0’ hasn't been touched since 2013; the code has.
5530 (version (package-version linux-libre))
5531 (source (package-source linux-libre))
5532 (build-system gnu-build-system)
5533 (arguments
5534 `(#:tests? #f ; no test suite
5535 #:make-flags
5536 (list (string-append "CC=" ,(cc-for-target))
5537 (string-append "INSTALL_ROOT=" (assoc-ref %outputs "out"))
5538 "BINDIR=bin")
5539 #:phases
5540 (modify-phases %standard-phases
5541 (add-after 'unpack 'enter-subdirectory
5542 (lambda _
5543 (chdir "tools/thermal/tmon")
5544 #t))
5545 (add-after 'install 'install-man-page
5546 (lambda* (#:key outputs #:allow-other-keys)
5547 (let* ((out (assoc-ref outputs "out"))
5548 (man8 (string-append out "/share/man/man8")))
5549 (install-file "tmon.8" man8)
5550 #t)))
5551 (delete 'configure)))) ; no configure script
5552 (inputs
5553 `(("ncurses" ,ncurses)))
5554 (home-page (package-home-page linux-libre))
5555 (synopsis "Monitor and test the Linux thermal subsystem in real time")
5556 (description
5557 "Tmon is a tool to interact with the complex thermal subsystem of the
5558 kernel Linux. It helps visualize thermal relationships and real-time thermal
5559 data, tune and test cooling devices and sensors, and collect thermal data for
5560 further analysis.
5561
5562 As computers become smaller and more thermally constrained, more sensors are
5563 added and new cooling capabilities introduced. Thermal relationships can change
5564 dynamically. Their complexity grows exponentially among cooling devices, zones,
5565 sensors, and trip points.
5566
5567 Linux exposes this relationship through @file{/sys/class/thermal} with a matrix
5568 of symbolic links, trip point bindings, and device instances. To traverse it
5569 by hand is no trivial task: @command{tmon} aims to make it understandable.")
5570 (license (list license:gpl2 ; the man page
5571 license:gpl2+)))) ; the actual rest
5572
5573 (define-public turbostat
5574 (package
5575 (name "turbostat")
5576 ;; XXX turbostat reports a version like ‘20.09.30’ but using it here would
5577 ;; make it harder to benefit from ‘free’ linux-libre package updates.
5578 (version (package-version linux-libre))
5579 (source (package-source linux-libre))
5580 (build-system gnu-build-system)
5581 (arguments
5582 `(#:tests? #f ; no test suite
5583 #:make-flags
5584 (list (string-append "CC=" ,(cc-for-target))
5585 (string-append "PREFIX=" (assoc-ref %outputs "out")))
5586 #:phases
5587 (modify-phases %standard-phases
5588 (add-after 'unpack 'enter-subdirectory
5589 (lambda _
5590 (chdir "tools/power/x86/turbostat")
5591 #t))
5592 (delete 'configure)))) ; no configure script
5593 (inputs
5594 `(("libcap" ,libcap)))
5595 (supported-systems '("i686-linux" "x86_64-linux"))
5596 (home-page (package-home-page linux-libre))
5597 (synopsis "Report x86 processor frequency and idle statistics")
5598 (description
5599 "Turbostat reports x86 processor topology, frequency, idle power state
5600 statistics, temperature, and power consumption. Some information is unavailable
5601 on older processors.
5602
5603 It can be used to identify machines that are inefficient in terms of power usage
5604 or idle time, report the rate of @acronym{SMI, system management interrupt}s
5605 occurring on the system, or verify the effects of power management tuning.
5606
5607 @command{turbostat} reads hardware counters but doesn't write to them, so it
5608 won't interfere with the OS or other running processes---including multiple
5609 invocations of itself.")
5610 (license license:gpl2)))
5611
5612 (define-public ntfs-3g
5613 (package
5614 (name "ntfs-3g")
5615 (version "2017.3.23")
5616 (source (origin
5617 (method url-fetch)
5618 (uri (string-append "https://tuxera.com/opensource/"
5619 "ntfs-3g_ntfsprogs-" version ".tgz"))
5620 (patches (search-patches "ntfs-3g-CVE-2019-9755.patch"))
5621 (sha256
5622 (base32
5623 "1mb228p80hv97pgk3myyvgp975r9mxq56c6bdn1n24kngcfh4niy"))
5624 (modules '((guix build utils)))
5625 (snippet '(begin
5626 ;; Install under $prefix.
5627 (substitute* '("src/Makefile.in" "ntfsprogs/Makefile.in")
5628 (("/sbin")
5629 "@sbindir@"))
5630 #t))))
5631 (build-system gnu-build-system)
5632 (inputs `(("util-linux" ,util-linux)
5633 ("fuse" ,fuse))) ;libuuid
5634 (native-inputs `(("pkg-config" ,pkg-config)))
5635 (arguments
5636 '(#:configure-flags (list "--disable-static"
5637 "--exec-prefix=${prefix}"
5638 "--with-fuse=external" ;use our own FUSE
5639 "--enable-mount-helper"
5640 "--enable-posix-acls"
5641 "--enable-xattr-mappings")
5642 #:phases
5643 (modify-phases %standard-phases
5644 ;; If users install ntfs-3g, they probably want to make it the
5645 ;; default driver as well, so we opt for sensible defaults and link
5646 ;; mount.ntfs to mount.ntfs-3g. (libmount tries to run mount.ntfs to
5647 ;; mount NTFS file systems.)
5648 (add-after 'install 'install-link
5649 (lambda* (#:key outputs #:allow-other-keys)
5650 (let* ((out (assoc-ref outputs "out"))
5651 (sbin (string-append out "/sbin")))
5652 (symlink "mount.ntfs-3g"
5653 (string-append sbin "/mount.ntfs")))
5654 #t)))))
5655 (home-page "https://www.tuxera.com/community/open-source-ntfs-3g/")
5656 (synopsis "Read-write access to NTFS file systems")
5657 (description
5658 "NTFS-3G provides read-write access to NTFS file systems, which are
5659 commonly found on Microsoft Windows. It is implemented as a FUSE file system.
5660 The package provides additional NTFS tools.")
5661 (license license:gpl2+)))
5662
5663 (define-public rdma-core
5664 (package
5665 (name "rdma-core")
5666 (version "33.1")
5667 (source (origin
5668 (method url-fetch)
5669 (uri (string-append "https://github.com/linux-rdma/rdma-core"
5670 "/releases/download/v" version "/rdma-core-"
5671 version ".tar.gz"))
5672 (sha256
5673 (base32
5674 "1rah0v9gq9rksqd2c17nmydsxcjz178n7m2y4ricwlf5pq1b2yfi"))))
5675 (build-system cmake-build-system)
5676 (arguments
5677 `(#:tests? #f ; no tests
5678 ;; Upstream uses the "ninja" build system and encourage distros
5679 ;; to do the same for consistency.
5680 #:configure-flags (list "-GNinja"
5681
5682 (string-append "-DRST2MAN_EXECUTABLE="
5683 (assoc-ref %build-inputs
5684 "python-docutils")
5685 "/bin/rst2man.py"))
5686 #:phases
5687 (modify-phases %standard-phases
5688 (replace 'build
5689 (lambda _
5690 (invoke "ninja"
5691 "-j" (number->string (parallel-job-count)))))
5692 (replace 'install
5693 (lambda _
5694 (invoke "ninja" "install"))))))
5695 (native-inputs
5696 `(("ninja" ,ninja)
5697 ("pkg-config" ,pkg-config)
5698 ("python" ,python-wrapper)
5699 ("python-docutils" ,python-docutils))) ;for 'rst2man'
5700 (inputs
5701 `(("libnl" ,libnl)
5702 ("udev" ,eudev)))
5703 (home-page "https://github.com/linux-rdma/rdma-core")
5704 (synopsis "Utilities and libraries for working with RDMA devices")
5705 (description
5706 "This package provides userspace components for the InfiniBand
5707 subsystem of the Linux kernel. Specifically it contains userspace
5708 libraries for the following device nodes:
5709
5710 @enumerate
5711 @item @file{/dev/infiniband/uverbsX} (@code{libibverbs})
5712 @item @file{/dev/infiniband/rdma_cm} (@code{librdmacm})
5713 @item @file{/dev/infiniband/umadX} (@code{libibumad})
5714 @end enumerate
5715
5716 The following service daemons are also provided:
5717 @enumerate
5718 @item @code{srp_daemon} (for the @code{ib_srp} kernel module)
5719 @item @code{iwpmd} (for iWARP kernel providers)
5720 @item @code{ibacm} (for InfiniBand communication management assistant)
5721 @end enumerate")
5722 ;; All library code is dual licensed under GPL2 and a custom MIT
5723 ;; variant. The package also includes some components covered by
5724 ;; other licenses. Consult COPYING.md for full details.
5725 (license
5726 (list license:gpl2
5727 (license:x11-style "See COPYING.BSD_MIT in the distribution")
5728 license:bsd-2 ; Files referring to COPYING.BSD_FB
5729 license:cc0 ; most files in ccan/
5730 license:bsd-3)))) ; providers/hfi1verbs are dual GPL2/BSD-3
5731
5732 (define-public perftest
5733 (package
5734 (name "perftest")
5735 (version "4.4-0.4")
5736 (source
5737 (origin
5738 (method url-fetch)
5739 (uri (string-append "https://github.com/linux-rdma/perftest/releases/download/v"
5740 version "/perftest-" version ".g0927198.tar.gz"))
5741 (sha256
5742 (base32 "11ix4h0rrmqqyi84y55a9xnkvwsmwq0sywr46hvxzm4rqz4ma8vq"))))
5743 (build-system gnu-build-system)
5744 (arguments
5745 `(#:phases
5746 (modify-phases %standard-phases
5747 (add-after 'unpack 'patch-header-paths
5748 (lambda _
5749 (substitute* '("src/raw_ethernet_fs_rate.c"
5750 "src/raw_ethernet_resources.c"
5751 "src/raw_ethernet_resources.h"
5752 "src/raw_ethernet_send_burst_lat.c"
5753 "src/raw_ethernet_send_bw.c"
5754 "src/raw_ethernet_send_lat.c")
5755 (("/usr/include/netinet/ip.h") "netinet/ip.h"))
5756 #t)))))
5757 (inputs `(("rdma-core" ,rdma-core)))
5758 (home-page "https://github.com/linux-rdma/perftest/")
5759 (synopsis "Open Fabrics Enterprise Distribution (OFED) Performance Tests")
5760 (description "This is a collection of tests written over uverbs intended for
5761 use as a performance micro-benchmark. The tests may be used for hardware or
5762 software tuning as well as for functional testing.
5763
5764 The collection contains a set of bandwidth and latency benchmark such as:
5765 @enumerate
5766 @item Send - @code{ib_send_bw} and @code{ib_send_lat}
5767 @item RDMA Read - @code{ib_read_bw} and @code{ib_read_lat}
5768 @item RDMA Write - @code{ib_write_bw} and @code{ib_wriet_lat}
5769 @item RDMA Atomic - @code{ib_atomic_bw} and @code{ib_atomic_lat}
5770 @item Native Ethernet (when working with MOFED2) - @code{raw_ethernet_bw}, @code{raw_ethernet_lat}
5771 @end enumerate")
5772 (license license:gpl2)))
5773
5774 (define-public rng-tools
5775 (package
5776 (name "rng-tools")
5777 (home-page "https://github.com/nhorman/rng-tools")
5778 (version "6.12")
5779 (source (origin
5780 (method git-fetch)
5781 (uri (git-reference (url home-page)
5782 (commit (string-append "v" version))))
5783 (file-name (git-file-name name version))
5784 (sha256
5785 (base32
5786 "0z4j3kqh9k3zsrx6257hwh4fa51vqg79c6dnfrj6lhpcll0wh0hm"))))
5787 (build-system gnu-build-system)
5788 (arguments
5789 `(;; Disable support for various hardware entropy sources as they need
5790 ;; dependencies that are not yet in Guix, and would significantly
5791 ;; increase closure size.
5792 #:configure-flags '("--without-nistbeacon"
5793 "--without-pkcs11"
5794 "--without-rtlsdr")))
5795 (native-inputs
5796 `(("autoconf" ,autoconf)
5797 ("automake" ,automake)
5798 ("pkg-config" ,pkg-config)))
5799 (inputs
5800 `(("libsysfs" ,sysfsutils)
5801 ("openssl" ,openssl)))
5802 (synopsis "Random number generator daemon")
5803 (description
5804 "Monitor a hardware random number generator, and supply entropy
5805 from that to the system kernel's @file{/dev/random} machinery.")
5806 ;; The source package is offered under the GPL2+, but the files
5807 ;; 'rngd_rdrand.c' and 'rdrand_asm.S' are only available under the GPL2.
5808 (license (list license:gpl2 license:gpl2+))))
5809
5810 (define-public cpupower
5811 (package
5812 (name "cpupower")
5813 (version (package-version linux-libre))
5814 (source (package-source linux-libre))
5815 (build-system gnu-build-system)
5816 (arguments
5817 '(#:phases (modify-phases %standard-phases
5818 (add-after 'unpack 'enter-subdirectory
5819 (lambda _
5820 (chdir "tools/power/cpupower")
5821 #t))
5822 (delete 'configure)
5823 (add-before 'build 'fix-makefiles
5824 (lambda _
5825 (substitute* "Makefile"
5826 (("/usr/") "/")
5827 (("/bin/(install|pwd)" _ command) command))
5828 (substitute* "bench/Makefile"
5829 (("\\$\\(CC\\) -o") "$(CC) $(LDFLAGS) -o"))
5830 #t)))
5831 #:make-flags (let ((out (assoc-ref %outputs "out")))
5832 (list (string-append "DESTDIR=" out)
5833 (string-append "LDFLAGS=-Wl,-rpath=" out "/lib")
5834 "libdir=/lib"
5835 "docdir=/share/doc/cpupower"
5836 "confdir=$(docdir)/examples"
5837 ;; The Makefile recommends the following changes
5838 "DEBUG=false"
5839 "PACKAGE_BUGREPORT=bug-guix@gnu.org"))
5840 #:tests? #f)) ;no tests
5841 (native-inputs `(("gettext" ,gettext-minimal)))
5842 (inputs `(("pciutils" ,pciutils)))
5843 (home-page (package-home-page linux-libre))
5844 (synopsis "CPU frequency and voltage scaling tools for Linux")
5845 (description
5846 "cpupower is a set of user-space tools that use the cpufreq feature of the
5847 Linux kernel to retrieve and control processor features related to power saving,
5848 such as frequency and voltage scaling.")
5849 (license license:gpl2)))
5850
5851 (define-public x86-energy-perf-policy
5852 (package
5853 (name "x86-energy-perf-policy")
5854 (version (package-version linux-libre))
5855 (source (package-source linux-libre))
5856 (build-system gnu-build-system)
5857 (arguments
5858 '(#:tests? #f
5859 #:phases
5860 (modify-phases %standard-phases
5861 (add-after 'unpack 'enter-subdirectory
5862 (lambda _
5863 (chdir "tools/power/x86/x86_energy_perf_policy")
5864 #t))
5865 (delete 'configure)
5866 (add-before 'build 'fix-makefile
5867 (lambda _
5868 (substitute* "Makefile" (("/usr") ""))
5869 #t)))
5870 #:make-flags
5871 (let ((out (assoc-ref %outputs "out")))
5872 (list (string-append "DESTDIR=" out)
5873 (string-append "LDFLAGS=-Wl,-rpath=" out "/lib")))))
5874 (supported-systems '("i686-linux" "x86_64-linux"))
5875 (home-page (package-home-page linux-libre))
5876 (synopsis "Display and update Intel-CPU energy-performance policy")
5877 (description
5878 "@command{x86_energy_perf_policy} displays and updates energy-performance
5879 policy settings specific to Intel Architecture Processors. Settings are
5880 accessed via Model Specific Register (MSR) updates, no matter if the Linux
5881 cpufreq sub-system is enabled or not.")
5882 (license license:gpl2)))
5883
5884 (define-public haveged
5885 (package
5886 (name "haveged")
5887 (version "1.9.14")
5888 (source
5889 (origin
5890 (method git-fetch)
5891 (uri (git-reference
5892 (url "https://github.com/jirka-h/haveged")
5893 (commit (string-append "v" version))))
5894 (file-name (git-file-name name version))
5895 (sha256
5896 (base32 "050hmnh5s2s4mb83f4d1fk23mk27pprg840c1aagc6v1sz6x5dhq"))))
5897 (build-system gnu-build-system)
5898 (home-page "https://www.issihosts.com/haveged")
5899 (synopsis "Entropy source for the Linux random number generator")
5900 (description
5901 "haveged generates an unpredictable stream of random numbers for use by
5902 Linux's @file{/dev/random} and @file{/dev/urandom} devices. The kernel's
5903 standard mechanisms for filling the entropy pool may not be sufficient for
5904 systems with high needs or limited user interaction, such as headless servers.
5905
5906 @command{haveged} runs as a privileged daemon, harvesting randomness from the
5907 indirect effects of hardware events on hidden processor state using the
5908 @acronym{HAVEGE, HArdware Volatile Entropy Gathering and Expansion} algorithm.
5909 It tunes itself to its environment and provides the same built-in test suite
5910 for the output stream as used on certified hardware security devices.
5911
5912 The quality of the randomness produced by this algorithm has not been proven.
5913 It is recommended to run it together with another entropy source like rngd, and
5914 not as a replacement for it.")
5915 (license (list (license:non-copyleft "file://nist/mconf.h")
5916 (license:non-copyleft "file://nist/packtest.c")
5917 license:public-domain ; nist/dfft.c
5918 license:gpl3+)))) ; everything else
5919
5920 (define-public ecryptfs-utils
5921 (package
5922 (name "ecryptfs-utils")
5923 (version "111")
5924 (source
5925 (origin
5926 (method url-fetch)
5927 (uri (string-append "https://launchpad.net/ecryptfs/trunk/"
5928 version "/+download/ecryptfs-utils_"
5929 version ".orig.tar.gz"))
5930 (sha256
5931 (base32
5932 "0zwq19siiwf09h7lwa7n7mgmrr8cxifp45lmwgcfr8c1gviv6b0i"))))
5933 (build-system gnu-build-system)
5934 (arguments
5935 `(#:configure-flags (list "--disable-pywrap")
5936 #:phases
5937 (modify-phases %standard-phases
5938 (add-after 'patch-source-shebangs 'patch-hardcoded-paths
5939 (lambda* (#:key inputs outputs #:allow-other-keys)
5940 (let ((out (assoc-ref outputs "out"))
5941 (utils-linux (assoc-ref inputs "utils-linux"))
5942 (cryptsetup (assoc-ref inputs "cryptsetup"))
5943 (linux-pam (assoc-ref inputs "linux-pam"))
5944 (lvm2 (assoc-ref inputs "lvm2")))
5945 (substitute* '("src/utils/ecryptfs-mount-private"
5946 "src/utils/ecryptfs-umount-private"
5947 "src/utils/ecryptfs-setup-private"
5948 "src/utils/ecryptfs-setup-swap"
5949 "src/utils/mount.ecryptfs.c"
5950 "src/utils/umount.ecryptfs.c"
5951 "src/pam_ecryptfs/pam_ecryptfs.c"
5952 "src/desktop/ecryptfs-mount-private.desktop.in"
5953 "src/desktop/ecryptfs-setup-private.desktop.in")
5954 (("/bin/mount")
5955 (string-append utils-linux "/bin/mount"))
5956 (("/bin/umount")
5957 (string-append utils-linux "/bin/umount"))
5958 (("/sbin/mount.ecryptfs_private")
5959 (string-append out "/sbin/mount.ecryptfs_private"))
5960 (("/sbin/umount.ecryptfs_private")
5961 (string-append out "/sbin/umount.ecryptfs_private"))
5962 (("/usr/bin/ecryptfs-mount-private")
5963 (string-append out "/bin/ecryptfs-mount-private"))
5964 (("/usr/bin/ecryptfs-rewrite-file")
5965 (string-append out "/bin/ecryptfs-rewrite-file"))
5966 (("/usr/bin/ecryptfs-setup-private")
5967 (string-append out "/bin/ecryptfs-setup-private"))
5968 (("/sbin/cryptsetup")
5969 (string-append cryptsetup "/sbin/cryptsetup"))
5970 (("/sbin/unix_chkpwd")
5971 (string-append linux-pam "/sbin/unix_chkpwd"))
5972 (("/sbin/dmsetup")
5973 (string-append lvm2 "/sbin/dmsetup")))))))))
5974 (native-inputs
5975 `(("intltool" ,intltool)
5976 ("perl" ,perl) ; for pod2man
5977 ("pkg-config" ,pkg-config)))
5978 (inputs
5979 `(("keyutils" ,keyutils)
5980 ("linux-pam" ,linux-pam)
5981 ("utils-linux" ,util-linux)
5982 ("cryptsetup" ,cryptsetup)
5983 ("lvm2" ,lvm2)
5984 ("nss" ,nss)))
5985 (home-page "https://ecryptfs.org/")
5986 (synopsis "eCryptfs cryptographic file system utilities")
5987 (description
5988 "eCryptfs is a POSIX-compliant stacked cryptographic file system for Linux.
5989 Each file's cryptographic meta-data is stored inside the file itself, along
5990 with the encrypted contents. This allows individual encrypted files to be
5991 copied between hosts and still be decrypted with the proper key. eCryptfs is a
5992 native Linux file system, and has been part of the Linux kernel since version
5993 2.6.19. This package contains the userland utilities to manage it.")
5994 ;; The files src/key_mod/ecryptfs_key_mod_{openssl,pkcs11_helper,tspi}.c
5995 ;; grant additional permission to link with OpenSSL.
5996 (license license:gpl2+)))
5997
5998 (define-public libnfsidmap
5999 (package
6000 (name "libnfsidmap")
6001 (version "0.27")
6002 (source
6003 (origin
6004 (method url-fetch)
6005 (uri (string-append "https://fedorapeople.org/~steved/"
6006 name "/" version "/" name "-" version ".tar.bz2"))
6007 (sha256
6008 (base32 "0bg2bcii424mf1bnp3fssr8jszbvhdxl7wvifm1yf6g596v8b8i5"))))
6009 (build-system gnu-build-system)
6010 (arguments
6011 `(#:configure-flags (list
6012 (string-append "--with-pluginpath="
6013 (assoc-ref %outputs "out")
6014 "/lib/libnfsidmap"))))
6015 (native-inputs
6016 `(("autoconf" ,autoconf))) ; 0.27 still needs autoheader
6017 (home-page
6018 "http://www.citi.umich.edu/projects/nfsv4/crossrealm/libnfsidmap_config.html")
6019 (synopsis "NFSv4 support library for name/ID mapping")
6020 (description "Libnfsidmap is a library holding mulitiple methods of
6021 mapping names to ids and visa versa, mainly for NFSv4. It provides an
6022 extensible array of mapping functions, currently consisting of two choices:
6023 the default @code{nsswitch} and the experimental @code{umich_ldap}.")
6024 (license (license:non-copyleft "file://COPYING"
6025 "See COPYING in the distribution."))))
6026
6027 (define-public module-init-tools
6028 (package
6029 (name "module-init-tools")
6030 (version "3.16")
6031 (source (origin
6032 (method url-fetch)
6033 (uri (string-append
6034 "mirror://kernel.org/linux/utils/kernel/module-init-tools/"
6035 "module-init-tools-" version ".tar.bz2"))
6036 (sha256
6037 (base32
6038 "0jxnz9ahfic79rp93l5wxcbgh4pkv85mwnjlbv1gz3jawv5cvwp1"))
6039 (patches (search-patches "module-init-tools-moduledir.patch"))))
6040 (build-system gnu-build-system)
6041 (arguments
6042 ;; FIXME: The upstream tarball lacks man pages, and building them would
6043 ;; require DocBook & co. We used to use Gentoo's pre-built man pages,
6044 ;; but they vanished. In the meantime, fake it.
6045 '(#:phases
6046 (modify-phases %standard-phases
6047 (add-before 'configure 'fake-docbook
6048 (lambda _
6049 (substitute* "Makefile.in"
6050 (("^DOCBOOKTOMAN.*$")
6051 "DOCBOOKTOMAN = true\n"))
6052 #t)))))
6053 (home-page "https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/")
6054 (synopsis "Tools for loading and managing Linux kernel modules")
6055 (description
6056 "Tools for loading and managing Linux kernel modules, such as
6057 @code{modprobe}, @code{insmod}, @code{lsmod}, and more.")
6058 (license license:gpl2+)))
6059
6060 (define-public mcelog
6061 (package
6062 (name "mcelog")
6063 (version "175")
6064 (source
6065 (origin
6066 (method git-fetch)
6067 (uri (git-reference
6068 (url "https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git")
6069 (commit (string-append "v" version))))
6070 (file-name (git-file-name name version))
6071 (sha256
6072 (base32 "0vvrnjkh1jp7f6295syydg7lplqmcm8msdls3xyk8xfiz69xqdjz"))
6073 (modules '((guix build utils)))
6074 (snippet
6075 `(begin
6076 ;; The checkout lack a .git directory, breaking ‘git describe’.
6077 (substitute* "Makefile"
6078 (("\"unknown\"") (string-append "\"v" ,version "\"")))
6079 #t))))
6080 (build-system gnu-build-system)
6081 (arguments
6082 `(#:phases (modify-phases %standard-phases
6083 (delete 'configure)) ; no configure script
6084 #:make-flags (let ((out (assoc-ref %outputs "out")))
6085 (list (string-append "CC=" ,(cc-for-target))
6086 (string-append "prefix=" out)
6087 (string-append "DOCDIR=" out "/share/doc/"
6088 ,name "-" ,version)
6089 "etcprefix=$(DOCDIR)/examples"))
6090 ;; The tests will only run as root on certain supported CPU models.
6091 #:tests? #f))
6092 (supported-systems (list "i686-linux" "x86_64-linux"))
6093 (home-page "https://mcelog.org/")
6094 (synopsis "Machine check monitor for x86 Linux systems")
6095 (description
6096 "The mcelog daemon logs memory, I/O, CPU, and other hardware errors on x86
6097 systems running the kernel Linux. It can also perform user-defined tasks, such
6098 as bringing bad pages off-line, when configurable error thresholds are
6099 exceeded.")
6100 (license license:gpl2)))
6101
6102 (define-public mtd-utils
6103 (package
6104 (name "mtd-utils")
6105 (version "2.1.2")
6106 (source (origin
6107 (method url-fetch)
6108 (uri (string-append
6109 "ftp://ftp.infradead.org/pub/mtd-utils/"
6110 "mtd-utils-" version ".tar.bz2"))
6111 (sha256
6112 (base32
6113 "1mp9fqgnz5r69s8ly98ry6k2blqnaqpllwi8m930dm0n8zrwbm4a"))))
6114 (arguments
6115 '(#:configure-flags '("--enable-unit-tests")))
6116 (native-inputs
6117 `(("cmocka" ,cmocka)
6118 ("pkg-config" ,pkg-config)))
6119 (inputs
6120 `(("acl" ,acl) ; extended attributes (xattr)
6121 ("libuuid" ,util-linux "lib")
6122 ("lzo" ,lzo)
6123 ("openssl" ,openssl) ; optional crypto support
6124 ("zlib" ,zlib)
6125 ("zstd" ,zstd "lib")))
6126 (build-system gnu-build-system)
6127 (synopsis "MTD Flash Storage Utilities")
6128 (description "This package provides utilities for testing, partitioning, etc
6129 of flash storage.")
6130 (home-page "http://www.linux-mtd.infradead.org/")
6131 (license
6132 (list license:gpl2 ; Almost everything is gpl2 or gpl2+
6133 license:mpl1.1 ; All ftl* files
6134 license:expat)))) ; libiniparser
6135
6136 (define-public libseccomp
6137 (package
6138 (name "libseccomp")
6139 (version "2.5.1")
6140 (source (origin
6141 (method url-fetch)
6142 (uri (string-append "https://github.com/seccomp/libseccomp/"
6143 "releases/download/v" version
6144 "/libseccomp-" version ".tar.gz"))
6145 (sha256
6146 (base32
6147 "0m8dlg1v7kflcxvajs4p76p275qwsm2abbf5mfapkakp7hw7wc7f"))))
6148 (build-system gnu-build-system)
6149 (arguments
6150 '(#:configure-flags '("--disable-static")
6151 #:phases (modify-phases %standard-phases
6152 (add-before 'check 'skip-load-test
6153 (lambda _
6154 ;; This test does a native system call and fails when
6155 ;; run under QEMU user-mode emulation. Just skip it.
6156 (delete-file "tests/52-basic-load.tests")
6157 #t)))))
6158 (native-inputs
6159 `(("gperf" ,gperf)
6160 ("which" ,which)))
6161 (synopsis "Interface to Linux's seccomp syscall filtering mechanism")
6162 (description "The libseccomp library provides an easy to use, platform
6163 independent, interface to the Linux Kernel's syscall filtering mechanism. The
6164 libseccomp API is designed to abstract away the underlying BPF based syscall
6165 filter language and present a more conventional function-call based filtering
6166 interface that should be familiar to, and easily adopted by, application
6167 developers.")
6168 (home-page "https://github.com/seccomp/libseccomp")
6169 (license license:lgpl2.1)))
6170
6171 (define-public radeontop
6172 (package
6173 (name "radeontop")
6174 (version "1.3")
6175 (source
6176 (origin
6177 (method git-fetch)
6178 (uri (git-reference
6179 (url "https://github.com/clbr/radeontop")
6180 (commit (string-append "v" version))))
6181 (file-name (git-file-name name version))
6182 (sha256
6183 (base32 "0ay6vl9zsz9b2scy0fnsy482pzizj52i27syxwny4z4i9wrk2wmn"))))
6184 (build-system gnu-build-system)
6185 (arguments
6186 `(#:phases (modify-phases %standard-phases
6187 ;; getver.sh uses ‘git --describe’, isn't worth an extra git
6188 ;; dependency, and doesn't even work on release(!) tarballs.
6189 (add-after 'unpack 'report-correct-version
6190 (lambda _
6191 (substitute* "getver.sh"
6192 (("ver=unknown")
6193 (string-append "ver=" ,version)))
6194 #t))
6195 (delete 'configure)) ; no configure script
6196 #:make-flags (list "CC=gcc"
6197 (string-append "PREFIX=" %output))
6198 #:tests? #f)) ; no tests
6199 (native-inputs
6200 `(("gettext" ,gettext-minimal)
6201 ("pkg-config" ,pkg-config)))
6202 (inputs
6203 `(("libdrm" ,libdrm)
6204 ("libpciaccess" ,libpciaccess)
6205 ("libxcb" ,libxcb)
6206 ("ncurses" ,ncurses)))
6207 (home-page "https://github.com/clbr/radeontop/")
6208 (synopsis "Usage monitor for AMD Radeon graphics")
6209 (description "RadeonTop monitors resource consumption on supported AMD
6210 Radeon Graphics Processing Units (GPUs), either in real time as bar graphs on
6211 a terminal or saved to a file for further processing. It measures both the
6212 activity of the GPU as a whole, which is also accurate during OpenCL
6213 computations, as well as separate component statistics that are only meaningful
6214 under OpenGL graphics workloads.")
6215 (license license:gpl3)))
6216
6217 (define-public efivar
6218 (package
6219 (name "efivar")
6220 (version "37")
6221 (source (origin
6222 (method url-fetch)
6223 (uri (string-append "https://github.com/rhboot/" name
6224 "/releases/download/" version "/" name
6225 "-" version ".tar.bz2"))
6226 (sha256
6227 (base32
6228 "17vvfivhsrszh7q39b6npjsrhrhsjf1cmmcpp3xrh6wh7ywzwrrw"))))
6229 (build-system gnu-build-system)
6230 (arguments
6231 `(;; Tests require a UEFI system and is not detected in the chroot.
6232 #:tests? #f
6233 #:make-flags (list (string-append "prefix=" %output)
6234 (string-append "libdir=" %output "/lib")
6235 "CC_FOR_BUILD=gcc"
6236 (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
6237 #:phases
6238 (modify-phases %standard-phases
6239 (delete 'configure))))
6240 (native-inputs
6241 `(("pkg-config" ,pkg-config)))
6242 (inputs
6243 `(("popt" ,popt)))
6244 (home-page "https://github.com/rhboot/efivar")
6245 (synopsis "Tool and library to manipulate EFI variables")
6246 (description "This package provides a library and a command line
6247 interface to the variable facility of UEFI boot firmware.")
6248 (license license:lgpl2.1+)))
6249
6250 (define-public efibootmgr
6251 (package
6252 (name "efibootmgr")
6253 (version "17")
6254 (source
6255 (origin
6256 (method git-fetch)
6257 (uri (git-reference
6258 (url "https://github.com/rhinstaller/efibootmgr")
6259 (commit version)))
6260 (file-name (git-file-name name version))
6261 (sha256
6262 (base32 "1niicijxg59rsmiw3rsjwy4bvi1n42dynvm01lnp9haixdzdpq03"))
6263 (patches (search-patches "efibootmgr-remove-extra-decl.patch"))))
6264 (build-system gnu-build-system)
6265 (arguments
6266 `(#:tests? #f ;no tests
6267 #:make-flags (list (string-append "prefix=" %output)
6268 (string-append "libdir=" %output "/lib")
6269 ;; EFIDIR denotes a subdirectory relative to the
6270 ;; EFI System Partition where the loader will be
6271 ;; installed (known as OS_VENDOR in the code).
6272 ;; GRUB overrides this, as such it's only used if
6273 ;; nothing else is specified on the command line.
6274 "EFIDIR=gnu")
6275 #:phases (modify-phases %standard-phases (delete 'configure))))
6276 (native-inputs
6277 `(("pkg-config" ,pkg-config)))
6278 (inputs
6279 `(("efivar" ,efivar)
6280 ("popt" ,popt)))
6281 (home-page "https://github.com/rhinstaller/efibootmgr")
6282 (synopsis "Modify the Extensible Firmware Interface (EFI) boot manager")
6283 (description
6284 "@code{efibootmgr} is a user-space application to modify the Intel
6285 Extensible Firmware Interface (EFI) Boot Manager. This application can
6286 create and destroy boot entries, change the boot order, change the next
6287 running boot option, and more.")
6288 (license license:gpl2+)))
6289
6290 (define-public sysstat
6291 (package
6292 (name "sysstat")
6293 (version "12.4.3")
6294 (source
6295 (origin
6296 (method url-fetch)
6297 (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
6298 "sysstat-" version ".tar.xz"))
6299 (sha256
6300 (base32 "1z8bdyj92q0capbrdscwzb51bqh54ng15gpvmjmvrb2syhqj8hxf"))))
6301 (build-system gnu-build-system)
6302 (arguments
6303 `(#:tests? #f ; no test suite.
6304 ;; Without this flag, it tries to install the man pages with group 'root'
6305 ;; and fails because /etc/passwd lacks an entry for the root user.
6306 #:configure-flags
6307 (list "--disable-file-attr"
6308 (string-append "conf_dir=" (assoc-ref %outputs "out") "/etc"))
6309 #:phases
6310 (modify-phases %standard-phases
6311 ;; The build process tries to create '/var/lib/sa', so we skip that
6312 ;; instruction.
6313 (add-after 'build 'skip-touching-var
6314 (lambda _
6315 (substitute* "Makefile"
6316 (("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)")
6317 ""))
6318 #t)))))
6319 (home-page "http://sebastien.godard.pagesperso-orange.fr/")
6320 (synopsis "Performance monitoring tools for Linux")
6321 (description "The sysstat utilities are a collection of performance
6322 monitoring tools for Linux. These include @code{mpstat}, @code{iostat},
6323 @code{tapestat}, @code{cifsiostat}, @code{pidstat}, @code{sar}, @code{sadc},
6324 @code{sadf} and @code{sa}.")
6325 (license license:gpl2+)))
6326
6327 (define-public light
6328 (package
6329 (name "light")
6330 (version "1.2.2")
6331 (source
6332 (origin
6333 (method git-fetch)
6334 (uri (git-reference
6335 (url "https://github.com/haikarainen/light")
6336 (commit (string-append "v" version))))
6337 (sha256
6338 (base32 "1a70zcf88ifsnwll486aicjnh48zisdf8f7vi34ihw61kdadsq9s"))
6339 (file-name (git-file-name name version))))
6340 (build-system gnu-build-system)
6341 (arguments
6342 `(#:phases
6343 (modify-phases %standard-phases
6344 (add-after 'unpack 'patch-udev-rules-absolute-path-bins
6345 (lambda* (#:key inputs #:allow-other-keys)
6346 (substitute* "90-backlight.rules"
6347 (("/bin/chgrp") (which "chgrp"))
6348 (("/bin/chmod") (which "chmod")))
6349 #t))
6350 (add-after 'install 'install-udev-rules
6351 (lambda* (#:key outputs #:allow-other-keys)
6352 (let ((out (assoc-ref outputs "out")))
6353 (install-file
6354 "90-backlight.rules" (string-append out "/lib/udev/rules.d"))
6355 #t))))))
6356 (native-inputs
6357 `(("autoconf" ,autoconf)
6358 ("automake" ,automake)))
6359 (home-page "https://haikarainen.github.io/light/")
6360 (synopsis "GNU/Linux application to control backlights")
6361 (description
6362 "Light is a program to send commands to screen backlight controllers
6363 under GNU/Linux. Features include:
6364
6365 @itemize
6366 @item It does not rely on X.
6367 @item Light can automatically figure out the best controller to use, making
6368 full use of underlying hardware.
6369 @item It is possible to set a minimum brightness value, as some controllers
6370 set the screen to be pitch black at a value of 0 (or higher).
6371 @end itemize\n")
6372 (license license:gpl3+)))
6373
6374 (define-public brightnessctl
6375 (package
6376 (name "brightnessctl")
6377 (version "0.5.1")
6378 (home-page "https://github.com/Hummer12007/brightnessctl")
6379 (source (origin
6380 (method git-fetch)
6381 (uri (git-reference (url home-page) (commit version)))
6382 (file-name (git-file-name name version))
6383 (sha256
6384 (base32
6385 "0immxc7almmpg80n3bdn834p3nrrz7bspl2syhb04s3lawa5y2lq"))))
6386 (build-system gnu-build-system)
6387 (arguments
6388 `(#:tests? #f ; no tests
6389 #:make-flags (list (string-append "CC=" ,(cc-for-target))
6390 (string-append "PREFIX=" %output)
6391 (string-append "UDEVDIR=" %output "/lib/udev/rules.d/"))
6392 #:phases
6393 (modify-phases %standard-phases
6394 (delete 'configure)
6395 (add-after 'unpack 'adjust-udev-rules
6396 (lambda _
6397 (substitute* "90-brightnessctl.rules"
6398 (("/bin/") "/run/current-system/profile/bin/"))
6399 #t)))))
6400 (synopsis "Backlight and LED brightness control")
6401 (description
6402 "This program allows you read and control device brightness. Devices
6403 include backlight and LEDs. It can also preserve current brightness before
6404 applying the operation, such as on lid close.
6405
6406 The appropriate permissions must be set on the backlight or LED control
6407 interface in sysfs, which can be accomplished with the included udev rules.")
6408 (license license:expat)))
6409
6410 (define-public tlp
6411 (package
6412 (name "tlp")
6413 (version "1.3.1")
6414 (source
6415 (origin
6416 (method git-fetch)
6417 (uri (git-reference
6418 (url "https://github.com/linrunner/TLP")
6419 (commit version)))
6420 (file-name (git-file-name name version))
6421 (sha256
6422 (base32 "14fcnaz9pw534v4d8dddqq4wcvpf1kghr8zlrk62r5lrl46sp1p5"))))
6423 (native-inputs
6424 `(("shellcheck" ,shellcheck)))
6425 (inputs
6426 `(("bash" ,bash)
6427 ("dbus" ,dbus)
6428 ("ethtool" ,ethtool)
6429 ("eudev" ,eudev)
6430 ("grep" ,grep)
6431 ("hdparm" ,hdparm)
6432 ("inetutils" ,inetutils)
6433 ("iw" ,iw)
6434 ("kmod" ,kmod)
6435 ("pciutils" ,pciutils)
6436 ("perl" ,perl)
6437 ("rfkill" ,rfkill)
6438 ("sed" ,sed)
6439 ("usbutils" ,usbutils)
6440 ("util-linux" ,util-linux)
6441 ("wireless-tools" ,wireless-tools)
6442 ,@(if (let ((system (or (%current-target-system)
6443 (%current-system))))
6444 (or (string-prefix? "i686-" system)
6445 (string-prefix? "x86_64-" system)))
6446 `(("x86-energy-perf-policy" ,x86-energy-perf-policy))
6447 '())))
6448 (build-system gnu-build-system)
6449 (arguments
6450 ;; XXX: The full test suite is run with "checkall" but it requires
6451 ;; "checkbashisms" and "perlcritic", not yet packaged in Guix.
6452 `(#:test-target "shellcheck"
6453 #:modules ((guix build gnu-build-system)
6454 (guix build utils)
6455 (srfi srfi-1))
6456 #:phases
6457 (modify-phases %standard-phases
6458 (delete 'configure) ; no configure script
6459 (add-before 'build 'setenv
6460 (lambda* (#:key outputs #:allow-other-keys)
6461 (let ((out (assoc-ref outputs "out")))
6462 (setenv "TLP_WITH_SYSTEMD" "0")
6463 (setenv "TLP_NO_INIT" "1")
6464 (setenv "TLP_NO_PMUTILS" "1")
6465 (setenv "TLP_SBIN" (string-append out "/bin"))
6466 (setenv "TLP_BIN" (string-append out "/bin"))
6467 (setenv "TLP_TLIB" (string-append out "/share/tlp"))
6468 (setenv "TLP_FLIB" (string-append out "/share/tlp/func.d"))
6469 (setenv "TLP_ULIB" (string-append out "/lib/udev"))
6470 (setenv "TLP_CONFDEF"
6471 (string-append out "/share/tlp/defaults.conf"))
6472 (setenv "TLP_CONFDIR" (string-append out "/etc/tlp.d"))
6473 (setenv "TLP_ELOD"
6474 (string-append out "/lib/elogind/system-sleep"))
6475 (setenv "TLP_SHCPL"
6476 (string-append out "/share/bash-completion/completions"))
6477 (setenv "TLP_MAN" (string-append out "/share/man"))
6478 (setenv "TLP_META" (string-append out "/share/metainfo"))
6479 #t)))
6480 (add-before 'install 'fix-installation
6481 (lambda _
6482 ;; Stop the Makefile from trying to create system directories.
6483 (substitute* "Makefile"
6484 (("\\[ -f \\$\\(_CONFUSR\\) \\]") "#")
6485 (("install -d -m 755 \\$\\(_VAR\\)") "#"))
6486 #t))
6487 (replace 'install
6488 (lambda _ (invoke "make" "install-tlp" "install-man-tlp")))
6489 (add-after 'install 'wrap
6490 (lambda* (#:key inputs outputs #:allow-other-keys)
6491 (let* ((bin (string-append (assoc-ref outputs "out") "/bin"))
6492 (bin-files (find-files bin ".*")))
6493 (define (bin-directory input-name)
6494 (let ((p (assoc-ref inputs input-name)))
6495 (and p (string-append p "/bin"))))
6496 (define (sbin-directory input-name)
6497 (string-append (assoc-ref inputs input-name) "/sbin"))
6498 (for-each (lambda (program)
6499 (wrap-program program
6500 `("PATH" ":" prefix
6501 ,(append
6502 (filter-map bin-directory
6503 '("bash"
6504 "coreutils"
6505 "dbus"
6506 "eudev"
6507 "grep"
6508 "inetutils"
6509 "kmod"
6510 "perl"
6511 "sed"
6512 "usbutils"
6513 "util-linux"
6514 "x86-energy-perf-policy"))
6515 (filter-map sbin-directory
6516 '("ethtool"
6517 "hdparm"
6518 "iw"
6519 "pciutils"
6520 "rfkill"
6521 "wireless-tools"))))))
6522 bin-files)
6523 #t))))))
6524 (home-page "https://linrunner.de/en/tlp/tlp.html")
6525 (synopsis "Power management tool for Linux")
6526 (description "TLP is a power management tool for Linux. It comes with
6527 a default configuration already optimized for battery life. Nevertheless,
6528 TLP is customizable to fulfil system requirements. TLP settings are applied
6529 every time the power supply source is changed.")
6530 ;; 'COPYING' is a custom version that says that one file is GPLv3+ and the
6531 ;; rest is GPLv2+.
6532 (license (list license:gpl2+ license:gpl3+))))
6533
6534 (define-public lshw
6535 (package
6536 (name "lshw")
6537 (version "B.02.19.2")
6538 (source (origin
6539 (method url-fetch)
6540 (uri (string-append "https://www.ezix.org/software/"
6541 "files/lshw-" version
6542 ".tar.gz"))
6543 (sha256
6544 (base32
6545 "100gm1c6gb2hkfws22h0xhvv7nz38p49lxd1csikj8qlhyn4gcwv"))))
6546 (build-system gnu-build-system)
6547 (arguments
6548 `(#:phases (modify-phases %standard-phases (delete 'configure))
6549 #:tests? #f ; no tests
6550 #:make-flags
6551 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
6552 (synopsis "List hardware information")
6553 (description
6554 "@command{lshw} (Hardware Lister) is a small tool to provide
6555 detailed information on the hardware configuration of the machine.
6556 It can report exact memory configuration, firmware version, mainboard
6557 configuration, CPU version and speed, cache configuration, bus speed,
6558 and more on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC
6559 machines (PowerMac G4 is known to work).")
6560 (home-page "https://www.ezix.org/project/wiki/HardwareLiSter")
6561 (license license:gpl2+)))
6562
6563 (define-public libmnl
6564 (package
6565 (name "libmnl")
6566 (version "1.0.4")
6567 (source
6568 (origin
6569 (method url-fetch)
6570 (uri (string-append "mirror://netfilter.org/libmnl/"
6571 "libmnl-" version ".tar.bz2"))
6572 (sha256
6573 (base32
6574 "108zampspaalv44zn0ar9h386dlfixpd149bnxa5hsi8kxlqj7qp"))))
6575 (build-system gnu-build-system)
6576 (home-page "https://www.netfilter.org/projects/libmnl/")
6577 (synopsis "Netlink utility library")
6578 (description "Libmnl is a minimalistic user-space library oriented to
6579 Netlink developers. There are a lot of common tasks in parsing, validating,
6580 constructing of both the Netlink header and TLVs that are repetitive and easy to
6581 get wrong. This library aims to provide simple helpers that allows you to
6582 re-use code and to avoid re-inventing the wheel.")
6583 (license license:lgpl2.1+)))
6584
6585 (define-public libnftnl
6586 (package
6587 (name "libnftnl")
6588 (version "1.1.9")
6589 (source
6590 (origin
6591 (method url-fetch)
6592 (uri (string-append "mirror://netfilter.org/libnftnl/"
6593 "libnftnl-" version ".tar.bz2"))
6594 (sha256
6595 (base32 "16jbp4fs5dz2yf4c3bl1sb48x9x9wi1chv39zwmfgya1k9pimcp9"))))
6596 (build-system gnu-build-system)
6597 (native-inputs
6598 `(("pkg-config" ,pkg-config)))
6599 (inputs
6600 `(("libmnl" ,libmnl)))
6601 (home-page "https://www.netfilter.org/projects/libnftnl/index.html")
6602 (synopsis "Netlink programming interface to the Linux nf_tables subsystem")
6603 (description "Libnftnl is a userspace library providing a low-level netlink
6604 programming interface to the in-kernel nf_tables subsystem. The library
6605 libnftnl has been previously known as libnftables. This library is currently
6606 used by nftables.")
6607 (license license:gpl2+)))
6608
6609 (define-public nftables
6610 (package
6611 (name "nftables")
6612 (version "0.9.8")
6613 (source
6614 (origin
6615 (method url-fetch)
6616 (uri (list (string-append "mirror://netfilter.org/nftables/nftables-"
6617 version ".tar.bz2")
6618 (string-append "https://www.nftables.org/projects/nftables"
6619 "/files/nftables-" version ".tar.bz2")))
6620 (sha256
6621 (base32 "1r4g22grhd4s1918wws9vggb8821sv4kkj8197ygxr6sar301z30"))))
6622 (build-system gnu-build-system)
6623 (arguments `(#:configure-flags
6624 '("--disable-man-doc"))) ; FIXME: Needs docbook2x.
6625 (inputs `(("gmp" ,gmp)
6626 ("libmnl" ,libmnl)
6627 ("libnftnl" ,libnftnl)
6628 ("readline" ,readline)))
6629 (native-inputs `(("pkg-config" ,pkg-config)
6630 ("bison" ,bison)
6631 ("flex" ,flex)))
6632 (home-page "https://www.nftables.org")
6633 (synopsis "Userspace utility for Linux packet filtering")
6634 (description "nftables is the project that aims to replace the existing
6635 {ip,ip6,arp,eb}tables framework. Basically, this project provides a new packet
6636 filtering framework, a new userspace utility and also a compatibility layer for
6637 {ip,ip6}tables. nftables is built upon the building blocks of the Netfilter
6638 infrastructure such as the existing hooks, the connection tracking system, the
6639 userspace queueing component and the logging subsystem.")
6640 (license license:gpl2)))
6641
6642 (define-public proot
6643 (package
6644 (name "proot")
6645 (version "5.1.0")
6646 (source
6647 (origin
6648 (method git-fetch)
6649 (uri (git-reference
6650 (url "https://github.com/proot-me/PRoot")
6651 (commit (string-append "v" version))))
6652 (file-name (git-file-name name version))
6653 (sha256
6654 (base32 "0azsqis99gxldmbcg43girch85ysg4hwzf0h1b44bmapnsm89fbz"))
6655 (patches (search-patches "proot-test-fhs.patch"))))
6656 (build-system gnu-build-system)
6657 (arguments
6658 '(#:make-flags '("-C" "src")
6659
6660 #:phases (modify-phases %standard-phases
6661 (delete 'configure)
6662 (add-before 'build 'set-shell-file-name
6663 (lambda* (#:key inputs #:allow-other-keys)
6664 (substitute* (find-files "src" "\\.[ch]$")
6665 (("\"/bin/sh\"")
6666 (string-append "\""
6667 (assoc-ref inputs "bash")
6668 "/bin/sh\"")))
6669 #t))
6670 (add-before 'check 'fix-fhs-assumptions-in-tests
6671 (lambda _
6672 (substitute* "tests/test-c6b77b77.mk"
6673 (("/bin/bash") (which "bash"))
6674 (("/usr/bin/test") (which "test")))
6675 (substitute* '("tests/test-16573e73.c")
6676 (("/bin/([a-z-]+)" _ program)
6677 (which program)))
6678
6679 (substitute* (find-files "tests" "\\.sh$")
6680 ;; Some of the tests try to "bind-mount" /bin/true.
6681 (("-b /bin/true:")
6682 (string-append "-b " (which "true") ":"))
6683 ;; Likewise for /bin.
6684 (("-b /bin:") "-b /gnu:")
6685 ;; Others try to run /bin/sh.
6686 (("/bin/sh") (which "sh"))
6687 ;; Others assume /etc/fstab exists.
6688 (("/etc/fstab") "/etc/passwd"))
6689
6690 (substitute* "tests/GNUmakefile"
6691 (("-b /bin:") "-b /gnu:"))
6692
6693 ;; XXX: This test fails in an obscure corner case, just
6694 ;; skip it.
6695 (delete-file "tests/test-kkkkkkkk.c")
6696
6697 #t))
6698 (replace 'check
6699 (lambda _
6700 (let ((n (parallel-job-count)))
6701 ;; For some reason we get lots of segfaults with
6702 ;; seccomp support (x86_64, Linux-libre 4.11.0).
6703 (setenv "PROOT_NO_SECCOMP" "1")
6704
6705 ;; Most of the tests expect "/bin" to be in $PATH so
6706 ;; they can run things that live in $ROOTFS/bin.
6707 (setenv "PATH"
6708 (string-append (getenv "PATH") ":/bin"))
6709
6710 (invoke "make" "check" "-C" "tests"
6711 ;;"V=1"
6712 "-j" (number->string n)))))
6713 (replace 'install
6714 (lambda* (#:key outputs #:allow-other-keys)
6715 ;; The 'install' rule does nearly nothing.
6716 (let* ((out (assoc-ref outputs "out"))
6717 (man1 (string-append out "/share/man/man1")))
6718 ;; TODO: 'make install-care' (does not even
6719 ;; build currently.)
6720 (invoke "make" "-C" "src" "install"
6721 (string-append "PREFIX=" out))
6722
6723 (mkdir-p man1)
6724 (copy-file "doc/proot/man.1"
6725 (string-append man1 "/proot.1"))
6726 #t))))))
6727 (native-inputs `(("which" ,which)
6728
6729 ;; For 'mcookie', used by some of the tests.
6730 ("util-linux" ,util-linux)
6731
6732 ;; XXX: Choose the old coreutils because its 'stat'
6733 ;; program does not use statx(2) when running 'stat -c
6734 ;; %a' or similar, which PRoot doesn't properly support.
6735 ("coreutils-old" ,coreutils-8.30)
6736
6737 ;; XXX: 'test-c6b77b77.sh' runs 'make' and that leads
6738 ;; make 4.3 to segfault.
6739 ("make-old" ,gnu-make-4.2)))
6740 (inputs `(("talloc" ,talloc)))
6741 (home-page "https://github.com/proot-me/PRoot")
6742 (synopsis "Unprivileged chroot, bind mount, and binfmt_misc")
6743 (description
6744 "PRoot is a user-space implementation of @code{chroot}, @code{mount --bind},
6745 and @code{binfmt_misc}. This means that users don't need any privileges or
6746 setup to do things like using an arbitrary directory as the new root
6747 file system, making files accessible somewhere else in the file system
6748 hierarchy, or executing programs built for another CPU architecture
6749 transparently through QEMU user-mode. Also, developers can use PRoot as a
6750 generic process instrumentation engine thanks to its extension mechanism.
6751 Technically PRoot relies on @code{ptrace}, an unprivileged system-call
6752 available in the kernel Linux.")
6753 (license license:gpl2+)))
6754
6755 (define-public proot-static
6756 (package
6757 (inherit proot)
6758 (name "proot-static")
6759 (synopsis
6760 "Unprivileged chroot, bind mount, and binfmt_misc (statically linked)")
6761 (inputs `(("talloc" ,talloc/static)))
6762 (arguments
6763 (substitute-keyword-arguments (package-arguments proot)
6764 ((#:make-flags flags)
6765 `(cons "LDFLAGS = -ltalloc -static -static-libgcc" ,flags))
6766 ((#:phases phases)
6767 `(modify-phases ,phases
6768 (add-after 'strip 'remove-store-references
6769 (lambda* (#:key outputs #:allow-other-keys)
6770 (let* ((out (assoc-ref outputs "out")))
6771 (with-directory-excursion out
6772 (remove-store-references "bin/proot")
6773 #t))))))
6774 ((#:allowed-references _ '("out"))
6775 '("out"))))))
6776
6777 (define-public cpuid
6778 (package
6779 (name "cpuid")
6780 (version "20201006")
6781 (source (origin
6782 (method url-fetch)
6783 (uri (string-append "http://www.etallen.com/cpuid/cpuid-"
6784 version ".src.tar.gz"))
6785 (sha256
6786 (base32
6787 "19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k"))))
6788 (build-system gnu-build-system)
6789 (arguments
6790 `(#:make-flags
6791 (list (string-append "CC=" ,(cc-for-target)))
6792 #:tests? #f ; no tests
6793 #:phases (modify-phases %standard-phases
6794 (delete 'configure) ; no configure script
6795 (add-before 'install 'fix-makefile
6796 (lambda* (#:key outputs #:allow-other-keys)
6797 (substitute* "Makefile"
6798 (("\\$\\(BUILDROOT\\)/usr") (assoc-ref outputs "out")))
6799 ;; Make the compressed manpages writable so that the
6800 ;; reset-gzip-timestamps phase does not error out.
6801 (substitute* "Makefile"
6802 (("-m 444") "-m 644"))
6803 #t)))))
6804 (inputs `(("perl" ,perl)))
6805 (supported-systems '("i686-linux" "x86_64-linux"))
6806 (home-page "http://www.etallen.com/cpuid.html")
6807 (synopsis "Linux tool to dump x86 CPUID information about the CPU(s)")
6808 (description "cpuid dumps detailed information about the CPU(s) gathered
6809 from the CPUID instruction, and also determines the exact model of CPU(s). It
6810 supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC,
6811 NexGen, Rise, and SiS CPUs.")
6812 (license license:gpl2+)))
6813
6814 (define-public jmtpfs
6815 (package
6816 (name "jmtpfs")
6817 (version "0.5")
6818 (source
6819 (origin
6820 (method git-fetch)
6821 (uri (git-reference
6822 (url "https://github.com/JasonFerrara/jmtpfs")
6823 (commit (string-append "v" version))))
6824 (file-name (git-file-name name version))
6825 (sha256
6826 (base32
6827 "1pm68agkhrwgrplrfrnbwdcvx5lrivdmqw8pb5gdmm3xppnryji1"))))
6828 (build-system gnu-build-system)
6829 (inputs
6830 `(("file" ,file)
6831 ("fuse" ,fuse)
6832 ("libmtp" ,libmtp)))
6833 (native-inputs
6834 `(("pkg-config" ,pkg-config)))
6835 (home-page "https://github.com/JasonFerrara/jmtpfs")
6836 (synopsis "Use a FUSE file system to access data over MTP")
6837 (description "jmtpfs uses FUSE (file system in userspace) to provide access
6838 to data over the Media Transfer Protocol (MTP). Unprivileged users can mount
6839 the MTP device as a file system.")
6840 (license license:gpl3)))
6841
6842 (define-public procenv
6843 (package
6844 (name "procenv")
6845 (version "0.51")
6846 (source
6847 (origin
6848 (method git-fetch)
6849 (uri (git-reference
6850 (url "https://github.com/jamesodhunt/procenv")
6851 (commit version)))
6852 (file-name (git-file-name name version))
6853 (sha256
6854 (base32 "1ilrsw1rc85w29mkbkmm5n5w427gapv43yrjzvkb4kc9xhscgdjn"))))
6855 (build-system gnu-build-system)
6856 (arguments `(#:configure-flags '("--disable-silent-rules")))
6857 (native-inputs
6858 `(("pkg-config" ,pkg-config)
6859
6860 ;; For tests.
6861 ("check" ,check)
6862 ("groff" ,groff)))
6863 (inputs
6864 `(("expat" ,expat)
6865 ("libcap" ,libcap)
6866 ("libselinux" ,libselinux)))
6867 (synopsis "Utility to show process environment")
6868 (description "Procenv is a command-line tool that displays as much detail about
6869 itself and its environment as possible. It can be used as a test
6870 tool, to understand the type of environment a process runs in, and for
6871 comparing system environments.")
6872 (home-page "https://github.com/jamesodhunt/procenv/")
6873 (license license:gpl3+)))
6874
6875 (define-public libfabric
6876 (package
6877 (name "libfabric")
6878 (version "1.11.2")
6879 (source
6880 (origin
6881 (method url-fetch)
6882 (uri
6883 (string-append "https://github.com/ofiwg/libfabric/releases/download/v"
6884 version "/libfabric-" version ".tar.bz2"))
6885 (sha256
6886 (base32 "1nnpfkwxhim2nqjkb1vwrb4wj4j3l6w6yvvy69fqam2snlhshazz"))))
6887 (build-system gnu-build-system)
6888 (inputs `(("rdma-core" ,rdma-core)
6889 ,@(match (%current-system)
6890 ((member (package-supported-systems psm))
6891 `(("psm" ,psm)))
6892 (_ `()))
6893 ("libnl" ,libnl)))
6894 (home-page "https://ofiwg.github.io/libfabric/")
6895 (synopsis "Open Fabric Interfaces")
6896 (description
6897 "OpenFabrics Interfaces (OFI) is a framework focused on exporting fabric
6898 communication services to applications. OFI is best described as a collection
6899 of libraries and applications used to export fabric services. The key
6900 components of OFI are: application interfaces, provider libraries, kernel
6901 services, daemons, and test applications.
6902
6903 Libfabric is a core component of OFI. It is the library that defines and
6904 exports the user-space API of OFI, and is typically the only software that
6905 applications deal with directly. It works in conjunction with provider
6906 libraries, which are often integrated directly into libfabric.")
6907 (license (list license:bsd-2 license:gpl2)))) ;dual
6908
6909 (define-public psm
6910 (package
6911 (name "psm")
6912 (version "3.3.20170428")
6913 (home-page "https://github.com/intel/psm")
6914 (source
6915 (origin
6916 (method git-fetch)
6917 (uri (git-reference (url home-page)
6918 (commit "604758e76dc31e68d1de736ccf5ddf16cb22355b")))
6919 (file-name (string-append "psm-" version ".tar.gz"))
6920 (sha256
6921 (base32 "0nsb325dmhn5ia3d2cnksqr0gdvrrx2hmvlylfgvmaqdpq76zm85"))
6922 (patches (search-patches
6923 "psm-arch.patch" ; uname -p returns "unknown" on Debian 9
6924 "psm-ldflags.patch" ; build shared lib with LDFLAGS
6925 "psm-repro.patch" ; reproducibility
6926 "psm-disable-memory-stats.patch"))))
6927 (build-system gnu-build-system)
6928 (outputs '("out" "debug"))
6929 (inputs `(("libuuid" ,util-linux "lib")))
6930 (arguments
6931 '(#:make-flags `("PSM_USE_SYS_UUID=1" "CC=gcc" "WERROR="
6932 ,(string-append "INSTALL_PREFIX=" %output)
6933 ,(string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
6934 #:tests? #f
6935 #:phases (modify-phases %standard-phases
6936 (delete 'configure)
6937 (add-after 'unpack 'patch-/usr/include
6938 (lambda _
6939 (substitute* "Makefile"
6940 (("\\$\\{DESTDIR}/usr/include")
6941 (string-append %output "/include")))
6942 (substitute* "Makefile"
6943 (("/lib64") "/lib"))
6944 #t))
6945 (add-after 'unpack 'patch-sysmacros
6946 (lambda _
6947 (substitute* "ipath/ipath_proto.c"
6948 (("#include <sys/poll.h>" m)
6949 (string-append m "\n"
6950 "#include <sys/sysmacros.h>")))
6951 #t)))))
6952 (synopsis "Intel Performance Scaled Messaging (PSM) Libraries")
6953 (description
6954 "The PSM Messaging API, or PSM API, is Intel's low-level user-level
6955 communications interface for the True Scale family of products. PSM users are
6956 enabled with mechanisms necessary to implement higher level communications
6957 interfaces in parallel environments.")
6958 ;; Only Intel-compatable processors are supported.
6959 (supported-systems '("i686-linux" "x86_64-linux"))
6960 (license (list license:bsd-2 license:gpl2)))) ;dual
6961
6962 (define-public snapscreenshot
6963 (package
6964 (name "snapscreenshot")
6965 (version "1.0.14.3")
6966 (source
6967 (origin
6968 (method url-fetch)
6969 (uri (string-append "http://bisqwit.iki.fi/src/arch/"
6970 name "-" version ".tar.bz2"))
6971 (sha256
6972 (base32 "0gzvqsbf6a2sbd1mqvj1lbm57i2bm5k0cr6ncr821d1f32gw03mk"))))
6973 (build-system gnu-build-system)
6974 (arguments
6975 `(#:make-flags
6976 (let ((out (assoc-ref %outputs "out")))
6977 (list (string-append "BINDIR=" out "/bin")
6978 (string-append "MANDIR=" out "/share/man")))
6979 #:tests? #f ; no test suite
6980 #:phases
6981 (modify-phases %standard-phases
6982 (delete 'configure) ; ./configure is a snarky no-op
6983 (add-before 'install 'fix-ownership
6984 ;; Install binaries owned by ‘root’ instead of the nonexistent ‘bin’.
6985 (lambda _
6986 (substitute* "depfun.mak"
6987 ((" -o bin -g bin ") " "))
6988 #t))
6989 (add-before 'install 'create-output-directories
6990 (lambda* (#:key outputs #:allow-other-keys)
6991 (let ((out (assoc-ref outputs "out")))
6992 (mkdir-p (string-append out "/share/man/man1"))
6993 #t))))))
6994 (home-page "https://bisqwit.iki.fi/source/snapscreenshot.html")
6995 (synopsis "Take screenshots of one or more Linux text consoles")
6996 (description
6997 "snapscreenshot saves a screenshot of one or more Linux text consoles as a
6998 Targa (@dfn{.tga}) image. It can be used by anyone with read access to the
6999 relevant @file{/dev/vcs*} file(s).")
7000 (license license:gpl2)))
7001
7002 (define-public fbcat
7003 (package
7004 (name "fbcat")
7005 (version "0.5.1")
7006 (source
7007 (origin
7008 (method url-fetch)
7009 (uri (string-append "https://github.com/jwilk/fbcat/releases/download/"
7010 version "/" name "-" version ".tar.gz"))
7011 (sha256
7012 (base32 "0pj9hxmwhbz6kmd7847yx2jh1scl9l25zgndyi8s9vlzdkq2q8d7"))))
7013 (build-system gnu-build-system)
7014 (inputs
7015 ;; The ‘fbgrab’ wrapper can use one of several PPM-to-PNG converters. We
7016 ;; choose netpbm simply because it's the smallest. It still adds ~94 MiB
7017 ;; to an otherwise tiny package, so we put ‘fbgrab’ in its own output.
7018 `(("pnmtopng" ,netpbm)))
7019 (outputs (list "out" "fbgrab"))
7020 (arguments
7021 `(#:make-flags
7022 (list "CC=gcc"
7023 (string-append "PREFIX=" (assoc-ref %outputs "out")))
7024 #:tests? #f ; no tests
7025 #:phases
7026 (modify-phases %standard-phases
7027 (delete 'configure) ; no configure script
7028 (add-after 'build 'qualify-references
7029 (lambda* (#:key inputs outputs #:allow-other-keys)
7030 (let* ((pnmtopng (assoc-ref inputs "pnmtopng"))
7031 (out (assoc-ref outputs "out")))
7032 (substitute* "fbgrab"
7033 (("fbcat" all)
7034 (string-append out "/bin/" all))
7035 (("pnmtopng" all)
7036 (string-append pnmtopng "/bin/" all)))
7037 #t)))
7038 (add-after 'install 'split-fbgrab-output
7039 (lambda* (#:key outputs #:allow-other-keys)
7040 (let* ((out (assoc-ref outputs "out"))
7041 (out:fbgrab (assoc-ref outputs "fbgrab")))
7042 (for-each (lambda (file)
7043 (let ((old (string-append out "/" file))
7044 (new (string-append out:fbgrab "/" file)))
7045 (mkdir-p (dirname new))
7046 (rename-file old new)))
7047 (list "bin/fbgrab"
7048 "share/man/man1/fbgrab.1"))
7049 #t))))))
7050 (home-page "https://jwilk.net/software/fbcat")
7051 (synopsis "Take a screenshot of the contents of the Linux framebuffer")
7052 (description
7053 "fbcat saves the contents of the Linux framebuffer (@file{/dev/fb*}), or
7054 a dump therof. It supports a wide range of drivers and pixel formats.
7055 @command{fbcat} can take screenshots of virtually any application that can be
7056 made to write its output to the framebuffer, including (but not limited to)
7057 text-mode or graphical applications that don't use a display server.
7058
7059 Also included is @command{fbgrab}, a wrapper around @command{fbcat} that
7060 emulates the behaviour of Gunnar Monell's older fbgrab utility.")
7061 (license license:gpl2)))
7062
7063 (define-public libcgroup
7064 (package
7065 (name "libcgroup")
7066 (version "0.41")
7067 (source
7068 (origin
7069 (method url-fetch)
7070 (uri (string-append
7071 "mirror://sourceforge/libcg/" name "/"
7072 version "/" name "-" version ".tar.bz2"))
7073 (sha256
7074 (base32 "0lgvyq37gq84sk30sg18admxaj0j0p5dq3bl6g74a1ppgvf8pqz4"))))
7075 (build-system gnu-build-system)
7076 (arguments
7077 `(#:tests? #f))
7078 (native-inputs
7079 `(("bison" ,bison)
7080 ("flex" ,flex)))
7081 (inputs
7082 `(("linux-pam" ,linux-pam)))
7083 (home-page "https://sourceforge.net/projects/libcg/")
7084 (synopsis "Control groups management tools")
7085 (description "Control groups is Linux kernel method for process resource
7086 restriction, permission handling and more. This package provides userspace
7087 interface to this kernel feature.")
7088 (license license:lgpl2.1)))
7089
7090 (define-public mbpfan
7091 (package
7092 (name "mbpfan")
7093 (version "2.2.1")
7094 (source
7095 (origin
7096 (method git-fetch)
7097 (uri (git-reference
7098 (url "https://github.com/dgraziotin/mbpfan")
7099 (commit (string-append "v" version))))
7100 (file-name (git-file-name name version))
7101 (sha256
7102 (base32 "0gc9ypxi55vxs77nx8ihhh9zk7fr9v0m0zfm76q7x0bi6jz11mbr"))))
7103 (build-system gnu-build-system)
7104 (arguments
7105 `(#:tests? #f ; tests ask to be run as root
7106 #:make-flags (let ((out (assoc-ref %outputs "out")))
7107 (list (string-append "DESTDIR=" out)
7108 ,(string-append "CC=" (cc-for-target))))
7109 #:phases
7110 (modify-phases %standard-phases
7111 (add-after 'unpack 'patch-paths
7112 (lambda _
7113 (substitute* "Makefile"
7114 (("/usr") ""))
7115 #t))
7116 (delete 'configure)))) ; there's no configure phase
7117 (home-page "https://github.com/dgraziotin/mbpfan")
7118 (synopsis "Control fan speed on Macbooks")
7119 (description
7120 "mbpfan is a fan control daemon for Apple Macbooks. It uses input from
7121 the @code{coretemp} module and sets the fan speed using the @code{applesmc}
7122 module. It can be executed as a daemon or in the foreground with root
7123 privileges.")
7124 (license license:gpl3+)))
7125
7126 (define-public psm2
7127 (package
7128 (name "psm2")
7129 (version "11.2.185")
7130 (source (origin
7131 (method git-fetch)
7132 (uri (git-reference
7133 (url "https://github.com/intel/opa-psm2")
7134 (commit (string-append "PSM2_" version))))
7135 (file-name (git-file-name name version))
7136 (sha256
7137 (base32
7138 "062hg4r6gz7pla9df70nqs5i2a3mp1wszmp4l0g771fykhhrxsjg"))))
7139 (build-system gnu-build-system)
7140 (arguments
7141 '(#:make-flags
7142 `(,(string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
7143 #:tests? #f
7144 #:phases (modify-phases %standard-phases
7145 (delete 'configure)
7146 (add-after 'unpack 'patch-Makefiles
7147 (lambda _
7148 (substitute* "Makefile"
7149 (("/lib64") "/lib")
7150 (("/usr") ""))
7151 (substitute* "compat/Makefile"
7152 (("/lib64") "/lib")
7153 (("/usr") ""))
7154 #t))
7155 (replace 'install
7156 (lambda _
7157 (setenv "DESTDIR" %output)
7158 (invoke "make" "install")
7159 #t)))))
7160 (inputs
7161 `(("rdma-core" ,rdma-core)
7162 ("numactl" ,numactl)))
7163 (synopsis "Intel Performance Scaled Messaging 2 (PSM2) library")
7164 (description
7165 "This package is low-level user-level Intel's communications interface.
7166 The PSM2 API is a high-performance vendor-specific protocol that provides a
7167 low-level communications interface for the Intel Omni-Path family of
7168 high-speed networking devices.")
7169 (home-page "https://github.com/intel/opa-psm2")
7170 ;; Only the x86_64 architecure is supported.
7171 (supported-systems '("x86_64-linux"))
7172 (license (list license:bsd-3 license:gpl2)))) ; dual
7173
7174 (define-public libpfm4
7175 (package
7176 (name "libpfm4")
7177 (version "4.9.0")
7178 (source (origin
7179 (method url-fetch)
7180 (uri (string-append "mirror://sourceforge/perfmon2/"
7181 name "/libpfm-" version ".tar.gz"))
7182 (sha256
7183 (base32
7184 "1qp4g4n6dw42p2w5rkwzdb7ynk8h7g5vg01ybpmvxncgwa7bw3yv"))))
7185 (build-system gnu-build-system)
7186 (arguments
7187 '(#:modules ((guix build utils)
7188 (guix build gnu-build-system))
7189 #:phases (modify-phases %standard-phases
7190 (delete 'configure)
7191 (delete 'check)
7192 (replace 'build
7193 (lambda* (#:key inputs outputs #:allow-other-keys)
7194 (let* ((out (assoc-ref outputs "out")))
7195 (setenv "CC" "gcc")
7196 (invoke "make")
7197 #t)))
7198 (replace 'install
7199 (lambda* (#:key outputs #:allow-other-keys)
7200 (let* ((out (assoc-ref outputs "out")))
7201 (invoke "make"
7202 (string-append "PREFIX=" out)
7203 "install")
7204 #t))))))
7205 (synopsis "Performance event monitoring library")
7206 (description
7207 "This package provides a library called libpfm4, which is used to develop
7208 monitoring tools exploiting the performance monitoring events such as those
7209 provided by the Performance Monitoring Unit (PMU) of modern processors.
7210
7211 Libpfm4 helps convert from an event name, expressed as a string, to the event
7212 encoding that is either the raw event as documented by the hardware vendor or
7213 the OS-specific encoding. In the latter case, the library is able to prepare
7214 the OS-specific data structures needed by the kernel to setup the event.
7215
7216 libpfm4 provides support for the @code{perf_events} interface, which was
7217 introduced in Linux 2.6.31.")
7218 (home-page "http://perfmon2.sourceforge.net/")
7219 (license license:expat)))
7220
7221 (define-public libnfnetlink
7222 (package
7223 (name "libnfnetlink")
7224 (version "1.0.1")
7225 (source (origin
7226 (method url-fetch)
7227 (uri (string-append
7228 "https://www.netfilter.org/projects/libnfnetlink/files/"
7229 "libnfnetlink-" version ".tar.bz2"))
7230 (sha256
7231 (base32
7232 "06mm2x4b01k3m7wnrxblk9j0mybyr4pfz28ml7944xhjx6fy2w7j"))))
7233 (build-system gnu-build-system)
7234 (home-page "https://www.netfilter.org/projects/libnfnetlink/")
7235 (synopsis "Low-level netfilter netlink communication library")
7236 (description
7237 "@code{libnfnetlink} is the low-level library for netfilter related
7238 kernel/userspace communication. It provides a generic messaging
7239 infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log,
7240 nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or
7241 management tools in userspace.")
7242 (license license:gpl2)))
7243
7244 (define-public go-netlink
7245 (package
7246 (name "go-netlink")
7247 (version "1.0.0")
7248 (source (origin
7249 (method git-fetch)
7250 (uri (git-reference
7251 (url "https://github.com/vishvananda/netlink")
7252 (commit (string-append "v" version))))
7253 (file-name (git-file-name name version))
7254 (sha256
7255 (base32
7256 "0hpzghf1a4cwawzhkiwdzin80h6hd09fskl77d5ppgc084yvj8x0"))))
7257 (build-system go-build-system)
7258 (arguments
7259 `(#:import-path "github.com/vishvananda/netlink"))
7260 (native-inputs
7261 `(("go-golang-org-x-sys" ,go-golang-org-x-sys)
7262 ("go-netns" ,go-netns)))
7263 (home-page "https://github.com/vishvananda/netlink")
7264 (synopsis "Simple netlink library for Go")
7265 (description "The netlink package provides a simple netlink library for
7266 Go. Netlink is the interface a user-space program in Linux uses to
7267 communicate with the kernel. It can be used to add and remove interfaces, set
7268 IP addresses and routes, and configure IPsec.")
7269 (license license:asl2.0)))
7270
7271 (define-public libinih
7272 (package
7273 (name "libinih")
7274 (version "53")
7275 (source (origin
7276 (method git-fetch)
7277 (uri (git-reference
7278 (url "https://github.com/benhoyt/inih")
7279 (commit (string-append "r" version))))
7280 (file-name (git-file-name name version))
7281 (sha256
7282 (base32
7283 "0dqf5j2sw4hq68rqvxbrsf44ygfzx9ypiyzipk4cvp9aimbvsbc6"))))
7284 (build-system meson-build-system)
7285 (arguments
7286 '(#:configure-flags '("-Ddistro_install=true" "-Ddefault_library=shared")))
7287 (home-page "https://github.com/benhoyt/inih")
7288 (synopsis "Simple .INI parser library for C")
7289 (description "The inih (INI Not Invented Here) library is a simple .INI file
7290 parser written in C. It's only a couple of pages of code, and it was designed to
7291 be small and simple, so it's good for embedded systems. It's also more or less
7292 compatible with Python's ConfigParser style of .INI files, including RFC
7293 822-style multi-line syntax and name: value entries.")
7294 (license license:bsd-3)))
7295
7296 (define-public xfsprogs
7297 (package
7298 (name "xfsprogs")
7299 (version "5.11.0")
7300 (source (origin
7301 (method url-fetch)
7302 (uri (string-append
7303 "mirror://kernel.org/linux/utils/fs/xfs/xfsprogs/"
7304 "xfsprogs-" version ".tar.gz"))
7305 (sha256
7306 (base32
7307 "1byj53qdwsii35d0f11nz0dl618mpvwy5aa44pc9zg281g2r27ab"))))
7308 (build-system gnu-build-system)
7309 (outputs (list "out" "python"))
7310 (arguments
7311 `(#:tests? #f ; kernel/user integration tests are in package "xfstests"
7312 #:phases
7313 (modify-phases %standard-phases
7314 (add-after 'install 'separate-python-output
7315 (lambda* (#:key outputs #:allow-other-keys)
7316 (let ((out (assoc-ref outputs "out"))
7317 (python (assoc-ref outputs "python")))
7318 (for-each
7319 (lambda (script)
7320 (mkdir-p (string-append python (dirname script)))
7321 (rename-file (string-append out script)
7322 (string-append python script)))
7323 (list "/sbin/xfs_scrub_all"))
7324 #t)))
7325 (add-after 'install 'install-headers
7326 (lambda _
7327 (invoke "make" "install-dev"))))))
7328 (native-inputs
7329 `(("gettext" ,gettext-minimal)))
7330 (inputs
7331 `(("libinih" ,libinih)
7332 ("libuuid" ,util-linux "lib")
7333 ("python" ,python-wrapper)))
7334 (home-page "https://xfs.wiki.kernel.org/")
7335 (synopsis "XFS file system tools")
7336 (description "This package provides commands to create and check XFS
7337 file systems.")
7338 ;; The library "libhandle" and the headers in "xfslibs-dev" are
7339 ;; licensed under lgpl2.1. the other stuff is licensed under gpl2.
7340 (license (list license:gpl2 license:lgpl2.1))))
7341
7342 (define-public genext2fs
7343 (package
7344 (name "genext2fs")
7345 (version "1.4.1-4")
7346 (source (origin
7347 (method git-fetch)
7348 (uri (git-reference
7349 (url "https://github.com/jeremie-koenig/genext2fs")
7350 ;; 1.4.1-3 had a VCS tag but 1.4.1-4 doesn't.
7351 (commit "9ee43894634998b0b2b309d636f25c64314c9421")))
7352 (file-name (git-file-name name version))
7353 (sha256
7354 (base32 "0ib5icn78ciz00zhc1bgdlrwaxvsdz7wnplwblng0jirwi9ml7sq"))))
7355 (build-system gnu-build-system)
7356 (arguments
7357 `(#:phases
7358 (modify-phases %standard-phases
7359 (add-after 'unpack 'apply-debian-patches
7360 ;; Debian changes (the revision after ‘-’ in VERSION) are
7361 ;; maintained as separate patches. Apply those relevant to us.
7362 (lambda _
7363 (for-each
7364 (lambda (file-name)
7365 (invoke "patch" "-p1" "-i"
7366 (string-append "debian/patches/" file-name)))
7367 (list "blocksize+creator.diff" ; add -B/-o options
7368 "byteswap_fix.diff"))
7369 #t)))))
7370 (native-inputs
7371 `(("autoconf" ,autoconf)
7372 ("automake" ,automake)))
7373 (home-page "https://github.com/jeremie-koenig/genext2fs")
7374 (synopsis "Generate ext2 file system as a normal user")
7375 (description "This package provides a program to generate an ext2
7376 file system as a normal (non-root) user. It does not require you to mount
7377 the image file to copy files on it, nor does it require that you become
7378 the superuser to make device nodes.")
7379 (license license:gpl2)))
7380
7381 (define-public fakeroot
7382 (package
7383 (name "fakeroot")
7384 (version "1.25.3")
7385 (source (origin
7386 ;; There are no tags in the repository, so take this snapshot.
7387 (method url-fetch)
7388 (uri (string-append "https://deb.debian.org/debian/pool/main/f/"
7389 "fakeroot/fakeroot_" version ".orig.tar.gz"))
7390 (file-name (string-append name "-" version ".tar.gz"))
7391 (sha256
7392 (base32
7393 "0v4m3v1bdqvblwj3vqsb3mllgbci6dsgsydq6765nzvz6n1kd44f"))))
7394 (build-system gnu-build-system)
7395 (arguments
7396 `(#:phases
7397 (modify-phases %standard-phases
7398 (replace 'bootstrap
7399 (lambda _
7400 ;; The "preroll" script takes care of Autoconf and also
7401 ;; prepares the translated manuals.
7402 (invoke "sh" "./preroll")))
7403 (add-after 'configure 'patch-Makefile
7404 (lambda _
7405 ;; Note: The root of the problem is already in "Makefile.am".
7406 (substitute* "Makefile"
7407 (("/bin/sh") (which "sh")))
7408 #t))
7409 (add-after 'unpack 'patch-script
7410 (lambda* (#:key inputs #:allow-other-keys)
7411 (substitute* "scripts/fakeroot.in"
7412 (("getopt")
7413 (string-append (assoc-ref inputs "util-linux")
7414 "/bin/getopt"))
7415 (("sed")
7416 (string-append (assoc-ref inputs "sed")
7417 "/bin/sed"))
7418 (("cut")
7419 (string-append (assoc-ref inputs "coreutils")
7420 "/bin/cut")) )
7421 #t))
7422 (add-before 'configure 'setenv
7423 (lambda _
7424 (setenv "LIBS" "-lacl")
7425 #t))
7426 (add-before 'check 'prepare-check
7427 (lambda _
7428 (setenv "SHELL" (which "bash"))
7429 (setenv "VERBOSE" "1")
7430 (substitute* "test/t.touchinstall"
7431 ;; We don't have the name of the root user, so use ID=0.
7432 (("grep root") "grep \"\\<0\\>\""))
7433 (substitute* "test/tartest"
7434 ;; We don't have the name of the root group, so use ID=0.
7435 (("ROOTGROUP=root") "ROOTGROUP=0")
7436 ;; We don't have the name of the daemon user, so use IDs.
7437 (("daemon:sys") "1:3")
7438 (("daemon:") "1:"))
7439 ;; We don't have an /etc/passwd entry for "root" - use numeric IDs.
7440 (substitute* "test/compare-tar"
7441 (("tar -tvf") "tar --numeric-owner -tvf"))
7442 #t)))))
7443 (native-inputs
7444 `(;; For bootstrapping the package.
7445 ("autoconf" ,autoconf)
7446 ("automake" ,automake)
7447 ("libtool" ,libtool)
7448 ("gettext" ,gettext-minimal)
7449 ("po4a" ,po4a)
7450
7451 ;; For tests.
7452 ("sharutils" ,sharutils)
7453 ("xz" ,xz)))
7454 (inputs
7455 `(("acl" ,acl)
7456 ("libcap" ,libcap)
7457 ("util-linux" ,util-linux)
7458 ("sed" ,sed)
7459 ("coreutils" ,coreutils)))
7460 (synopsis "Provides a fake root environment")
7461 (description "@command{fakeroot} runs a command in an environment where
7462 it appears to have root privileges for file manipulation. This is useful
7463 for allowing users to create archives (tar, ar, .deb etc.) with files in
7464 them with root permissions/ownership. Without fakeroot one would have to
7465 have root privileges to create the constituent files of the archives with
7466 the correct permissions and ownership, and then pack them up, or one would
7467 have to construct the archives directly, without using the archiver.")
7468 (home-page "http://freshmeat.sourceforge.net/projects/fakeroot")
7469 (license license:gpl3+)))
7470
7471 (define-public fakechroot
7472 (package
7473 (name "fakechroot")
7474 (version "2.20.1")
7475 (source (origin
7476 (method url-fetch)
7477 (uri (string-append
7478 "https://github.com/dex4er/fakechroot/releases/download/"
7479 version "/fakechroot-" version ".tar.gz"))
7480 (sha256
7481 (base32
7482 "1aijkd0b45wav25v01qhw8zxwa3pl0nnp9fabmmy1nlx7hr09gas"))))
7483 (build-system gnu-build-system)
7484 (arguments
7485 ;; XXX: The tests heavily assume they run on an FHS system so for now
7486 ;; skip them.
7487 '(#:tests? #f
7488 #:configure-flags '("--disable-static")))
7489 (synopsis "Emulate @code{chroot} by overriding file system calls")
7490 (description
7491 "@command{fakechroot} runs a command in an environment were is additional
7492 possibility to use @code{chroot} command without root privileges. This is
7493 useful for allowing users to create own chrooted environment with possibility
7494 to install another packages without need for root privileges.
7495
7496 It works by providing @file{libfakechroot.so}, a shared library meant to be
7497 set as @code{LD_PRELOAD} to override the C library file system functions.")
7498 (home-page "https://github.com/dex4er/fakechroot/")
7499 (license license:lgpl2.1+)))
7500
7501 (define-public inputattach
7502 (package
7503 (name "inputattach")
7504 (version "0.42.0")
7505 (source (origin
7506 (method git-fetch)
7507 (uri (git-reference
7508 (url "https://github.com/linuxwacom/input-wacom")
7509 (commit (string-append "input-wacom-" version))))
7510 (file-name (git-file-name name version))
7511 (sha256
7512 (base32 "04lnn7v0rm4ppbya140im5d4igcl6c1nrqpgbsr0i8wkral0nv7j"))))
7513 (build-system gnu-build-system)
7514 (arguments
7515 `(#:phases
7516 (modify-phases %standard-phases
7517 (delete 'bootstrap)
7518 (delete 'configure)
7519 (replace 'build
7520 (lambda* (#:key inputs #:allow-other-keys)
7521 (with-directory-excursion "inputattach"
7522 (invoke (string-append (assoc-ref inputs "gcc")
7523 "/bin/gcc")
7524 "-O2" "-o" "inputattach" "inputattach.c"))
7525 #t))
7526 (delete 'check)
7527 (replace 'install
7528 (lambda* (#:key outputs #:allow-other-keys)
7529 (let ((target-dir (string-append
7530 (assoc-ref outputs "out")
7531 "/bin/")))
7532 (mkdir-p target-dir)
7533 (copy-file "inputattach/inputattach"
7534 (string-append target-dir
7535 "inputattach"))
7536 #t))))))
7537 (home-page "https://linuxwacom.github.io/")
7538 (synopsis "Dispatch input peripherals events to a device file")
7539 (description "inputattach dispatches input events from several device
7540 types and interfaces and translates so that the X server can use them.")
7541 (license license:gpl2+)))
7542
7543 (define-public pipewire
7544 (package
7545 (name "pipewire")
7546 (version "0.2.7")
7547 (source (origin
7548 (method git-fetch)
7549 (uri (git-reference
7550 (url "https://github.com/PipeWire/pipewire")
7551 (commit version)))
7552 (file-name (git-file-name name version))
7553 (sha256
7554 (base32
7555 "1q5wrqnhhs6r49p8yvkw1pl0cnsd4rndxy4h5lvdydwgf1civcwc"))))
7556 (build-system meson-build-system)
7557 (arguments
7558 '(#:configure-flags '("-Dsystemd=false")))
7559 (native-inputs
7560 `(("pkg-config" ,pkg-config)))
7561 (inputs
7562 `(("alsa-lib" ,alsa-lib)
7563 ("dbus" ,dbus)
7564 ("eudev" ,eudev)
7565 ("ffmpeg" ,ffmpeg)
7566 ("gstreamer" ,gstreamer)
7567 ("gst-plugins-base" ,gst-plugins-base)
7568 ("libva" ,libva)
7569 ("sbc" ,sbc)
7570 ("sdl2" ,sdl2)))
7571 (home-page "https://pipewire.org/")
7572 (synopsis "Server and user space API to deal with multimedia pipelines")
7573 (description
7574 "PipeWire is a project that aims to greatly improve handling of audio and
7575 video under Linux. It aims to support the usecases currently handled by both
7576 PulseAudio and Jack and at the same time provide same level of powerful handling
7577 of Video input and output. It also introduces a security model that makes
7578 interacting with audio and video devices from containerized applications easy,
7579 with supporting Flatpak applications being the primary goal. Alongside Wayland
7580 and Flatpak we expect PipeWire to provide a core building block for the future
7581 of Linux application development.")
7582 (license license:lgpl2.0+)))
7583
7584 (define-public pipewire-0.3
7585 (package
7586 (inherit pipewire)
7587 (name "pipewire")
7588 (version "0.3.22")
7589 (source (origin
7590 (method git-fetch)
7591 (uri (git-reference
7592 (url "https://github.com/PipeWire/pipewire")
7593 (commit version)))
7594 (file-name (git-file-name name version))
7595 (sha256
7596 (base32
7597 "1ywna5f5v8s79ivrqfwwc8vy6sn3a2zvfwqyalf1fypj5d90w8g9"))))
7598 (arguments
7599 '(#:configure-flags
7600 (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
7601 "/lib/udev/rules.d")
7602 "-Dsystemd=false")
7603 #:phases
7604 (modify-phases %standard-phases
7605 ;; Skip shrink-runpath, otherwise validate-runpath fails.
7606 (delete 'shrink-runpath))))
7607 (inputs
7608 (append (package-inputs pipewire)
7609 `(("bluez" ,bluez)
7610 ("jack" ,jack-2)
7611 ("pulseaudio" ,pulseaudio)
7612 ("vulkan-loader" ,vulkan-loader)
7613 ("vulkan-headers" ,vulkan-headers))))))
7614
7615 (define-public ell
7616 (package
7617 (name "ell")
7618 (version "0.23")
7619 (source (origin
7620 (method git-fetch)
7621 (uri (git-reference
7622 (url "https://git.kernel.org/pub/scm/libs/ell/ell.git")
7623 (commit version)))
7624 (file-name (git-file-name name version))
7625 (sha256
7626 (base32
7627 "1qhlcwhn0gj877yss2ymx1aczghlddzb5v9mm1dgp2zliii3jy10"))))
7628 (build-system gnu-build-system)
7629 (arguments
7630 `(#:phases
7631 (modify-phases %standard-phases
7632 (add-after 'unpack 'fix-dbus-tests
7633 (lambda _
7634 (substitute* '("unit/test-dbus-message-fds.c"
7635 "unit/test-dbus-properties.c"
7636 "unit/test-dbus.c")
7637 (("/usr/bin/dbus-daemon") (which "dbus-daemon")))
7638 #t)))))
7639 (inputs
7640 `(("dbus" ,dbus)))
7641 (native-inputs
7642 `(("autoconf" ,autoconf)
7643 ("libtool" ,libtool)
7644 ("pkgconfig" ,pkg-config)
7645 ("automake" ,automake)))
7646 (home-page "https://01.org/ell")
7647 (synopsis "Embedded Linux Library")
7648 (description "The Embedded Linux* Library (ELL) provides core, low-level
7649 functionality for system daemons. It typically has no dependencies other than
7650 the Linux kernel, C standard library, and libdl (for dynamic linking). While
7651 ELL is designed to be efficient and compact enough for use on embedded Linux
7652 platforms, it is not limited to resource-constrained systems.")
7653 (license license:lgpl2.1+)))
7654
7655 (define-public lttng-ust
7656 (package
7657 (name "lttng-ust")
7658 (version "2.11.0")
7659 (source (origin
7660 (method url-fetch)
7661 (uri (string-append "https://lttng.org/files/lttng-ust/"
7662 "lttng-ust-" version ".tar.bz2"))
7663 (sha256
7664 (base32
7665 "1n646yz7882svf5a4ay3vqiiz3qjn3pgkkij9kk22871wp7q0ck8"))))
7666 (build-system gnu-build-system)
7667 (inputs
7668 `(("liburcu" ,liburcu)
7669 ("numactl" ,numactl)))
7670 (native-inputs
7671 `(("python" ,python-3)))
7672 (home-page "https://lttng.org/")
7673 (synopsis "LTTng userspace tracer libraries")
7674 (description "The user space tracing library, liblttng-ust, is the LTTng
7675 user space tracer. It receives commands from a session daemon, for example to
7676 enable and disable specific instrumentation points, and writes event records
7677 to ring buffers shared with a consumer daemon.")
7678 (license license:lgpl2.1+)))
7679
7680 (define-public kexec-tools
7681 (package
7682 (name "kexec-tools")
7683 (version "2.0.21")
7684 (source (origin
7685 (method url-fetch)
7686 (uri (string-append "mirror://kernel.org/linux/utils/kernel"
7687 "/kexec/kexec-tools-" version ".tar.xz"))
7688 (sha256
7689 (base32
7690 "00l7iqp337cr846b6w4lc5vl893v4zwjrxz0jsnkh5l9xqni84z1"))))
7691 (build-system gnu-build-system)
7692 (arguments
7693 ;; There are no automated tests.
7694 '(#:tests? #f))
7695 (home-page "https://projects.horms.net/projects/kexec/")
7696 (synopsis "Tools for booting directly into different kernels")
7697 (description "This package provides the @code{kexec} program and ancillary
7698 utilities. Using @code{kexec}, it is possible to boot directly into a new
7699 kernel from the context of an already-running kernel, bypassing the normal
7700 system boot process.")
7701 (license license:gpl2)))
7702
7703 (define-public cachefilesd
7704 (package
7705 (name "cachefilesd")
7706 (version "0.10.10")
7707 (source (origin
7708 (method url-fetch)
7709 (uri (string-append
7710 "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells"
7711 "/cachefilesd.git/snapshot/cachefilesd-"
7712 version ".tar.gz"))
7713 (sha256
7714 (base32
7715 "0g40ljjnn3wzh9gp6il21c95f977298qrrkrxfnwfl3k3asfmnbi"))))
7716 (build-system gnu-build-system)
7717 (outputs '("out"))
7718 (arguments
7719 `(#:tests? #f ; there are no tests
7720 #:make-flags
7721 (let ((prefix-dir (lambda (var dir)
7722 (string-append var "=" %output "/" dir))))
7723 (list (string-append "CC=" ,(cc-for-target))
7724 (prefix-dir "SBINDIR" "sbin/")
7725 (prefix-dir "ETCDIR" "etc/")
7726 (prefix-dir "MANDIR" "share/man/")))
7727 #:phases (modify-phases %standard-phases (delete 'configure))))
7728 (home-page "https://people.redhat.com/~dhowells/cachefs/")
7729 (synopsis "CacheFiles userspace management daemon")
7730 (description "@code{cachefilesd} is a userspace daemon that manages the
7731 cache data store that is used by network file systems such as @code{AFS} and
7732 @code{NFS} to cache data locally on disk. The content of the cache is
7733 persistent over reboots.")
7734 (license license:gpl2+)))
7735
7736 (define-public libbpf
7737 (package
7738 (name "libbpf")
7739 (version "0.1.1")
7740 (source
7741 (origin
7742 (method git-fetch)
7743 (uri (git-reference
7744 (url "https://github.com/libbpf/libbpf")
7745 (commit (string-append "v" version))))
7746 (file-name (git-file-name name version))
7747 (sha256
7748 (base32
7749 "0ilnnm4q22f8fagwp8kb37licy4ks861i2iqh2djsypqhnxvx3fv"))))
7750 (build-system gnu-build-system)
7751 (native-inputs
7752 `(("pkg-config" ,pkg-config)))
7753 (propagated-inputs
7754 ;; In Requires.private of libbpf.pc.
7755 `(("libelf" ,libelf)
7756 ("zlib" ,zlib)))
7757 (arguments
7758 `(#:tests? #f ; no tests
7759 #:make-flags
7760 (list
7761 (string-append "PREFIX=" (assoc-ref %outputs "out"))
7762 (string-append "LIBDIR=$(PREFIX)/lib")
7763 (string-append
7764 "CC=" (assoc-ref %build-inputs "gcc") "/bin/gcc"))
7765 #:phases
7766 (modify-phases %standard-phases
7767 (delete 'configure)
7768 (add-before 'build 'pre-build
7769 (lambda _
7770 (chdir "src")
7771 #t)))))
7772 (home-page "https://github.com/libbpf/libbpf")
7773 (synopsis "BPF CO-RE (Compile Once – Run Everywhere)")
7774 (description
7775 "Libbpf supports building BPF CO-RE-enabled applications, which, in
7776 contrast to BCC, do not require the Clang/LLVM runtime or linux kernel
7777 headers.")
7778 (license `(,license:lgpl2.1 ,license:bsd-2))))
7779
7780 (define-public bcc
7781 (package
7782 (name "bcc")
7783 (version "0.16.0")
7784 (source
7785 (origin
7786 (method git-fetch)
7787 (uri (git-reference
7788 (url "https://github.com/iovisor/bcc")
7789 (commit (string-append "v" version))))
7790 (file-name (git-file-name name version))
7791 (sha256
7792 (base32
7793 "1367c0bzrpclvjvmk0sxgi49rh7j2f9izqk5a7g3yvawh1fmvvjh"))))
7794 (build-system cmake-build-system)
7795 (native-inputs
7796 `(("bison" ,bison)
7797 ("flex" ,flex)))
7798 (inputs
7799 `(("clang-toolchain" ,clang-toolchain)
7800 ("libbpf" ,(package-source libbpf))
7801 ;; LibElf required but libelf does not contain
7802 ;; archives, only object files.
7803 ;; https://github.com/iovisor/bcc/issues/504
7804 ("elfutils" ,elfutils)
7805 ("linux-libre-headers" ,linux-libre-headers)
7806 ("luajit" ,luajit)
7807 ("python-wrapper" ,python-wrapper)))
7808 (arguments
7809 `(;; Tests all require root permissions and a "standard" file hierarchy.
7810 #:tests? #f
7811 #:configure-flags
7812 (let ((revision ,version))
7813 `(,(string-append "-DREVISION=" revision)))
7814 #:phases
7815 (modify-phases %standard-phases
7816 ;; FIXME: Use "-DCMAKE_USE_LIBBPF_PACKAGE=ON".
7817 (add-after 'unpack 'copy-libbpf
7818 (lambda* (#:key inputs #:allow-other-keys)
7819 (delete-file-recursively "src/cc/libbpf")
7820 (copy-recursively
7821 (assoc-ref inputs "libbpf") "src/cc/libbpf")))
7822 (add-after 'copy-libbpf 'substitute-libbc
7823 (lambda* (#:key outputs #:allow-other-keys)
7824 (substitute* "src/python/bcc/libbcc.py"
7825 (("(libbcc\\.so.*)\\b" _ libbcc)
7826 (string-append
7827 (assoc-ref outputs "out") "/lib/" libbcc)))))
7828 (add-after 'install 'wrap-tools
7829 (lambda* (#:key outputs #:allow-other-keys)
7830 (use-modules (ice-9 textual-ports))
7831 (let* ((out (assoc-ref outputs "out"))
7832 (lib (string-append out "/lib"))
7833 (tools (string-append out "/share/bcc/tools"))
7834 (python-executable?
7835 (lambda (filename _)
7836 (call-with-input-file filename
7837 (lambda (port)
7838 (string-contains (get-line port)
7839 "/bin/python"))))))
7840 (for-each
7841 (lambda (python-executable)
7842 (format #t "Wrapping: ~A.~%" python-executable)
7843 (wrap-program python-executable
7844 `("PYTHONPATH" ":" prefix
7845 (,(string-append lib
7846 "/python"
7847 ,(version-major+minor
7848 (package-version python))
7849 "/site-packages")))))
7850 (find-files tools python-executable?))
7851 #t))))))
7852 (home-page "https://github.com/iovisor/bcc")
7853 (synopsis "Tools for BPF on Linux")
7854 (description
7855 "BCC is a toolkit for creating efficient kernel tracing and manipulation
7856 programs, and includes several useful tools and examples. It makes use of
7857 extended BPF (Berkeley Packet Filters), formally known as eBPF, a new feature
7858 that was first added to Linux 3.15. Much of what BCC uses requires Linux 4.1
7859 and above.")
7860 (license license:asl2.0)))
7861
7862 (define-public bpftrace
7863 (package
7864 (name "bpftrace")
7865 (version "0.11.4")
7866 (source
7867 (origin
7868 (method git-fetch)
7869 (uri (git-reference
7870 (url "https://github.com/iovisor/bpftrace")
7871 (commit (string-append "v" version))))
7872 (file-name (git-file-name name version))
7873 (sha256
7874 (base32 "0y4qgm2cpccrsm20rnh92hqplddqsc5q5zhw9nqn2igm3h9i0z7h"))
7875 (patches (search-patches "bpftrace-disable-bfd-disasm.patch"))))
7876 (build-system cmake-build-system)
7877 (native-inputs
7878 `(("bison" ,bison)
7879 ("flex" ,flex)))
7880 (inputs
7881 `(("bcc" ,bcc)
7882 ("clang-toolchain" ,clang-toolchain)
7883 ("elfutils" ,elfutils)
7884 ("libbpf" ,libbpf)
7885 ("linux-libre-headers" ,linux-libre-headers)))
7886 (arguments
7887 `(#:tests? #f ;Tests require googletest sources.
7888 #:configure-flags
7889 '("-DBUILD_TESTING=OFF"
7890 ;; FIXME: libbfd misses some link dependencies, when fixed, remove
7891 ;; the associated patch.
7892 "-DHAVE_BFD_DISASM=OFF")))
7893 (home-page "https://github.com/iovisor/bpftrace")
7894 (synopsis "High-level tracing language for Linux eBPF")
7895 (description
7896 "bpftrace is a high-level tracing language for Linux enhanced Berkeley
7897 Packet Filter (eBPF) available in recent Linux kernels (4.x). bpftrace uses
7898 LLVM as a backend to compile scripts to BPF-bytecode and makes use of BCC for
7899 interacting with the Linux BPF system, as well as existing Linux tracing
7900 capabilities: kernel dynamic tracing (kprobes), user-level dynamic
7901 tracing (uprobes), and tracepoints. The bpftrace language is inspired by awk
7902 and C, and predecessor tracers such as DTrace and SystemTap. bpftrace was
7903 created by Alastair Robertson.")
7904 (license license:asl2.0)))
7905
7906 (define-public ttyebus-linux-module
7907 (let ((revision "0")
7908 (commit "fe4332a2281cf79804ef4d8516aa848ca1c58d1f"))
7909 (package
7910 (name "ttyebus-linux-module")
7911 (version (git-version "1.5" revision commit))
7912 (source
7913 (origin
7914 (method git-fetch)
7915 (uri (git-reference
7916 (url "https://github.com/eBUS/ttyebus")
7917 (commit "fe4332a2281cf79804ef4d8516aa848ca1c58d1f")))
7918 (file-name (git-file-name name version))
7919 (sha256
7920 (base32
7921 "1i66xjs9vln5cca6wx7aiiw7jihrlsk9hjdqyczp36fvm1b1bani"))))
7922 (supported-systems '("armhf-linux" "aarch64-linux"))
7923 (build-system linux-module-build-system)
7924 (arguments
7925 `(#:tests? #f))
7926 (home-page "https://github.com/eBUS/ttyebus")
7927 (synopsis "Low-latency Raspberry Pi UART driver")
7928 (description "This package provides a Linux kernel module that will
7929 provide a serial device @code{/dev/ttyebus} with almost no latency upon
7930 receiving. It is dedicated to the PL011 UART of the Raspberry Pi.")
7931 (license license:gpl3+))))
7932
7933 (define-public ipset
7934 (package
7935 (name "ipset")
7936 (version "7.11")
7937 (source
7938 (origin
7939 (method url-fetch)
7940 (uri (string-append "https://ipset.netfilter.org/"
7941 "ipset-" version ".tar.bz2"))
7942 (sha256
7943 (base32 "0zdzp9fhpp6hmirzxy7w27fb9xx9lxd2ykxbn8by7ngi62nvll9i"))))
7944 (build-system gnu-build-system)
7945 (inputs
7946 `(("libmnl" ,libmnl)))
7947 (native-inputs
7948 `(("pkg-config" ,pkg-config)))
7949 (arguments
7950 `(#:configure-flags '("--with-kmod=no")))
7951 (home-page "https://ipset.netfilter.org/")
7952 (synopsis "Administration tool for IP sets")
7953 (description "IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which
7954 can be administered by the ipset utility. Depending on the type,
7955 currently an IP set may store IP addresses, (TCP/UDP) port numbers or
7956 IP addresses with MAC addresses in a way which ensures lightning speed
7957 when matching an entry against a set.
7958
7959 If you want to
7960 @itemize @bullet
7961 @item store multiple IP addresses or port numbers and match against the entire
7962 collection using a single iptables rule.
7963 @item dynamically update iptables rules against IP addresses or ports without
7964 performance penalty.
7965 @item express complex IP address and ports based rulesets with a single
7966 iptables rule and benefit from the speed of IP sets.
7967 @end itemize\n
7968 then IP sets may be the proper tool for you.")
7969 (license license:gpl2+)))
7970
7971 (define-public liburing
7972 (package
7973 (name "liburing")
7974 (version "0.7")
7975 (source (origin
7976 (method git-fetch)
7977 (uri (git-reference
7978 (url "https://git.kernel.dk/liburing")
7979 (commit (string-append "liburing-" version))))
7980 (file-name (git-file-name name version))
7981 (sha256
7982 (base32
7983 "15z44l7y4c6s6dlf7v8lq4znlsjbja2r4ifbni0l8cdcnq0w3zh3"))))
7984 (build-system gnu-build-system)
7985 (arguments
7986 `(;; Tests are dependent on kernel version and features
7987 #:tests? #f
7988 #:phases
7989 (modify-phases %standard-phases
7990 (replace 'configure
7991 ;; configure fails if it is followed by SHELL, CONFIG_SHELL,
7992 ;; --enable-fast-install, and --build
7993 (lambda* (#:key outputs #:allow-other-keys)
7994 (let ((out (assoc-ref outputs "out")))
7995 (setenv "SHELL" (which "sh"))
7996 (setenv "CONFIG_SHELL" (which "sh"))
7997 (invoke "./configure" (string-append "--prefix=" out))))))))
7998 (home-page "https://github.com/axboe/liburing")
7999 (synopsis "Interface to the Linux kernel @code{io_uring} interface")
8000 (description "This is the io_uring library, liburing. liburing provides
8001 helpers to setup and teardown io_uring instances, and also a simplified
8002 interface for applications that don't need (or want) to deal with the full
8003 kernel side implementation.")
8004 (license license:expat)))
8005
8006 (define-public erofs-utils
8007 (package
8008 (name "erofs-utils")
8009 (version "1.2.1")
8010 (source
8011 (origin
8012 (method git-fetch)
8013 (uri (git-reference
8014 (url "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git")
8015 (commit (string-append "v" version))))
8016 (file-name (git-file-name name version))
8017 (sha256
8018 (base32 "1vb4mxsb59g29x7l22cffsqa8x743sra4j5zbmx89hjwpwm9vvcg"))))
8019 (build-system gnu-build-system)
8020 (inputs
8021 `(("lz4" ,lz4)
8022 ("libuuid" ,util-linux "lib")))
8023 (native-inputs
8024 `(("autoconf" ,autoconf)
8025 ("automake" ,automake)
8026 ("libtool" ,libtool)
8027 ("pkg-config" ,pkg-config)))
8028 (home-page "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/")
8029 (synopsis "User-space tools for EROFS filesystem")
8030 (description "EROFS (Enhanced Read-Only File System) is a compressed,
8031 read-only filesystem optimized for resource-scarce devices. This package
8032 provides user-space tools for creating EROFS filesystems.")
8033 (license license:gpl2+)))