Unverified Commit aec3468f authored by Emily's avatar Emily Committed by GitHub
Browse files

auto-patchelf: avoid filesets (#352491)

parents faf294a6 7402e574
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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