summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* gnu: cpuid: Remove obsolete file permissions change.Sarah Morgensen2022-01-10
| | | | | | | * gnu/packages/linux.scm (cpuid)[arguments]<#:phases>{fix-makefile}: Remove Makefile gzip permissions patch. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: libpcap: Update to 2.62.Maxim Cournoyer2022-01-10
| | | | | | * gnu/packages/linux.scm (libpcap): Update to 2.62. [phases]{configure}: Delete phase, and move LDFLAGS to... [make-flags]: ... here. Define arguments via G-expressions.
* gnu: eudev: Update to 3.2.11.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/linux.scm (eudev): Update to 3.2.11. [phases]{make-source-writable}: Remove phase, no longer needed. {patch-bindir-in-btrfs-rules}: Likewise, fixed upstream. Remove trailing #t.
* gnu: util-linux: Update to 2.37.2.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/linux.scm (util-linux): Update to 2.37.2.
* gnu: libcap: Use #$output unconditionally.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/linux.scm (libcap)[phases]{configure}: Use #$output unconditionally.
* gnu: binutils: Absorb binutils-next.Maxim Cournoyer2022-01-10
| | | | | | | | | | * gnu/packages/base.scm (binutils)[configure-flags]: Set out-of-source? to #t. {--enable-64-bit-bfd, --enable-compressed-debug-sections=all, --enable-lto, --enable-separate-code, --enable-threads}: New flags. (binutils-next): Delete variable. (binutils-gold): Inherit from binutils. * gnu/packages/linux.scm (kexec-tools)[native-inputs]: Replace binutils-next with binutils.
* gnu: i2c-tools: Fix cross-compilation.Mathieu Othacehe2022-01-10
| | | | | * gnu/packages/linux.scm (i2c-tools)[arguments]: Use #$output to fix cross-compilation.
* gnu: tlp: Remove obsolete #t returns.Tobias Geerinckx-Rice2022-01-08
| | | | | * gnu/packages/linux.scm (tlp)[arguments]: Don't explicitly return #t from phases.
* gnu: tlpui: Update to 1.5.0.Nicolas Goaziou2022-01-08
| | | | * gnu/packages/linux.scm (tlpui): Update to 1.5.0.
* gnu: tlp: Update to 1.5.0.Nicolas Goaziou2022-01-08
| | | | * gnu/packages/linux.scm (tlp): Update to 1.5.0.
* gnu: wireles-tools: Fix cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | | | | | * 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.
* gnu: wireplumber: Update to 0.4.6.Tobias Geerinckx-Rice2022-01-08
| | | | * gnu/packages/linux.scm (wireplumber): Update to 0.4.6.
* gnu: pipewire@0.3: Update to 0.3.43.Tobias Geerinckx-Rice2022-01-08
| | | | * gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.43.
* gnu: libaio: Fix cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | | * gnu/packages/linux.scm (libaio)[arguments]: Rewrite as G-expression to avoid %OUTPUT when cross-compiling.
* gnu: iptables: Fix cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | | * gnu/packages/linux.scm (iptables)[arguments]: Rewrite as G-expression to avoid %OUTPUT when cross-compiling.
* gnu: iw: Fix cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | | | * 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.
* gnu: sysstat: Update to 12.4.4.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/linux.scm (sysstat): Update to 12.4.4. [arguments]: Don't explicitly return #t from phases.
* gnu: xfsprogs: Update to 5.14.2.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.14.2.
* gnu: mcelog: Update to 180.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/linux.scm (mcelog): Update to 180. [native-inputs]: Add python-wrapper.
* gnu: mdadm-static: Fix build.Tobias Geerinckx-Rice2022-01-06
| | | | | | | This follows up on commit 3d7a1b84c5bc3219c6076e492d6e98c27f2c1f86. * gnu/packages/linux.scm (mdadm-static)[arguments]: Add "-DNO_LIBUDEV" to CXFLAGS.
* gnu: mdadm-static: Use G-expressions.Tobias Geerinckx-Rice2022-01-06
| | | | | | | * gnu/packages/linux.scm (mdadm-static)[arguments]: Rewrite as G-expressions. Reported by Christopher Baines <mail@cbaines.net>
* gnu: linux-libre 4.4: Update to 4.4.298.Leo Famulari2022-01-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.298. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.296.Leo Famulari2022-01-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.296. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.261.Leo Famulari2022-01-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.261. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.224.Leo Famulari2022-01-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.224. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.170.Leo Famulari2022-01-05
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.170. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.90.Leo Famulari2022-01-05
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.90. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.15.13.Leo Famulari2022-01-05
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.13. (linux-libre-5.15-pristine-source): Update hash.
* gnu: haveged: Update to 1.9.16.Tobias Geerinckx-Rice2022-01-05
| | | | * gnu/packages/linux.scm (haveged): Update to 1.9.16.
* gnu: mdadm: Use G-expressions.Tobias Geerinckx-Rice2022-01-05
| | | | | | * gnu/packages/linux.scm (mdadm)[arguments]: Rewrite as G-expressions. [inputs]: Move under arguments. Remove input labels.
* gnu: mdadm: Update to 4.2.Tobias Geerinckx-Rice2022-01-05
| | | | | * gnu/packages/linux.scm (mdadm): Update to 4.2. [arguments]: Don't explicitly return #t from phases.
* gnu: linux-libre 4.4: Update to 4.4.297.Leo Famulari2021-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.297. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.295.Leo Famulari2021-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.295. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.260.Leo Famulari2021-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.260. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.223.Leo Famulari2021-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.223. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.169.Leo Famulari2021-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.169. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.89.Leo Famulari2021-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.89. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.15.12.Leo Famulari2021-12-30
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.12. (linux-libre-5.15-pristine-source): Update hash.
* gnu: xpadneo: Edit description.Tobias Geerinckx-Rice2021-12-29
| | | | | * gnu/packages/linux.scm (xpadneo)[synopsis, description]: Mention Linux. Capitalise Bluetooth. Edit.
* gnu: libite: Edit synopsis and description.Mathieu Othacehe2021-12-23
| | | | | * gnu/packages/linux.scm (libite)[synopsis]: Improve it. [description]: Ditto.
* gnu: watchdogd: Add a missing dot.Mathieu Othacehe2021-12-23
| | | | * gnu/packages/linux.scm (watchdogd)[description]: Add a missing dot.
* gnu: linux-libre 4.4: Update to 4.4.296.Leo Famulari2021-12-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.296. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.294.Leo Famulari2021-12-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.294. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.259.Leo Famulari2021-12-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.259. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.222.Leo Famulari2021-12-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.222. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.168.Leo Famulari2021-12-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.168. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.88.Leo Famulari2021-12-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.88. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.15.11.Leo Famulari2021-12-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.11. (linux-libre-5.15-pristine-source): Update hash.
* gnu: Add watchdogd.Petr Hodina2021-12-23
| | | | | | * gnu/packages/linux.scm (watchdogd): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add libuev.Petr Hodina2021-12-23
| | | | | | * gnu/packages/linux.scm (libuev): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>