aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-11-30 18:59:56 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-12-03 17:00:00 +0100
commit1a3c5d25ac2f1df5f6196778e0df6ca6ed10c029 (patch)
tree0a68f325e6cb0fd4dc710e95dbc865ac3cad3f63 /gnu/packages/syncthing.scm
parentf2dcb38d1115c1bbf9d458d935614421cae1f4a2 (diff)
downloadguix-1a3c5d25ac2f1df5f6196778e0df6ca6ed10c029.tar.gz
guix-1a3c5d25ac2f1df5f6196778e0df6ca6ed10c029.zip
gnu: r-assertive-data-uk: Add missing input.
* gnu/packages/cran.scm (r-assertive-data-uk)[native-inputs]: Add r-testthat. Change-Id: I9a388538bc3a7b8192132da7139eb6d37ba785c6
Diffstat (limited to 'gnu/packages/syncthing.scm')
0 files changed, 0 insertions, 0 deletions
15c71f2'>maint: Check whether Guile-zlib is recent enough....This is a followup to a04aef2430645357d7796969d4b6453478ff8a3f. * m4/guix.m4 (GUIX_CHECK_GUILE_ZLIB): New macro. * configure.ac: Use it when checking for Guile-zlib. Ludovic Courtès 2021-02-04build: Add '--with-channel-commit' and related configure flags....Partially fixes <https://bugs.gnu.org/45896>. * m4/guix.m4 (GUIX_CHANNEL_METADATA): New macro. * configure.ac: Use it. * guix/config.scm.in (%channel-metadata): Adjust accordingly. Ludovic Courtès