mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
auto-patchelf: avoid filesets (#352491)
This commit is contained in:
commit
aec3468fdc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user