aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/apr.scm
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2023-09-07 12:37:56 -0400
committerLudovic Courtès <ludo@gnu.org>2023-09-14 23:37:16 +0200
commit856eeedcbc65add655a40878ebed81aecd44a377 (patch)
tree26f0fe933b3ec9b6a177ea0e4c848114de20eaa7 /gnu/packages/apr.scm
parentfce3d00cdb045fe8714be62d67ba3a0c303f4ea0 (diff)
downloadguix-856eeedcbc65add655a40878ebed81aecd44a377.tar.gz
guix-856eeedcbc65add655a40878ebed81aecd44a377.zip
gnu: libftdi: Build Python bindings.
* gnu/packages/libftdi.scm (libftdi)[outputs]: Add "python". [arguments]<#:phases>: Add with "install-python-binding" phase. [native-inputs]: Add python, swig. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/apr.scm')
0 files changed, 0 insertions, 0 deletions
8-12-07 15:14:12 +0100'>2018-12-07maint: update-guix-package: Really register GC roots....Previously we'd pass a relative file name to 'add-indirect-root', which the daemon would interpret as relative to "/". Consequently, checkouts were not protected from GC. * build-aux/update-guix-package.scm (main): Pass an absolute file name to 'add-indirect-root'. Ludovic Courtès 2017-05-09maint: update-guix-package: Protect the checkout from GC....* build-aux/update-guix-package.scm (main): Define 'root', and call 'add-indirect-root' to protect SOURCE from GC. Ludovic Courtès 2017-05-07maint: Add 'update-guix-package' target....* build-aux/update-guix-package.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (update-guix-package): New target. (.PHONY): Add it. * gnu/packages/package-management.scm (guix): Mention it. Ludovic Courtès