--- nsis-3.08-src/SConstruct 2021-01-15 17:31:10.000000000 +0100 +++ nsis-3.08-src/SConstruct-passthru 2022-08-02 17:11:12.414702282 +0200 @@ -71,7 +71,7 @@ defenv = { 'TARGET_ARCH': ARGUMENTS.get('TARGET_ARCH', 'x86'), - 'ENV': {} + 'ENV': os.environ.copy() } ###################################################################### e id='header'> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/cran.scm
AgeCommit message (Expand)Author
2021-12-18import: cran: Fix description->package test....This follows up on commit 5cd1019488c44081aaf030fbe8bc357d78daef23. * tests/cran.scm (description): Include a very long line. (description->package): Update the golden description to match the paragraph filling now performed by BEAUTIFY-DESCRIPTION. Tobias Geerinckx-Rice
2021-07-11import: cran: Emit new-style package inputs....* guix/import/cran.scm (format-inputs): Emit symbols or 'specification->package' calls. (maybe-inputs): Wrap in 'list' instead of 'quasiquote'. * tests/cran.scm ("description->package"): Adjust accordingly. Ludovic Courtès