Commit Graph
2360 Commits
Author SHA1 Message Date
Marius Bakke 4a894c2f09 gnu: linux-libre: Remove obsolete workaround.
* gnu/packages/linux.scm (make-linux-libre*)[arguments]: Do not change CPATH
or CROSS_CPATH.
2020-02-15 22:02:54 +01:00
Marius Bakke d85f8e46db gnu: eudev: Build and install the static library.
'lvm2-static' requires the static libudev.a.  This is a follow-up to commit
7b83cd720f.

* gnu/packages/linux.scm (eudev)[arguments]: Remove "--disable-static" from
 #:configure-flags.  Add phase 'move-static-library.
[outputs]: New field.
(lvm2-static)[inputs]: Remove.
[propagated-inputs]: Remove EUDEV and add EUDEV:STATIC.
2020-02-15 20:59:17 +01:00
Marius Bakke 21bdf383d7 Revert "gnu: libaio: Do not install the static library."
This change breaks 'lvm2-static' which cannot easily be made to work with a
separate libaio.a due to missing symbols.

This reverts commit d60458d77c.
2020-02-15 20:59:17 +01:00
Tobias Geerinckx-Rice 96636e4910 gnu: Add fbset.
* gnu/packages/linux.scm (fbset): New public variable.
2020-02-15 17:07:03 +01:00
Tobias Geerinckx-Rice 82c89ead38 gnu: ebtables: Use HTTPS home page.
* gnu/packages/linux.scm (ebtables)[home-page]: Use HTTPS.
2020-02-15 17:07:02 +01:00
Mark H Weaver cab611d9d5 gnu: linux-libre: Update to 5.4.20.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.20.
(linux-libre-5.4-pristine-source): Update hash.
2020-02-14 22:11:33 -05:00
Mark H Weaver c829faacef gnu: linux-libre@4.19: Update to 4.19.104.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.104.
(linux-libre-4.19-pristine-source): Update hash.
2020-02-14 22:11:31 -05:00
Mark H Weaver d498aa8862 gnu: linux-libre@4.14: Update to 4.14.171.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.171.
(linux-libre-4.14-pristine-source): Update hash.
2020-02-14 22:11:28 -05:00
Mark H Weaver 96100c0da9 gnu: linux-libre@4.9: Update to 4.9.214.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.214.
(linux-libre-4.9-pristine-source): Update hash.
2020-02-14 22:11:26 -05:00
Mark H Weaver 6a9db45259 gnu: linux-libre@4.4: Update to 4.4.214.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.214.
(linux-libre-4.4-pristine-source): Update hash.
2020-02-14 22:11:23 -05:00
Mark H Weaver 856650d9c1 gnu: linux-libre: Update deblob scripts.
* gnu/packages/linux.scm (deblob-scripts-5.4): Update to 5.4.19.
(deblob-scripts-4.19, deblob-scripts-4.14, deblob-scripts-4.9)
(deblob-scripts-4.4): Update versions, although the scripts are unchanged.
2020-02-14 22:11:21 -05:00
Brice Waegeneire 0c26e43eca gnu: btrfs-progs: Install udev-rules.
* gnu/packages/linux.scm (btrfs-progs)[arguments]: Add phase
patch-makefile.
[native-inputs]: Add lvm2, eudev.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-14 23:01:47 +01:00
Marius Bakke 7edafc884c Merge branch 'master' into core-updates 2020-02-14 19:05:45 +01:00
Marius Bakke d60458d77c gnu: libaio: Do not install the static library.
* gnu/packages/linux.scm (libaio)[arguments]: Add phase 'delete-static-library'.
2020-02-14 18:33:55 +01:00
Marius Bakke 2fabf398c1 gnu: libaio: Update to 0.3.112.
* gnu/packages/linux.scm (libaio): Update to 0.3.112.
2020-02-14 18:33:55 +01:00
Marius Bakke 7b83cd720f gnu: eudev: Do not build the static libraries.
* gnu/packages/linux.scm (eudev)[arguments]: Add "--disable-static" in
 #:configure-flags.
