about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-25 16:31:38 -0600
committerFrederick Muriuki Muriithi2025-02-25 16:31:38 -0600
commit89b941b3c858dbd8ed5d9f9041e45267ad0e437b (patch)
treebd368066313ee1ff08f0cf6499ad3a968243ca5c /setup.py
parent4b4089929e20b007f9943975e4f82c3336fcc58d (diff)
downloadgenenetwork3-89b941b3c858dbd8ed5d9f9041e45267ad0e437b.tar.gz
Comment out package causing build failure.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 17a1345..dc78613 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(author='Bonface M. K.',
           "plotly>=4.14.3",
           "pyld",
           "flask-cors>=3.0.9",
-          "xapian-bindings"
+          # "xapian-bindings" # this line breaks `guix shell …` for some reason
       ],
       include_package_data=True,
       scripts=["scripts/index-genenetwork"],