Skip to content

Commit

Permalink
runCommandNoCC -> runCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Aug 19, 2021
1 parent 89b2ae4 commit f0ef3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editable.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit f0ef3fe

Please sign in to comment.