aboutsummaryrefslogtreecommitdiff
path: root/src/lib/delivery/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-06-16 11:40:41 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-06-22 11:57:05 -0400
commitb95f5a2fed749f7fe5154927620457385b0292f8 (patch)
tree130a9d2bfaf503be95b532ca8ee116d147d5ec85 /src/lib/delivery/include
parentf9c7645c6491a8f38b957d52df934911e0a51472 (diff)
downloadstasis-b95f5a2fed749f7fe5154927620457385b0292f8.tar.gz
Passing the conda installation directory to delivery_conda_enable isn't necessary
* The delivery context already provides this path
Diffstat (limited to 'src/lib/delivery/include')
-rw-r--r--src/lib/delivery/include/delivery.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/delivery/include/delivery.h b/src/lib/delivery/include/delivery.h
index 60255fe..7d846ab 100644
--- a/src/lib/delivery/include/delivery.h
+++ b/src/lib/delivery/include/delivery.h
@@ -356,9 +356,8 @@ void delivery_defer_packages(struct Delivery *ctx, int type);
/**
* Configure and activate a Conda installation based on Delivery context
* @param ctx pointer to Delivery context
- * @param conda_install_dir path to Conda installation
*/
-void delivery_conda_enable(struct Delivery *ctx, char *conda_install_dir);
+void delivery_conda_enable(struct Delivery *ctx);
/**
* Install Conda