[Backport release-25.11] pythonPackages.dvc: fix typo (#466521)

This commit is contained in:
Aleksana
2025-11-30 10:47:29 +00:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ buildPythonPackage rec {
substituteInPlace dvc/analytics.py \
--replace-fail 'enabled = not os.getenv(DVC_NO_ANALYTICS)' 'enabled = False'
substituteInPlace dvc/daemon.py \
--subst-var-by dvc "$out/bin/dcv"
--subst-var-by dvc "$out/bin/dvc"
'';
build-system = [ setuptools-scm ];