Commit f2ec8728 authored by Emily's avatar Emily
Browse files

auto-patchelf: rename source directory to avoid rebuilds

parent 7402e574
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ python3Packages.buildPythonApplication {
  version = "0-unstable-2024-08-14";
  pyproject = false;

  src = ./src;
  src = ./source;

  dependencies = with python3Packages; [
    pyelftools