Efraim Flashner
720baa1e0b
gnu: earlyoom: Rewrite with gexps.
...
* gnu/packages/linux.scm (earlyoom)[arguments]: Rewrite with gexps.
2022-01-14 11:41:19 +02:00
Efraim Flashner
130703f8c5
gnu: earlyoom: Move snippet to make-flag.
...
* gnu/packages/linux.scm (earlyoom)[source]: Remove snippet.
[arguments]: Add makeflag to not use go111modules.
2022-01-14 11:41:19 +02:00
Efraim Flashner
160d0d7923
gnu: earlyoom: Run more tests.
...
* gnu/packages/linux.scm (earlyoom)[native-inputs]: Add cppcheck.
2022-01-14 11:41:18 +02:00
Leo Famulari
c570d91e40
gnu: linux-libre 4.9: Update to 4.9.299.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.299.
(linux-libre-4.9-pristine-source): Update hash.
2022-01-12 04:06:22 -05:00
Leo Famulari
d3d4e12499
gnu: linux-libre 4.9: Update to 4.9.297.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.297.
(linux-libre-4.9-pristine-source): Update hash.
2022-01-12 04:06:22 -05:00
Leo Famulari
87aa906164
gnu: linux-libre 4.14: Update to 4.14.262.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.262.
(linux-libre-4.14-pristine-source): Update hash.
2022-01-12 04:06:21 -05:00
Leo Famulari
276e291354
gnu: linux-libre 4.19: Update to 4.19.225.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.225.
(linux-libre-4.19-pristine-source): Update hash.
2022-01-12 04:06:21 -05:00
Leo Famulari
2c05dd8f60
gnu: linux-libre 5.4: Update to 5.4.171.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.171.
(linux-libre-5.4-pristine-source): Update hash.
2022-01-12 04:06:21 -05:00
Leo Famulari
b51c441789
gnu: linux-libre 5.10: Update to 5.10.91.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.91.
(linux-libre-5.10-pristine-source): Update hash.
2022-01-12 04:06:21 -05:00
Leo Famulari
ec32f6a847
gnu: linux-libre: Update to 5.15.14.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.14.
(linux-libre-5.15-pristine-source): Update hash.
2022-01-12 04:06:21 -05:00
Tobias Geerinckx-Rice
f53a802b29
gnu: haveged: Update to 1.9.17.
...
* gnu/packages/linux.scm (haveged): Update to 1.9.17.
2022-01-11 07:38:02 +00:00
Tobias Geerinckx-Rice
d402f03ca3
gnu: powercap: Use G-expressions.
...
* gnu/packages/linux.scm (powercap)[arguments]:
Rewrite as G-expressions.
2022-01-11 20:17:50 +00:00
Tobias Geerinckx-Rice
7c29a0b92e
gnu: powercap: Update to 0.5.0.
...
* gnu/packages/linux.scm (powercap): Update to 0.5.0.
2022-01-11 20:17:50 +00:00
Tobias Geerinckx-Rice
70e18f327e
gnu: hdparm: Use G-expressions.
...
* gnu/packages/linux.scm (hdparm)[arguments]:
Rewrite as G-expressions.
2022-01-11 20:17:50 +00:00
Tobias Geerinckx-Rice
fc6ca1ed99
gnu: hdparm: Update to 9.63.
...
* gnu/packages/linux.scm (hdparm): Update to 9.63.
2022-01-11 20:17:50 +00:00
Tobias Geerinckx-Rice
c612b619cc
gnu: tlp: Remove obsolete #t returns.
...
* gnu/packages/linux.scm (tlp)[arguments]:
Don't explicitly return #t from phases.
2022-01-08 21:57:53 +01:00
Nicolas Goaziou
ef58bc1524
gnu: tlpui: Update to 1.5.0.
...
* gnu/packages/linux.scm (tlpui): Update to 1.5.0.
2022-01-08 17:47:46 +01:00
Nicolas Goaziou
1a37bc5347
gnu: tlp: Update to 1.5.0.
...
* gnu/packages/linux.scm (tlp): Update to 1.5.0.
2022-01-08 17:45:41 +01:00
Tobias Geerinckx-Rice
9644d5b1e6
gnu: wireles-tools: Fix cross-compilation.
...
* gnu/packages/linux.scm (wireless-tools)[source]:
Rewrite as G-expression.
[arguments]: Likewise to avoid %OUTPUT when cross-compiling.
Remove superfluous %CURRENT-TARGET-SYSTEM call.
Don't explicitly return #t from phases.
2022-01-08 03:56:38 +01:00
Tobias Geerinckx-Rice
974bdb447a
gnu: wireplumber: Update to 0.4.6.
...
* gnu/packages/linux.scm (wireplumber): Update to 0.4.6.
2022-01-08 01:13:39 +01:00
Tobias Geerinckx-Rice
9bd4b4058f
gnu: pipewire@0.3: Update to 0.3.43.
...
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.43.
2022-01-08 01:13:39 +01:00
Tobias Geerinckx-Rice
1e1cba00d5
gnu: libaio: Fix cross-compilation.
...
* gnu/packages/linux.scm (libaio)[arguments]:
Rewrite as G-expression to avoid %OUTPUT when cross-compiling.
2022-01-08 01:13:39 +01:00
Tobias Geerinckx-Rice
8d8272dd47
gnu: iptables: Fix cross-compilation.
...
* gnu/packages/linux.scm (iptables)[arguments]:
Rewrite as G-expression to avoid %OUTPUT when cross-compiling.
2022-01-08 01:13:38 +01:00
Tobias Geerinckx-Rice
a00543b439
gnu: iw: Fix cross-compilation.
...
* gnu/packages/linux.scm (iw)[arguments]: Rewrite as G-expression.
Replace custom code with PKG-CONFIG-FOR-TARGET, and drop the unnecessary
absolute file name altogether.
2022-01-08 01:13:38 +01:00
Tobias Geerinckx-Rice
c9e8d04bf9
gnu: sysstat: Update to 12.4.4.
...
* gnu/packages/linux.scm (sysstat): Update to 12.4.4.
[arguments]: Don't explicitly return #t from phases.
2022-01-07 05:57:53 +01:00
Tobias Geerinckx-Rice
da202490b5
gnu: xfsprogs: Update to 5.14.2.
...
* gnu/packages/linux.scm (xfsprogs): Update to 5.14.2.
2022-01-07 05:57:53 +01:00
Tobias Geerinckx-Rice
f561aca530
gnu: mcelog: Update to 180.
...
* gnu/packages/linux.scm (mcelog): Update to 180.
[native-inputs]: Add python-wrapper.
2022-01-07 05:57:52 +01:00
Tobias Geerinckx-Rice
2860bb2779
gnu: mdadm-static: Fix build.
...
This follows up on commit 3d7a1b84c5
.
* gnu/packages/linux.scm (mdadm-static)[arguments]:
Add "-DNO_LIBUDEV" to CXFLAGS.
2022-01-06 17:11:33 +01:00
Tobias Geerinckx-Rice
55bf2d31e9
gnu: mdadm-static: Use G-expressions.
...
* gnu/packages/linux.scm (mdadm-static)[arguments]:
Rewrite as G-expressions.
Reported by Christopher Baines <mail@cbaines.net>
2022-01-06 16:57:06 +01:00
Leo Famulari
aebfc1425d
gnu: linux-libre 4.4: Update to 4.4.298.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.298.
(linux-libre-4.4-pristine-source): Update hash.
2022-01-05 23:39:15 -05:00
Leo Famulari
5f12ef9276
gnu: linux-libre 4.9: Update to 4.9.296.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.296.
(linux-libre-4.9-pristine-source): Update hash.
2022-01-05 23:39:15 -05:00
Leo Famulari
d603ef332e
gnu: linux-libre 4.14: Update to 4.14.261.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.261.
(linux-libre-4.14-pristine-source): Update hash.
2022-01-05 23:39:15 -05:00
Leo Famulari
66ea2b6a64
gnu: linux-libre 4.19: Update to 4.19.224.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.224.
(linux-libre-4.19-pristine-source): Update hash.
2022-01-05 23:39:15 -05:00
Leo Famulari
38b9a0388d
gnu: linux-libre 5.4: Update to 5.4.170.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.170.
(linux-libre-5.4-pristine-source): Update hash.
2022-01-05 23:39:14 -05:00
Leo Famulari
973403e613
gnu: linux-libre 5.10: Update to 5.10.90.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.90.
(linux-libre-5.10-pristine-source): Update hash.
2022-01-05 23:39:14 -05:00
Leo Famulari
55fd53b0db
gnu: linux-libre: Update to 5.15.13.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.13.
(linux-libre-5.15-pristine-source): Update hash.
2022-01-05 23:39:08 -05:00
Tobias Geerinckx-Rice
2c1807c516
gnu: haveged: Update to 1.9.16.
...
* gnu/packages/linux.scm (haveged): Update to 1.9.16.
2022-01-05 23:33:56 +01:00
Tobias Geerinckx-Rice
f16b6fd970
gnu: mdadm: Use G-expressions.
...
* gnu/packages/linux.scm (mdadm)[arguments]:
Rewrite as G-expressions.
[inputs]: Move under arguments. Remove input labels.
2022-01-05 23:33:56 +01:00
Tobias Geerinckx-Rice
3d7a1b84c5
gnu: mdadm: Update to 4.2.
...
* gnu/packages/linux.scm (mdadm): Update to 4.2.
[arguments]: Don't explicitly return #t from phases.
2022-01-05 23:33:56 +01:00
Leo Famulari
3a608120c1
gnu: linux-libre 4.4: Update to 4.4.297.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.297.
(linux-libre-4.4-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari
739a52a516
gnu: linux-libre 4.9: Update to 4.9.295.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.295.
(linux-libre-4.9-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari
401172a2a6
gnu: linux-libre 4.14: Update to 4.14.260.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.260.
(linux-libre-4.14-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari
05a7f0a08f
gnu: linux-libre 4.19: Update to 4.19.223.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.223.
(linux-libre-4.19-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari
f2cb697b33
gnu: linux-libre 5.4: Update to 5.4.169.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.169.
(linux-libre-5.4-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari
bdc458babc
gnu: linux-libre 5.10: Update to 5.10.89.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.89.
(linux-libre-5.10-pristine-source): Update hash.
2021-12-30 14:16:49 -05:00
Leo Famulari
97f8fa7477
gnu: linux-libre: Update to 5.15.12.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.12.
(linux-libre-5.15-pristine-source): Update hash.
2021-12-30 14:16:49 -05:00
Tobias Geerinckx-Rice
8daf985c12
gnu: xpadneo: Edit description.
...
* gnu/packages/linux.scm (xpadneo)[synopsis, description]: Mention Linux.
Capitalise Bluetooth. Edit.
2021-12-29 02:56:47 +01:00
Mathieu Othacehe
aa3cb57aab
gnu: libite: Edit synopsis and description.
...
* gnu/packages/linux.scm (libite)[synopsis]: Improve it.
[description]: Ditto.
2021-12-23 19:09:31 +01:00
Mathieu Othacehe
6f01565ef0
gnu: watchdogd: Add a missing dot.
...
* gnu/packages/linux.scm (watchdogd)[description]: Add a missing dot.
2021-12-23 19:09:30 +01:00
Leo Famulari
fe5ade556b
gnu: linux-libre 4.4: Update to 4.4.296.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.296.
(linux-libre-4.4-pristine-source): Update hash.
2021-12-23 12:35:11 -05:00