mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
runCommandNoCC -> runCommand
This commit is contained in:
parent
89b2ae420e
commit
f0ef3fee80
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let
|
||||||
(lib.generators.toINI { } pyProject.tool.poetry.plugins);
|
(lib.generators.toINI { } pyProject.tool.poetry.plugins);
|
||||||
|
|
||||||
# A python package that contains simple .egg-info and .pth files for an editable installation
|
# A python package that contains simple .egg-info and .pth files for an editable installation
|
||||||
editablePackage = python.pkgs.toPythonModule (pkgs.runCommandNoCC "${name}-editable"
|
editablePackage = python.pkgs.toPythonModule (pkgs.runCommand "${name}-editable"
|
||||||
{ } ''
|
{ } ''
|
||||||
mkdir -p "$out/${python.sitePackages}"
|
mkdir -p "$out/${python.sitePackages}"
|
||||||
cd "$out/${python.sitePackages}"
|
cd "$out/${python.sitePackages}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue