mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
[Backport release-25.11] pythonPackages.dvc: fix typo (#466521)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user