Skip to content

Commit

Permalink
auto-patchelf: avoid filesets
Browse files Browse the repository at this point in the history
The use of filesets triggers the same Nix evaluation bug as in
e4b8a0a, which broke the installer
tests again.
  • Loading branch information
emilazy committed Oct 30, 2024
1 parent 6968567 commit 7402e57
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 7402e57

Please sign in to comment.