auto-patchelf: rename source directory to avoid rebuilds

This commit is contained in:
Emily 2024-10-31 00:40:49 +00:00
parent 7402e574c9
commit f2ec87281b
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ python3Packages.buildPythonApplication {
version = "0-unstable-2024-08-14";
pyproject = false;
src = ./src;
src = ./source;
dependencies = with python3Packages; [
pyelftools