aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pretty-print.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2023-12-08 15:36:18 -0300
committerVinicius Monego <monego@posteo.net>2024-01-19 22:01:30 -0300
commite7d14578ad38eae78aafdccdf0bfe457b1db2e10 (patch)
treebd045b16f2cab6ef755f304d818b2fa157bc70e9 /gnu/packages/pretty-print.scm
parent50731875243428cb11cc17fa712fa8079b307622 (diff)
downloadguix-e7d14578ad38eae78aafdccdf0bfe457b1db2e10.tar.gz
guix-e7d14578ad38eae78aafdccdf0bfe457b1db2e10.zip
gnu: darktable: Build with GCC.
* gnu/packages/photo.scm (darktable)[arguments][#:phases]: Delete the 'prepare-build-environment phase. [native-inputs]: Remove clang. Add gcc-13. Change-Id: Ia0dc1c6a717ccd00cd31d378aa51ce63fbf1806a
Diffstat (limited to 'gnu/packages/pretty-print.scm')
0 files changed, 0 insertions, 0 deletions
ages/web-browsers.scm:914:13: av-98 would be upgraded from 1.0.1 to 8.0.3 Setting the ‘upstream-name’ property to “AV-98” would solve the problem. $ ./pre-inst-env guix refresh av-98 /home/yoctocell/src/guix/gnu/packages/web-browsers.scm:914:13: 1.0.1 is already the latest version of av-98 * guix/import/pypi.scm (guix-package->pypi-name): Honor ‘upstream-name’ property. (make-pypi-sexp): Set ‘upstream-name’ property when appropriate. * tests/pypi.scm (test-json): Rename to ... (test-json-1): ... this. (test-json-2): New variable ("guix-package->pypi-name, honor 'upstream-name'"): New test. ("pypi->guix-package, package name contains \"-\" followed by digits"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2021-07-11import: pypi: Emit new-style package inputs.Ludovic Courtès * guix/import/pypi.scm (maybe-inputs): Wrap PACKAGE-INPUTS in 'list' instead of 'quasiquote'. (compute-inputs)[requirement->package-name/sort]: Return a list of symbols. * tests/pypi.scm ("pypi->guix-package, no wheel") ("pypi->guix-package, wheels"): Adjust accordingly.