aboutsummaryrefslogtreecommitdiff
path: root/.guix-authorizations
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-06-22 11:25:15 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2023-06-22 11:25:15 -0400
commitf25529b08e356f89ca7cecc44295085531a8faba (patch)
tree792b1c0e5b2db161063b91fbd1601feda65d1d92 /.guix-authorizations
parent37c2e94cec6cb8b5e0e93e7b6c712c3b187ca5db (diff)
downloadguix-f25529b08e356f89ca7cecc44295085531a8faba.tar.gz
guix-f25529b08e356f89ca7cecc44295085531a8faba.zip
gnu: darktable: Update to 4.4.0.
* gnu/packages/photo.scm (darktable): Update to 4.4.0. [native-inputs]: Replace clang-11 and llvm-11 with clang and llvm, respectively. Darktable no longer builds with older versions.
Diffstat (limited to '.guix-authorizations')
0 files changed, 0 insertions, 0 deletions
))))))))) (define (timezone-has-child? tree timezone) "Return #t if the given TIMEZONE any child in TREE and #f otherwise." (not (null? (locate-children tree timezone)))) (define* (zonetab->timezone-tree zonetab) "Return the timezone tree corresponding to the given ZONETAB file." (timezones->timezone-tree (zonetab->timezones zonetab))) ;;; ;;; Configuration formatter. ;;; (define (posix-tz->configuration timezone) "Return the configuration field for TIMEZONE." `((timezone ,timezone)))