Skip to content

Commit

Permalink
auto-patchelf: rename source directory to avoid rebuilds (#352509)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Oct 31, 2024
2 parents c89d3d9 + f2ec872 commit 9f14eed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/au/auto-patchelf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python3Packages.buildPythonApplication {
version = "0-unstable-2024-08-14";
pyproject = false;

src = ./src;
src = ./source;

dependencies = with python3Packages; [
pyelftools
Expand Down

0 comments on commit 9f14eed

Please sign in to comment.