Commit 5047bcf3 authored by Felix Uhl's avatar Felix Uhl
Browse files

persepolis: apply Darwin patches on Linux as well

This will aid maintainability, as maintainers changing the package on
Linux will immediately see if the patches break without having to wait
for ofborg to tell them.
parent ecd975ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ buildPythonApplication rec {
    hash = "sha256-2S6s/tWhI9RBFA26jkwxYTGeaok8S8zv/bY+Zr8TOak=";
  };

  patches = lib.optionals stdenv.isDarwin [
  patches = [
    # Upstream does currently not allow building from source on macOS. These patches can likely
    # be removed if https://github.com/persepolisdm/persepolis/issues/943 is fixed upstream
    ./0001-Allow-building-on-darwin.patch