2020-02-14 18:33:54 +01:00
Marius Bakke e20e069b99 gnu: LVM2: Update to 2.03.08.
* gnu/packages/linux.scm (lvm2): Update to 2.03.08.
2020-02-14 17:49:26 +01:00
Nicolas Goaziou 0d4e780e77 gnu: tlp: Update to 1.3.1.
* gnu/packages/linux.scm (tlp): Update to 1.3.1.
2020-02-12 23:03:05 +01:00
Mark H Weaver 77189a3864 gnu: linux-libre: Update to 5.4.19.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.19.
(linux-libre-5.4-pristine-source): Update hash.
2020-02-11 17:13:34 -05:00
Mark H Weaver f92440ebd5 gnu: linux-libre@4.19: Update to 4.19.103.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.103.
(linux-libre-4.19-pristine-source): Update hash.
2020-02-11 17:12:34 -05:00
Marius Bakke 57bd483f67 gnu: lvm2: Update to 2.03.07.
* gnu/packages/linux.scm (lvm2): Update to 2.03.07.
[source](snippet): Adjust confdir regex.
[inputs]: Add LIBAIO.
[arguments]: Add phase 'patch-configure.
(lvm2-static)[arguments]: Don't build dmeventd.  Add phase 'adjust-Makefile'.
2020-02-11 00:05:16 +01:00
Marius Bakke 922fc9cb75 gnu: strace: Update to 5.5.
* gnu/packages/linux.scm (strace): Update to 5.5.
2020-02-10 20:18:04 +01:00
Marius Bakke 2cbccf7f65 Merge branch 'staging' 2020-02-10 20:11:26 +01:00
Mark H Weaver d94e5dffcb gnu: linux-libre: Update to 5.4.18.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.18.
(linux-libre-5.4-pristine-source): Update hash.
2020-02-05 20:20:55 -05:00
Mark H Weaver 55b1eab64f gnu: linux-libre@4.19: Update to 4.19.102.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.102.
(linux-libre-4.19-pristine-source): Update hash.
2020-02-05 20:20:18 -05:00
Mark H Weaver 5d0d21dc3a gnu: linux-libre@4.14: Update to 4.14.170.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.170.
(linux-libre-4.14-pristine-source): Update hash.
2020-02-05 20:19:28 -05:00
Mark H Weaver 7abac36258 gnu: linux-libre@4.9: Update to 4.9.213.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.213.
(linux-libre-4.9-pristine-source): Update hash.
2020-02-05 20:18:58 -05:00
Mark H Weaver 80b9f3efe7 gnu: linux-libre@4.4: Update to 4.4.213.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.213.
(linux-libre-4.4-pristine-source): Update hash.
2020-02-05 20:17:58 -05:00
Marius Bakke 52665d2b6b Merge branch 'staging' into core-updates 2020-02-03 15:45:44 +01:00
Marius Bakke 0a83339bb1 Merge branch 'master' into staging 2020-02-03 15:35:51 +01:00
Marius Bakke fef2436188 gnu: util-linux: Update to 2.35.1.
* gnu/packages/linux.scm (util-linux): Update to 2.35.1.
2020-02-03 15:29:16 +01:00
Marius Bakke f847d9dcda gnu: libaio: Fix cross-compilation.
* gnu/packages/linux.scm (libaio)[arguments]: When cross-compiling, set CC to
the cross-gcc in #:make-flags.
2020-02-03 15:29:14 +01:00
Nicolas Goaziou 8a890f3c40 gnu: tlp: Update to 1.3.0.
* gnu/packages/linux.scm (tlp): Update to 1.3.0.
[source]: Hard-code name in origin URI.
[native-inputs]: Add "shellcheck".
[arguments]: Activate some tests.  Update environment variables.  Ignore
tlp-rdw man pages.
* gnu/services/pm.scm (tlp-activation): Update configuration file name.
2020-02-02 10:42:16 +01:00
Vagrant Cascadian b3d25e218a gnu: Add linux-libre-riscv64-generic.
* gnu/packages/linux (linux-libre-riscv64-generic): New variable.
  (linux-libre-5.4): Add riscv64-linux to supported architectures.
2020-02-01 17:39:39 -08:00
Mark H Weaver f5fee80dad gnu: linux-libre: Update to 5.4.17.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.17.
(linux-libre-5.4-pristine-source): Update hash.
2020-02-01 13:49:46 -05:00
Mark H Weaver bfebf96253 gnu: linux-libre@4.19: Update to 4.19.101.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.101.
(linux-libre-4.19-pristine-source): Update hash.
2020-02-01 13:48:50 -05:00
Maxim Cournoyer 76f5428bc6 gnu: Add earlyoom.
* gnu/packages/linux.scm (earlyoom): New variable.
2020-01-31 23:37:13 -05:00
Mark H Weaver 85ea215864 gnu: linux-libre: Update to 5.4.16.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.16.
(linux-libre-5.4-pristine-source): Update hash.
2020-01-29 12:52:27 -05:00
Mark H Weaver 0332012e10 gnu: linux-libre@4.19: Update to 4.19.100.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.100.
(linux-libre-4.19-pristine-source): Update hash.
2020-01-29 12:51:52 -05:00
Mark H Weaver d7abd56d9c gnu: linux-libre@4.14: Update to 4.14.169.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.169.
(linux-libre-4.14-pristine-source): Update hash.
2020-01-29 12:51:14 -05:00
Mark H Weaver cf728b19c7 gnu: linux-libre@4.9: Update to 4.9.212.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.212.
(linux-libre-4.9-pristine-source): Update hash.
2020-01-29 12:50:42 -05:00
Mark H Weaver dfda8129d3 gnu: linux-libre@4.4: Update to 4.4.212.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.212.
(linux-libre-4.4-pristine-source): Update hash.
2020-01-29 12:49:37 -05:00
Marius Bakke 0895002f68 Merge branch 'master' into staging 2020-01-29 11:12:49 +01:00
Tobias Geerinckx-Rice e572ec3cc3 gnu: iproute2: Update to 5.5.0.
* gnu/packages/linux.scm (iproute): Update to 5.5.0.
2020-01-28 17:22:11 +01:00
Mark H Weaver 678f651e8d gnu: linux-libre@4.19: Update to 4.19.99.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.99.
(linux-libre-4.19-pristine-source): Update hash.
2020-01-27 14:38:13 -05:00
Mark H Weaver 3c6332128a gnu: linux-libre@4.14: Update to 4.14.168.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.168.
(linux-libre-4.14-pristine-source): Update hash.
2020-01-27 14:37:16 -05:00
Amin Bandali fcb510c541 gnu: light: Install udev rules to allow sudo-less invocations.
* gnu/packages/linux.scm (light)[arguments]: Substitute the absolute paths
of chgrp and chmod in 90-backlight.rules and install the rules file to the
special lib/udev/rules.d/ directory of the out output.  This allows for
any member of the video group to set brightness using light without sudo.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-01-27 19:58:21 +02:00
Marius Bakke 1d7051f82b Merge branch 'master' into staging 2020-01-26 23:40:24 +01:00
Mark H Weaver af46f6e40a gnu: linux-libre: Update to 5.4.15.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.15.
(linux-libre-5.4-pristine-source): Update hash.
2020-01-26 13:33:49 -05:00
Marius Bakke f69a22accf gnu: util-linux: Update to 2.35.
* gnu/packages/linux.scm (util-linux): Update to 2.35.
[arguments]: Add substitution to fix test locale.
2020-01-24 20:44:36 +01:00