runCommandNoCC -> runCommand

This commit is contained in:
adisbladis 2021-08-19 17:48:03 -05:00
parent 89b2ae420e
commit f0ef3fee80
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -27,7 +27,7 @@ let
(lib.generators.toINI { } pyProject.tool.poetry.plugins);
# 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}"
cd "$out/${python.sitePackages}"