aboutsummaryrefslogtreecommitdiff
path: root/tests/home-services.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-30 18:37:52 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:16 +0200
commitdd6f87e492d9c196311b4dd86385082ec1416e37 (patch)
treeb02acf1504933763a1f2aef45d02af0eecb7a813 /tests/home-services.scm
parent8647aaaa1404b2dd3931b53489178e79de40fa6c (diff)
downloadguix-dd6f87e492d9c196311b4dd86385082ec1416e37.tar.gz
guix-dd6f87e492d9c196311b4dd86385082ec1416e37.zip
gnu: python-pyarrow: Build with ORC support.
* gnu/packages/databases.scm (python-pyarrow)[propagated-inputs]: Add apache-orc. [arguments]: Set PYARROW_WITH_ORC variable. Change-Id: Ic35cd1db75349ecb51d35815d710d8ca3a303b00
Diffstat (limited to 'tests/home-services.scm')
0 files changed, 0 insertions, 0 deletions
it/gitconfig [commit]: Remove section. Maxim Cournoyer 2023-05-01Makefile.am: Auto-configure Git on 'make'....This means we do not need to worry anymore about manually syncing the pre-push git hook or the Guix-provided git configuration. * etc/git/gitconfig: Augment configuration template with useful options to allow for auto-configuration. * Makefile.am (.git/hooks/pre-push, .git/config): New targets. (nodist_noinst_DATA): New primary variable holding the above targets. Maxim Cournoyer 2021-10-14Add git configuration templates to improve diff hunk header detection....This is a follow-up to commit 9fc8ae4171e5da4939a64fc6d684c8b9d85bbe84, which missed two hunks from <https://issues.guix.gnu.org/50363>. Reported by hackeryarn on #guix. * .gitattributes, etc/git/gitconfig: New files. Signed-off-by: Marius Bakke <marius@gnu.org> Sarah Morgensen