auto-patchelf: avoid filesets (#352491)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user