Marius Bakke
ebfe259f66
Merge branch 'master' into staging
2019-03-14 15:06:06 +01:00
Ludovic Courtès
59e8044588
Remove traces of "GuixSD".
...
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Remove
mentions of "GuixSD".
* gnu/bootloader/grub.scm (install-grub-efi): Likewise.
* gnu/build/vm.scm (make-iso9660-image): Change default #:volume-id to
"Guix_image".
(initialize-hard-disk): Search for the "Guix_image" label.
* gnu/ci.scm (system-test-jobs, tarball-jobs): Remove "GuixSD".
* gnu/installer/newt/welcome.scm (run-welcome-page): Likewise.
* gnu/packages/audio.scm (supercollider)[description]: Likewise.
* gnu/packages/curl.scm (curl): Likewise.
* gnu/packages/emacs.scm (emacs): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/julia.scm (julia): Likewise.
* gnu/packages/linux.scm (alsa-plugins): Likewise.
(powertop, wireless-regdb): Likewise.
* gnu/packages/package-management.scm (guix): Likewise.
* gnu/packages/polkit.scm (polkit): Likewise.
* gnu/packages/tex.scm (texlive-bin): Likewise.
* gnu/services/base.scm (file-systems->fstab): Likewise.
* gnu/services/cups.scm (%cups-activation): Likewise.
* gnu/services/mail.scm (%dovecot-activation): Likewise.
* gnu/services/messaging.scm (prosody-configuration)[log]: Likewise.
* gnu/system/examples/vm-image.tmpl (vm-image-motd): Likewise.
* gnu/system/install.scm (installation-os)[file-systems]: Change root
file system label to "Guix_image".
* gnu/system/mapped-devices.scm (check-device-initrd-modules):
Remove "GuixSD".
* gnu/system/vm.scm (system-docker-image): Likewise.
(system-disk-image)[root-label]: Change to "Guix_image".
* gnu/tests/install.scm (run-install): Remove "GuixSD".
* guix/modules.scm (guix-module-name?): Likewise.
* nix/libstore/optimise-store.cc: Likewise.
2019-03-13 23:12:43 +01:00
Mark H Weaver
3edd7a3f4c
gnu: linux-libre: Update to 5.0.1.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.1.
(%linux-libre-hash): Update hash.
2019-03-11 07:14:58 -04:00
Mark H Weaver
32ede5bbf9
gnu: linux-libre@4.19: Update to 4.19.28.
...
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.28.
(%linux-libre-4.19-hash): Update hash.
2019-03-11 07:14:01 -04:00
Marius Bakke
8c5533b582
Merge branch 'master' into staging
2019-03-10 18:38:25 +01:00
Pierre Neidhardt
b60e9fb82f
gnu: fuseiso: Fix typo in description.
...
* gnu/packages/linux.scm (fuseiso)[description]: Fix typo.
2019-03-07 17:12:46 +01:00
Rutger Helling
9cb4bda222
gnu: nftables: Update to 0.9.0.
...
* gnu/packages/linux.scm (nftables): Update to 0.9.0.
[arguments]: Add "--disable-man-doc" configure flag.
2019-03-07 12:08:21 +01:00
Mark H Weaver
274fa49100
gnu: linux-libre: Update to 5.0.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.
(%linux-libre-hash): Update hash.
(%linux-libre-4.20-patches): Rename to ...
(%linux-libre-5.0-patches): ... this.
(linux-libre, linux-libre-arm-generic, linux-libre-arm-omap2plus):
Use %linux-libre-5.0-patches instead of %linux-libre-4.20-patches.
* gnu/packages/aux-files/linux-libre/4.20-arm.conf,
gnu/packages/aux-files/linux-libre/4.20-arm64.conf,
gnu/packages/aux-files/linux-libre/4.20-i686.conf,
gnu/packages/aux-files/linux-libre/4.20-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/5.0-arm.conf,
gnu/packages/aux-files/linux-libre/5.0-arm64.conf,
gnu/packages/aux-files/linux-libre/5.0-i686.conf,
gnu/packages/aux-files/linux-libre/5.0-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Adjust accordingly.
2019-03-06 17:51:55 -05:00
Mark H Weaver
9870f3ec61
gnu: linux-libre@4.19: Update to 4.19.27.
...
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.27.
(%linux-libre-4.19-hash): Update hash.
2019-03-06 17:51:12 -05:00
Mark H Weaver
1b1a6c028b
gnu: linux-libre@4.14: Update to 4.14.105.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.105.
(%linux-libre-4.14-hash): Update hash.
2019-03-06 17:50:21 -05:00
Mark H Weaver
7850fa891d
gnu: linux-libre@4.9: Update to 4.9.162.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.162.
2019-03-06 17:49:26 -05:00
Marius Bakke
f339df425e
Merge branch 'master' into staging
2019-03-06 16:31:58 +01:00
Marius Bakke
dff79364cf
gnu: fuseiso: Fix typo.
...
* gnu/packages/linux.scm (fuseiso)[synopsis]: s/imsages/images.
2019-03-06 16:30:48 +01:00
Pierre Neidhardt
1564e0fefa
gnu: Add fuseiso.
...
* gnu/packages/linux.scm (fuseiso): New variable.
2019-03-06 16:24:34 +01:00
Ludovic Courtès
af85757915
gnu: singularity: Leave PATH unchanged.
...
Previously 'singularity help' & co. would all fail on Guix System
because Coreutils, grep, etc. were not found in $PATH.
* gnu/packages/linux.scm (singularity)[source](snippet): Remove "PATH"
setting from 'bin/singularity.in'.
2019-03-05 23:08:53 +01:00
Ludovic Courtès
fbf26cbcf3
gnu: singularity: Patch 'Makefile.in' in a snippet.
...
* gnu/packages/linux.scm (singularity)[source](snippet, modules): New
fields.
[arguments]: Remove 'disable-install-hook' phase.
2019-03-05 23:08:53 +01:00
Tobias Geerinckx-Rice
908a3f3614
gnu: thinkfan: Let the build system handle rcscripts/.
...
This moves them from /share/thinkfan to their conventional locations
in /etc and /lib; the former was an arbitrary Guixism anyway.
* gnu/packages/linux.scm (thinkfan)[arguments]:
Re-write 'install-rc-scripts' as 'create-init-scripts' and move it after
the 'unpack' phase.
2019-03-05 17:01:53 +01:00
Tobias Geerinckx-Rice
9a3d176ee1
gnu: thinkfan: Update to 1.0.2.
...
* gnu/packages/linux.scm (thinkfan): Update to 1.0.2.
[arguments]: Adjust source directory.
2019-03-05 17:01:53 +01:00
Tobias Geerinckx-Rice
9eb7cde0e8
gnu: iucode-tool: Update to 2.3.1.
...
* gnu/packages/linux.scm (iucode-tool): Update to 2.3.1.
2019-03-05 17:01:53 +01:00
Tobias Geerinckx-Rice
59ac0a2a59
gnu: f2fs-tools: Update to 1.12.0.
...
* gnu/packages/linux.scm (f2fs-tools): Update to 1.12.0.
2019-03-05 17:01:53 +01:00
Tobias Geerinckx-Rice
2d588f3c03
gnu: f2fs-tools: Don't use NAME in source URI.
...
* gnu/packages/linux.scm (f2fs-tools-1.7, f2fs-tools)[source]:
Hard-code NAME.
2019-03-05 17:01:52 +01:00
Tobias Geerinckx-Rice
9e6008b775
gnu: xfsprogs: Update to 4.20.0.
...
* gnu/packages/linux.scm (xfsprogs): Update to 4.20.0.
2019-03-05 17:01:52 +01:00
Tobias Geerinckx-Rice
e569c7723d
gnu: libnftnl: Update to 1.1.2.
...
* gnu/packages/linux.scm (libnftnl): Update to 1.1.2.
2019-03-05 17:01:52 +01:00
Tobias Geerinckx-Rice
083639a553
gnu: genext2fs: Update to 1.4.1-4.
...
* gnu/packages/linux.scm (genext2fs): Update to 1.4.1-4.
[arguments]: Add 'apply-debian-patches' phase.
[native-inputs]: Add autoconf and automake.
2019-03-05 17:01:51 +01:00
Tobias Geerinckx-Rice
d22d246a25
gnu: btrfs-progs: Update to 4.20.2.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 4.20.2.
2019-03-05 00:05:14 +01:00
Marius Bakke
19464173ba
Merge branch 'master' into staging
2019-03-01 17:33:00 +01:00
Marius Bakke
82e7a51ccd
gnu: efibootmgr: Remove obsolete configure flag.
...
* gnu/packages/linux.scm (efibootmgr)[arguments]: Don't override CFLAGS.
2019-03-01 17:31:19 +01:00
Marius Bakke
30559d8ffd
gnu: efibootmgr: Don't use NAME in source URI.
...
* gnu/packages/linux.scm (efibootmgr)[source](uri): Hard-code NAME.
2019-03-01 17:31:18 +01:00
Marius Bakke
3c2589982d
gnu: kmod: Update to 26.
...
* gnu/packages/linux.scm (kmod): Update to 26.
2019-03-01 14:19:29 +01:00
Mark H Weaver
275beea9d8
gnu: linux-libre: Update to 4.20.13.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.13.
(%linux-libre-hash): Update hash.
2019-02-27 13:48:04 -05:00
Mark H Weaver
fd5784d889
gnu: linux-libre@4.19: Update to 4.19.26.
...
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.26.
(%linux-libre-4.19-hash): Update hash.
2019-02-27 13:47:15 -05:00
Mark H Weaver
70b1b5b7d0
gnu: linux-libre@4.14: Update to 4.14.104.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.104.
(%linux-libre-4.14-hash): Update hash.
2019-02-27 13:46:17 -05:00
Mark H Weaver
c9ac753bce
gnu: linux-libre@4.9: Update to 4.9.161.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.161.
2019-02-27 13:45:27 -05:00
Tobias Geerinckx-Rice
abb90ff987
gnu: hdparm: Update to 9.58.
...
* gnu/packages/linux.scm (hdparm): Update to 9.58.
2019-02-24 21:29:22 +01:00
Tobias Geerinckx-Rice
1b1ef87ef1
gnu: hdparm: Don't use NAME in source URI.
...
* gnu/packages/linux.scm (hdparm)[source]: Hard-code NAME.
2019-02-24 21:29:22 +01:00
Tobias Geerinckx-Rice
8118a086bf
gnu: powertop: Update to 2.10.
...
* gnu/packages/linux.scm (powertop): Update to 2.10.
2019-02-24 21:29:22 +01:00
Marius Bakke
aa51eb2073
Merge branch 'master' into staging
2019-02-24 21:25:52 +01:00
Tobias Geerinckx-Rice
ed7dc85717
gnu: acpid: Update to 2.0.31.
...
* gnu/packages/linux.scm (acpid): Update to 2.0.31.
2019-02-24 17:51:29 +01:00
Mark H Weaver
13eb556f9f
gnu: linux-libre: Update to 4.20.12.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.12.
(%linux-libre-hash): Update hash.
2019-02-23 22:55:20 -05:00
Mark H Weaver
cac6e0efba
gnu: linux-libre@4.19: Update to 4.19.25.
...
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.25.
(%linux-libre-4.19-hash): Update hash.
2019-02-23 22:54:27 -05:00
Mark H Weaver
ed5cabe6ee
gnu: linux-libre@4.14: Update to 4.14.103.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.103.
(%linux-libre-4.14-hash): Update hash.
2019-02-23 22:52:58 -05:00
Mark H Weaver
bc14e23650
gnu: linux-libre@4.9: Update to 4.9.160.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.160.
2019-02-23 22:52:08 -05:00
Mark H Weaver
992f8c0241
gnu: linux-libre@4.4: Update to 4.4.176.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.176.
2019-02-23 22:50:36 -05:00
Marius Bakke
46bf8b2be5
gnu: ALSA: Update to 1.1.8.
...
* gnu/packages/linux.scm (alsa-lib, alsa-utils, alsa-plugins): Update to 1.1.8.
2019-02-23 17:27:55 +01:00
Mark H Weaver
61e01e599d
gnu: linux-libre: Update to 4.20.11.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.11.
(%linux-libre-hash): Update hash.
2019-02-21 02:03:15 -05:00
Mark H Weaver
0ce657ab23
gnu: linux-libre@4.19: Update to 4.19.24.
...
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.24.
(%linux-libre-4.19-hash): Update hash.
2019-02-21 02:01:29 -05:00
Mark H Weaver
050439ca34
gnu: linux-libre@4.14: Update to 4.14.102.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.102.
(%linux-libre-4.14-hash): Update hash.
2019-02-21 02:00:26 -05:00
Mark H Weaver
6be9cb27c7
gnu: linux-libre@4.9: Update to 4.9.159.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.159.
2019-02-21 01:59:30 -05:00
Mark H Weaver
a7891e8ab4
gnu: linux-libre@4.4: Update to 4.4.175.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.175.
2019-02-21 01:58:17 -05:00
Danny Milosavljevic
0d5c5b1b64
gnu: fakeroot: Enable ACL support.
...
* gnu/packages/linux.scm (fakeroot)[native-inputs]: Add acl.
[arguments]<#:phases>[setenv]: New phase.
2019-02-20 17:01:56 +01:00