auto-patchelf: rename source directory to avoid rebuilds (#352509)

This commit is contained in:
Emily
2024-10-31 00:46:36 +00:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ python3Packages.buildPythonApplication {
version = "0-unstable-2024-08-14";
pyproject = false;
src = ./src;
src = ./source;
dependencies = with python3Packages; [
pyelftools