Commit graph

651 commits

Author SHA1 Message Date
David Craven
90c18c321e
gnu: make-linux-libre: Add extra-options parameter.
* gnu/packages/linux.scm (linux-libre): Use
  %default-extra-linux-options.
  (config->string, %default-extra-linux-options): New variables.
2016-09-13 21:01:27 +02:00
David Craven
c258807a85
gnu: Use make-linux-libre.
* gnu/packages/linux.scm (make-linux-libre): New variable.
  (linux-libre, linux-libre-4.4, linux-libre-4.1): Use make-linux-libre.
  (kernel-config): Take arch instead of system.
2016-09-13 21:01:27 +02:00
David Craven
4b42703ed5
gnu: linux-libre: Add support for cross-compilation.
* gnu/packages/linux.scm (linux-libre): Add support for
  cross-compilation.
2016-09-13 16:45:41 +02:00
David Craven
9416459b72
gnu: linux-libre: Move kernel configuration to configure phase.
* gnu/packages/linux.scm (linux-libre)[arguments]: Add configure phase.
2016-09-13 16:45:41 +02:00
David Craven
499fb7e0ba
gnu: linux-libre: Apply %boot-logo patch in origin.
* gnu/packages/linux.scm (linux-libre)[origin]: Apply %boot-logo patch
  in origin.
