summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: fuseiso: Fix typo in description.•••* gnu/packages/linux.scm (fuseiso)[description]: Fix typo. Pierre Neidhardt2019-03-071-2/+2
* gnu: nftables: Update to 0.9.0.•••* gnu/packages/linux.scm (nftables): Update to 0.9.0. [arguments]: Add "--disable-man-doc" configure flag. Rutger Helling2019-03-071-3/+5
* 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. Mark H Weaver2019-03-061-6/+6
* 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. Mark H Weaver2019-03-061-2/+2
* 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. Mark H Weaver2019-03-061-2/+2
* gnu: linux-libre@4.9: Update to 4.9.162.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.162. Mark H Weaver2019-03-061-2/+2
* gnu: fuseiso: Fix typo.•••* gnu/packages/linux.scm (fuseiso)[synopsis]: s/imsages/images. Marius Bakke2019-03-061-1/+1
* gnu: Add fuseiso.•••* gnu/packages/linux.scm (fuseiso): New variable. Pierre Neidhardt2019-03-061-0/+26
* 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'. Ludovic Courtès2019-03-051-0/+8
* gnu: singularity: Patch 'Makefile.in' in a snippet.•••* gnu/packages/linux.scm (singularity)[source](snippet, modules): New fields. [arguments]: Remove 'disable-install-hook' phase. Ludovic Courtès2019-03-051-8/+9
* 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. Tobias Geerinckx-Rice2019-03-051-12/+16
* gnu: thinkfan: Update to 1.0.2.•••* gnu/packages/linux.scm (thinkfan): Update to 1.0.2. [arguments]: Adjust source directory. Tobias Geerinckx-Rice2019-03-051-20/+19
* gnu: iucode-tool: Update to 2.3.1.•••* gnu/packages/linux.scm (iucode-tool): Update to 2.3.1. Tobias Geerinckx-Rice2019-03-051-2/+2
* gnu: f2fs-tools: Update to 1.12.0.•••* gnu/packages/linux.scm (f2fs-tools): Update to 1.12.0. Tobias Geerinckx-Rice2019-03-051-2/+2
* gnu: f2fs-tools: Don't use NAME in source URI.•••* gnu/packages/linux.scm (f2fs-tools-1.7, f2fs-tools)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-03-051-2/+2
* gnu: xfsprogs: Update to 4.20.0.•••* gnu/packages/linux.scm (xfsprogs): Update to 4.20.0. Tobias Geerinckx-Rice2019-03-051-3/+3
* gnu: libnftnl: Update to 1.1.2.•••* gnu/packages/linux.scm (libnftnl): Update to 1.1.2. Tobias Geerinckx-Rice2019-03-051-8/+7
* 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. Tobias Geerinckx-Rice2019-03-051-4/+21
* gnu: btrfs-progs: Update to 4.20.2.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.20.2. Tobias Geerinckx-Rice2019-03-051-2/+2
* gnu: efibootmgr: Remove obsolete configure flag.•••* gnu/packages/linux.scm (efibootmgr)[arguments]: Don't override CFLAGS. Marius Bakke2019-03-011-6/+2
* gnu: efibootmgr: Don't use NAME in source URI.•••* gnu/packages/linux.scm (efibootmgr)[source](uri): Hard-code NAME. Marius Bakke2019-03-011-2/+2
* 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. Mark H Weaver2019-02-271-2/+2
* 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. Mark H Weaver2019-02-271-2/+2
* 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. Mark H Weaver2019-02-271-2/+2
* gnu: linux-libre@4.9: Update to 4.9.161.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.161. Mark H Weaver2019-02-271-2/+2
* gnu: hdparm: Update to 9.58.•••* gnu/packages/linux.scm (hdparm): Update to 9.58. Tobias Geerinckx-Rice2019-02-241-2/+2
* gnu: hdparm: Don't use NAME in source URI.•••* gnu/packages/linux.scm (hdparm)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-241-2/+2
* gnu: powertop: Update to 2.10.•••* gnu/packages/linux.scm (powertop): Update to 2.10. Tobias Geerinckx-Rice2019-02-241-6/+4
* gnu: acpid: Update to 2.0.31.•••* gnu/packages/linux.scm (acpid): Update to 2.0.31. Tobias Geerinckx-Rice2019-02-241-2/+2
* 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. Mark H Weaver2019-02-231-2/+2
* 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. Mark H Weaver2019-02-231-2/+2
* 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. Mark H Weaver2019-02-231-2/+2
* gnu: linux-libre@4.9: Update to 4.9.160.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.160. Mark H Weaver2019-02-231-2/+2
* gnu: linux-libre@4.4: Update to 4.4.176.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.176. Mark H Weaver2019-02-231-2/+2
* 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. Mark H Weaver2019-02-211-2/+2
* 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. Mark H Weaver2019-02-211-2/+2
* 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. Mark H Weaver2019-02-211-2/+2
* gnu: linux-libre@4.9: Update to 4.9.159.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.159. Mark H Weaver2019-02-211-2/+2
* gnu: linux-libre@4.4: Update to 4.4.175.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.175. Mark H Weaver2019-02-211-2/+2
* gnu: fakeroot: Enable ACL support.•••* gnu/packages/linux.scm (fakeroot)[native-inputs]: Add acl. [arguments]<#:phases>[setenv]: New phase. Danny Milosavljevic2019-02-201-1/+6
* gnu: archivemount: Use HTTPS home page.•••* * gnu/packages/linux.scm (archivemount)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-02-191-2/+2
* gnu: archivemount: Update to 0.8.12.•••* gnu/packages/linux.scm (archivemount): Update to 0.8.12. Tobias Geerinckx-Rice2019-02-191-3/+2
* gnu: rng-tools: Update to 6.7.•••* gnu/packages/linux.scm (rng-tools): Update to 6.7. [arguments]: Add ‘--without-pkcs11’ to #:configure-flags to avoid a new dependeny on libp11. Tobias Geerinckx-Rice2019-02-191-3/+4
* gnu: linux-libre: Update to 4.20.10.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.10. (%linux-libre-hash): Update hash. Mark H Weaver2019-02-151-2/+2
* gnu: linux-libre@4.19: Update to 4.19.23.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.23. (%linux-libre-4.19-hash): Update hash. Mark H Weaver2019-02-151-2/+2
* gnu: linux-libre@4.14: Update to 4.14.101.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.101. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2019-02-151-2/+2
* gnu: linux-libre@4.9: Update to 4.9.158.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.158. Mark H Weaver2019-02-151-2/+2
* gnu: linux-libre: Update to 4.20.8.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.8. (%linux-libre-hash): Update hash. Mark H Weaver2019-02-131-2/+2
* gnu: linux-libre@4.19: Update to 4.19.21.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.21. (%linux-libre-4.19-hash): Update hash. Mark H Weaver2019-02-131-2/+2
* gnu: linux-libre@4.14: Update to 4.14.99.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.99. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2019-02-131-2/+2