auto-patchelf: avoid filesets (#352491)

This commit is contained in:
Emily 2024-10-31 00:12:07 +00:00 committed by GitHub
commit aec3468fdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View File

@ -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