aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-10-04 23:11:03 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-10-04 23:30:41 -0400
commit2d8aa104aaf9a2e229e31d13f6cdabf57a2e2e9a (patch)
tree08df915aa7641d5961ffad2b0a5636d1dd48ad4a /doc
parent20df2ee697bb5057a476a926a363d71cc8944c84 (diff)
downloadguix-2d8aa104aaf9a2e229e31d13f6cdabf57a2e2e9a.tar.gz
guix-2d8aa104aaf9a2e229e31d13f6cdabf57a2e2e9a.zip
search-paths: Add GCC search paths.
* guix/search-paths.scm ($C_INCLUDE_PATH, $CPLUS_INCLUDE_PATH) ($LIBRARY_PATH, %gcc-search-paths): New variables.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
x/import/stackage.scm (%stackage-updater), tests/import-github.scm (found-sexp) tests/transformations.scm ("options->transformation, with-latest"): Adjust fieldname accordingly. Hartmut Goebel 2022-09-29transformations: '--with-source' now operates in depth....The '--with-source' option is the first one that was implemented, and it's the only one that would operate only on leaf packages rather than traversing the dependency graph. This change makes it consistent with the rest of the transformation options. * guix/transformations.scm (evaluate-source-replacement-specs): New procedure. (transform-package-source): Rewrite using it. * tests/transformations.scm ("options->transformation, with-source, no matches"): Rewrite since we no longer get a warning. ("options->transformation, with-source, in depth"): New test. * doc/guix.texi (Package Transformation Options): Adjust examples. Ludovic Courtès 2022-05-05transformations: Preserve transformation order in package property....Fixes <https://issues.guix.gnu.org/54942>. Reported by SeerLite <seerlite@nixnet.email>. * guix/transformations.scm (options->transformation) [package-with-transformation-properties]: Add call to 'reverse'. * tests/transformations.scm ("options->transformation, property order"): New test. Ludovic Courtès