Skip to content

Commit

Permalink
auto-patchelf: avoid filesets (#352491)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Oct 31, 2024
2 parents faf294a + 7402e57 commit aec3468
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkgs/by-name/au/auto-patchelf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ python3Packages.buildPythonApplication {
version = "0-unstable-2024-08-14";
pyproject = false;

src = lib.fileset.toSource {
root = ./.;
fileset = lib.fileset.unions [
./auto-patchelf.py
];
};
src = ./src;

dependencies = with python3Packages; [
pyelftools
Expand Down

0 comments on commit aec3468

Please sign in to comment.