aboutsummaryrefslogtreecommitdiff
path: root/doc/environment-gdb.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-08-26 20:53:38 -0400
committerMark H Weaver <mhw@netris.org>2020-08-26 20:53:38 -0400
commitd84444dc2946b601a75af11aef72d4351fd209b0 (patch)
treeb6267811d3f7489f2b2aaf0b45adb98273744e5e /doc/environment-gdb.scm
parentf6d2bbfbae05aa3c043c173364cc83bccbfee311 (diff)
downloadguix-d84444dc2946b601a75af11aef72d4351fd209b0.tar.gz
guix-d84444dc2946b601a75af11aef72d4351fd209b0.zip
gnu: linux-libre@4.9: Update to 4.9.234.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.234. (linux-libre-4.9-pristine-source): Update hash. (deblob-scripts-4.9): Update to 4.9.234.
Diffstat (limited to 'doc/environment-gdb.scm')
0 files changed, 0 insertions, 0 deletions
p'>The primary motivation is to support things like: guix build guix --with-input=guile=guile-next without triggering a rebuild of (@@ (gnu packages commencement) guile-final) and similar things. It is also consistent with package name resolution on the command line: a package that cannot be named cannot be replaced. * guix/packages.scm (package-input-rewriting/spec)[rewrite]: When P is hidden, return it as-is. * tests/packages.scm ("package-input-rewriting/spec, hidden package"): New test. * doc/guix.texi (Defining Package Variants): Update. (Package Transformation Options): Update '--with-input' example. Ludovic Courtès 2023-03-13packages: Consider 'patches' by 'package-direct-sources'....* guix/packages.scm (package-direct-sources): Return 'origin' from 'patches'. * tests/packages.scm: Test it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon Tournier 2022-12-13packages: Add 'package-upstream-name*'....* guix/packages.scm (package-upstream-name*): New procedure. * tests/packages.scm ("package-upstream-name*"): New test. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars-Dominik Braun