2016-09-13 16:45:41 +02:00
David Craven
6d7ef2aad2
gnu: linux-libre: Use system->architecture.
* gnu/packages/linux.scm (linux-libre): Use system->architecture.
2016-09-13 16:45:41 +02:00
David Craven
614d1738e2
gnu: linux-libre: Use modify-phases.
* gnu/packages/linux.scm (linux-libre): Use modify-phases.
2016-09-13 16:45:41 +02:00
David Craven
885009c5b9
gnu: module-init-tools: Prevent line wrapping.
* gnu/packages/linux.scm (module-init-tools): Break line.
2016-09-13 16:45:41 +02:00
Mark H Weaver
7c1fedd0d7
gnu: linux-libre: Update to 4.7.3.
* gnu/packages/linux.scm (linux-libre): Update to 4.7.3.
2016-09-10 22:11:21 -04:00
Mark H Weaver
5ed67c812f
gnu: linux-libre@4.4: Update to 4.4.20.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.20.
2016-09-10 22:11:19 -04:00
Mark H Weaver
4bf184caa4
gnu: linux-libre@4.1: Update to 4.1.32.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.32.
2016-09-10 22:11:12 -04:00
David Craven
b450d2b440
gnu: linux-libre-headers: Use modify-phases.
* gnu/packages/linux.scm (linux-libre-headers): Use modify phases.
2016-09-09 13:20:22 +02:00
Tobias Geerinckx-Rice
5e814f63a4
gnu: btrfs-progs: Update to 4.7.2.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.2.
2016-09-06 16:46:21 +02:00
Ludovic Courtès
2c6a1c67e4
gnu: eudev: Update to 3.2.
* gnu/packages/linux.scm (eudev): Update to 3.2.
2016-09-03 23:45:29 +02:00
John Darrington
fd0a23e9eb
gnu: libnfsidmap: Set pluginpath at configure time.
* gnu/packages/linux.scm (libnfsidmap)[arguments]: Pass --with-pluginpath=
to #:configure-flags.
2016-09-03 15:52:21 +02:00
Ludovic Courtès
241826b5ab
gnu: procps: Disable faulty floating point test.
* gnu/packages/linux.scm (procps)[arguments]: Add 'disable-strtod-test'
phase.
2016-09-02 23:49:47 +02:00
Ludovic Courtès
072e10615f
Merge branch 'master' into core-updates 2016-09-02 15:39:50 +02:00
Leo Famulari
be4a1ddec5
Revert "gnu: linux-pam: Add cracklib to inputs."
This reverts commit 25d1b3107f.
2016-08-31 16:16:22 -04:00
Efraim Flashner
4916514503
gnu: alsa-utils: Use 'modify-phases'.
* gnu/packages/linux.scm (alsa-utils)[arguments]: Use 'modify-phases'
syntax.
2016-08-31 08:38:18 +03:00
Efraim Flashner
43043f23f5
gnu: alsa-utils: Update to 1.1.2.
* gnu/packages/linux.scm (alsa-utils): Update to 1.1.2.
2016-08-31 08:38:17 +03:00
John Darrington
6a540995fb
gnu: libnfsidmap: Correct punctuation
* gnu/packages/linux.scm (libnfsidmap)[description]: Replace semicolon with colon.
2016-08-30 18:34:23 +02:00
Ludovic Courtès
e2c1b70c2b
gnu: libnfsidmap: Fix Texinfo markup.
* gnu/packages/linux.scm (libnfsidmap)[description]: Add missing @code.
2016-08-30 09:59:45 +02:00
John Darrington
594d740d72
gnu: Add libnfsidmap
* gnu/packages/linux.scm (libnfsidmap): New variable.
2016-08-30 07:00:59 +02:00
Efraim Flashner
b3d2be945d
Merge remote-tracking branch 'origin/master' into core-updates 2016-08-29 23:46:33 +03:00
Efraim Flashner
4c93ce42e5
gnu: shishi: Use linux-pam-1.2.
* gnu/packages/linux.scm (linux-pam-1.2): New variable.
* gnu/packages/shishi.scm (shishi)[inputs]: Use linux-pam-1.2.
2016-08-29 17:10:57 +03:00
Tobias Geerinckx-Rice
e385e95767
gnu: Add ecryptfs-utils.
* gnu/packages/linux.scm (ecryptfs-utils): New variable.
2016-08-28 20:20:16 +02:00
David Craven
25d1b3107f
gnu: linux-pam: Add cracklib to inputs.
* gnu/packages/linux.scm (linux-pam)[inputs]: Add cracklib.
2016-08-28 15:02:18 +02:00
David Craven
7483230f17
gnu: linux-pam: Update to 1.3.0.
* gnu/packages/linux.scm (linux-pam): Update it.
2016-08-28 15:02:18 +02:00
Tobias Geerinckx-Rice
feb995c4c9
gnu: btrfs-progs: Update to 4.7.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.1.
2016-08-26 23:16:40 +02:00
Tobias Geerinckx-Rice
49dbe69624
gnu: btrfs-progs: Update to 4.7.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.
[native-inputs]: Add missing header comment for which.
2016-08-26 11:54:59 +02:00
Mark H Weaver
f2e519ede8
gnu: linux-libre@4.1: Update to 4.1.31.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.31.
2016-08-24 20:53:09 -04:00
Leo Famulari
f041616da1
gnu: util-linux: Update to 2.28.1.
* gnu/packages/linux.scm (util-linux): Update to 2.28.1.
2016-08-21 17:56:04 -04:00
Mark H Weaver
4c1e062a58
gnu: linux-libre: Update to 4.7.2.
* gnu/packages/linux.scm (linux-libre): Update to 4.7.2.
2016-08-21 14:58:41 -04:00
Mark H Weaver
e06bafb378
gnu: linux-libre@4.4: Update to 4.4.19.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.19.
2016-08-21 14:58:31 -04:00
Mark H Weaver
73ba8559b5
gnu: linux-libre-headers: Update to 4.4.18.
* gnu/packages/linux.scm (linux-libre-headers): Update to 4.4.18.
2016-08-21 04:39:58 -04:00
Leo Famulari
015ee84aac
Merge branch 'master' into core-updates 2016-08-17 23:35:22 -04:00
Mark H Weaver
6a9a336265
gnu: linux-libre: Update to 4.7.1.
* gnu/packages/linux.scm (linux-libre): Update to 4.7.1.
2016-08-17 14:01:07 -04:00
Mark H Weaver
6a79e9fa47
gnu: linux-libre@4.4: Update to 4.4.18.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.18.
2016-08-17 14:00:57 -04:00
Efraim Flashner
74a3c4bb6c
gnu: procps: Update to 3.3.12.
* gnu/packages/linux.scm (procps): Update to 3.3.12.
[source]: Remove patch.
* gnu/packages/patches/procps-non-linux.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2016-08-15 10:42:27 +03:00
Mark H Weaver
10692b2e7f
gnu: linux-libre@4.4: Update to 4.4.17.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.17.
2016-08-11 05:21:33 -04:00
Mark H Weaver
7309a501ee
gnu: linux-libre@4.1: Update to 4.1.30.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.30.
2016-08-10 23:13:21 -04:00
Mark H Weaver
536fc5f8cd
Merge branch 'core-updates' 2016-08-04 08:17:05 -04:00
Mark H Weaver
0832787e5c
Revert "Merge branch 'core-updates'"
This reverts commit 455859a50f.
2016-08-04 08:16:38 -04:00
Ludovic Courtès
d76f44e84c
gnu: mdadm: Build without '-Werror'
* gnu/packages/linux.scm (mdadm)[arguments]: Add 'remove-W-error'
phase.
2016-08-03 12:10:00 +02:00
Ludovic Courtès
455859a50f
Merge branch 'core-updates' 2016-08-01 23:30:52 +02:00
Mark H Weaver
3d337bbc39
Merge branch 'master' into core-updates 2016-07-31 23:27:03 -04:00
Mark H Weaver
4e8efc15fb
gnu: linux-libre@4.1: Update to 4.1.29.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.29.
2016-07-31 23:24:54 -04:00
Leo Famulari
48b7e4a6c1
gnu: btrfs-progs: Update to 4.6.1
* gnu/packages/linux.scm (btrfs-progs): Update to 4.6.1.
[native-inputs]: Add WHICH.
2016-07-29 18:58:48 -04:00
Mark H Weaver
0bab3af078
Merge branch 'master' into core-updates 2016-07-29 14:18:07 -04:00
Mark H Weaver
682a7d2338
gnu: linux-libre@4.4: Update to 4.4.16.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.16.
2016-07-29 14:14:25 -04:00