Commit 10e35069 authored by toastal's avatar toastal
Browse files

movim: add patch for bcrypt error

See the issue on Movim’s proprietary issue tracker:
https://github.com/movim/movim/issues/1311
parent 9f72f5d2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -48,6 +48,13 @@ php.buildComposerProject (finalAttrs: {
    hash = "sha256-t63POjywZLk5ulppuCedFhhEhOsnB90vy3k/HhM3MGc=";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/movim/movim/commit/4dd2842f4617f3baaa166157892a532ad07df80d.patch";
      hash = "sha256-32MLS5g60Rhm8HQDBPnUo9k+aB7L8dNMcnSjPIlooks=";
    })
  ];

  php = php.buildEnv ({
    extensions = ({ all, enabled }:
      enabled