mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
movim: add patch for bcrypt error
See the issue on Movim’s proprietary issue tracker: https://github.com/movim/movim/issues/1311
This commit is contained in:
parent
9f72f5d2a7
commit
10e3506904
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user