Age | Commit message (Expand) | Author |
---|---|---|
2020-06-13 | Merge branch 'staging' | Marius Bakke |
2020-06-13 | gnu: perf: Set 'CC'....* gnu/packages/linux.scm (perf)[arguments]: Add "CC=gcc" to #:make-flags. This fixes a (harmless?) error message during the 'configure' phase. | Ludovic Courtès |
2020-06-13 | gnu: perf: Restore use of dependencies....* gnu/packages/linux.scm (perf)[arguments]: Remove C_INCLUDE_PATH from #:make-flags. It is no longer needed since the switch to C_INCLUDE_PATH in 2073b55e6b964cb8ca15e8c74cb32dac00f05f0d and would prevent dependencies from being found. | Ludovic Courtès |
2020-06-11 | Merge branch 'master' into staging | Marius Bakke |
2020-06-11 | gnu: linux-libre: Update to 5.4.46....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.46. (linux-libre-5.4-pristine-source): Update hash. | Mark H Weaver |
2020-06-11 | gnu: linux-libre@5.7: Update to 5.7.2....* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.128. (linux-libre-5.7-pristine-source): Update hash. | Mark H Weaver |
2020-06-11 | gnu: linux-libre@5.6: Remove....Users of linux-libre-5.6 should migrate to version 5.7. * gnu/packages/linux.scm (deblob-scripts-5.6, linux-libre-5.6-version) (linux-libre-5.6-pristine-source, linux-libre-5.6-source) (linux-libre-headers-5.6, linux-libre-arm-generic-5.6) (linux-libre-arm64-generic-5.6): Remove variables. | Mark H Weaver |
2020-06-11 | gnu: linux-libre@4.19: Update to 4.19.128....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.128. (linux-libre-4.19-pristine-source): Update hash. | Mark H Weaver |
2020-06-11 | gnu: linux-libre@4.14: Update to 4.14.184....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.184. (linux-libre-4.14-pristine-source): Update hash. | Mark H Weaver |
2020-06-11 | gnu: linux-libre@4.9: Update to 4.9.227....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.227. (linux-libre-4.9-pristine-source): Update hash. | Mark H Weaver |
2020-06-11 | gnu: linux-libre@4.4: Update to 4.4.227....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.227. (linux-libre-4.4-pristine-source): Update hash. | Mark H Weaver |
2020-06-10 | gnu: thinkfan: Update to 1.2....* gnu/packages/linux.scm (thinkfan): Update to 1.2. [home-page]: Switch to an up-to-date home page. | Nicolas Goaziou |
2020-06-10 | gnu: nvme-cli: Update to 1.11.2....* gnu/packages/linux.scm (nvme-cli): Update to 1.11.2. | Tobias Geerinckx-Rice |
2020-06-10 | gnu: iptables: Update to 1.8.5....* gnu/packages/linux.scm (iptables): Update to 1.8.5. [source]: Add URL. [arguments]: Add an ‘install-missing-script’ phase. | Tobias Geerinckx-Rice |
2020-06-10 | gnu: nftables: Update to 0.9.5....* gnu/packages/linux.scm (nftables): Update to 0.9.5. | Tobias Geerinckx-Rice |
2020-06-10 | gnu: libnftnl: Update to 1.1.7....* gnu/packages/linux.scm (libnftnl): Update to 1.1.7. | Tobias Geerinckx-Rice |
2020-06-08 | gnu: v4l2loopback-linux-module: Really disable tests....Commit fdcd193744dbb92d3478c8e4e6c4f4336a872831 was a botched by-hand ‘merge’ that caused the default check phase to run, and fail. * gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]: Set #:tests? to #f. | Tobias Geerinckx-Rice |
2020-06-08 | gnu: Add linux-libre-arm-generic-5.7....* gnu/packages/linux (linux-libre-arm-generic): New variable. | Vagrant Cascadian |
2020-06-08 | gnu: Add linux-libre-arm64-generic-5.7....* gnu/packages/linux (linux-libre-arm64-generic): New variable. | Vagrant Cascadian |
2020-06-08 | gnu: Add linux-libre 5.7.1....* gnu/packages/linux (deblob-scripts-5.7): New variable. (linux-libre-5.7-version): New variable. (linux-libre-5.7-pristine-source): New variable. (linux-libre-5.7-source): New variable. (linux-libre-headers-5.7): New variable. | Vagrant Cascadian |
2020-06-08 | Merge branch 'master' into staging | Marius Bakke |
2020-06-08 | gnu: rtl8821ce-linux-module: Use MAKE-FLAGS....* gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]: Use MAKE-FLAGS keyword. Make CC environment variable a make flag. | Tobias Geerinckx-Rice |
2020-06-08 | gnu: rtl8812au-aircrack-ng-linux-module: Use MAKE-FLAGS....* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module) [arguments]: Use MAKE-FLAGS keyword. | Tobias Geerinckx-Rice |
2020-06-08 | gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-1.df2b8df....* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-1.df2b8df. | Tobias Geerinckx-Rice |
2020-06-08 | gnu: v4l2loopback-linux-module: Edit synopsis and description....* gnu/packages/linux.scm (v4l2loopback-linux-module) [synopsis, description]: Edit. | Tobias Geerinckx-Rice |
2020-06-08 | gnu: v4l2loopback-linux-module: Disable ‘test’....It simply built the test programme but nothing more. * gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]: Remove the ‘check’ phase. | Tobias Geerinckx-Rice |
2020-06-08 | gnu: Add v4l2loopback-linux-module....* gnu/packages/linux.scm (v4l2loopback-linux-module): New variable. | Morgan Smith |
2020-06-08 | gnu: linux-libre: Update to 5.4.45....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.45. (linux-libre-5.4-pristine-source): Update hash. | Mark H Weaver |
2020-06-08 | gnu: linux-libre@5.6: Update to 5.6.17....* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.17. (linux-libre-5.6-pristine-source): Update hash. | Mark H Weaver |
2020-06-08 | gnu: linux-libre@4.19: Update to 4.19.127....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.127. (linux-libre-4.19-pristine-source): Update hash. | Mark H Weaver |
2020-06-06 | Merge branch 'master' into staging | Marius Bakke |
2020-06-06 | gnu: mcelog: Update description....I believe that nowadays rasdaemon is a/the recommended alternative. * gnu/packages/linux.scm (mcelog)[description]: Remove ‘required’. | Tobias Geerinckx-Rice |
2020-06-06 | gnu: mcelog: Update to 170....* gnu/packages/linux.scm (mcelog): Update to 170. | Tobias Geerinckx-Rice |
2020-06-06 | gnu: mcelog: Fix unversioned DOCDIR....* gnu/packages/linux.scm (mcelog)[arguments]: VERSION DOCDIR. | Tobias Geerinckx-Rice |
2020-06-05 | gnu: strace: Update to 5.7....* gnu/packages/linux.scm (strace): Update to 5.7. [arguments]: Disable three failing tests. | Tobias Geerinckx-Rice |
2020-06-05 | gnu: iproute2: Update to 5.7.0....* gnu/packages/linux.scm (iproute): Update to 5.7.0. | Tobias Geerinckx-Rice |
2020-06-03 | gnu: linux-libre: Update to 5.4.44....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.44. (linux-libre-5.4-pristine-source): Update hash. | Mark H Weaver |
2020-06-03 | gnu: linux-libre@5.6: Update to 5.6.16....* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.16. (linux-libre-5.6-pristine-source): Update hash. | Mark H Weaver |
2020-06-03 | gnu: linux-libre@4.19: Update to 4.19.126....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.126. (linux-libre-4.19-pristine-source): Update hash. | Mark H Weaver |
2020-06-03 | gnu: linux-libre@4.14: Update to 4.14.183....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.183. (linux-libre-4.14-pristine-source): Update hash. | Mark H Weaver |
2020-06-03 | gnu: linux-libre@4.9: Update to 4.9.226....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.226. (linux-libre-4.9-pristine-source): Update hash. | Mark H Weaver |
2020-06-03 | gnu: linux-libre@4.4: Update to 4.4.226....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.226. (linux-libre-4.4-pristine-source): Update hash. | Mark H Weaver |
2020-06-03 | gnu: iw: Use CC-FOR-TARGET....* gnu/packages/linux.scm (iw)[arguments]: Use CC-FOR-TARGET. | Tobias Geerinckx-Rice |
2020-06-03 | gnu: net-tools: Fix cross-compilation....* gnu/packages/linux.scm (net-tools)[arguments]: Use CC-FOR-TARGET. | Tobias Geerinckx-Rice |
2020-06-03 | gnu: blktrace: Prepare for cross-compilation....* gnu/packages/linux.scm (blktrace)[arguments]: Use CC-FOR-TARGET. | Tobias Geerinckx-Rice |
2020-06-03 | gnu: mdadm: Actually cross-compile....* gnu/packages/linux.scm (mdadm)[arguments]: Use CC-FOR-TARGET. | Tobias Geerinckx-Rice |
2020-06-03 | gnu: hdparm: Fix cross-compilation....* gnu/packages/linux.scm (hdparm)[arguments]: Use CC-FOR-TARGET. Don't strip the binary during the build phase. | Tobias Geerinckx-Rice |
2020-06-03 | gnu: mbpfan: Fix cross-compilation....* gnu/packages/linux.scm (mbpfan)[arguments]: Use CC-FOR-TARGET. | Tobias Geerinckx-Rice |
2020-06-03 | gnu: earlyoom: Actually cross-compile....* gnu/packages/linux.scm (earlyoom)[arguments]: Use CC-FOR-TARGET. | Tobias Geerinckx-Rice |
2020-06-03 | gnu: i2c-tools: Actually cross-compile....* gnu/packages/linux.scm (i2c-tools)[arguments]: Use CC-FOR-TARGET. | Tobias Geerinckx-Rice |