mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pythonPackages.dvc: fix typo
This commit is contained in:
parent
0ad1f433c1
commit
90c3994f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue