aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-07-23 00:19:15 -0400
committerMark H Weaver <mhw@netris.org>2020-07-23 00:19:15 -0400
commit90ff53af56722b01cc706da5d4801ff66a39a6b4 (patch)
tree2fab95c25daf00bb8c213e1610f4ddc873cacae3 /.guix-channel
parentdc4d01ac718f04c4eb9759b4f4199bd13a6a6413 (diff)
downloadguix-90ff53af56722b01cc706da5d4801ff66a39a6b4.tar.gz
guix-90ff53af56722b01cc706da5d4801ff66a39a6b4.zip
gnu: linux-libre@4.4: Update to 4.4.231.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.231. (linux-libre-4.4-pristine-source): Update hash. (linux-libre-4.4-source): Remove %linux-libre-fix-atheros-9271-patch. (deblob-scripts-4.4): Update to 4.4.231.
Diffstat (limited to '.guix-channel')
0 files changed, 0 insertions, 0 deletions
Cournoyer 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer