mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
movine: pin to openssl_1_1
This commit is contained in:
parent
7033bc7e3b
commit
6449e23dbc
@ -20672,6 +20672,7 @@ with pkgs;
|
|||||||
|
|
||||||
movine = callPackage ../development/tools/database/movine {
|
movine = callPackage ../development/tools/database/movine {
|
||||||
inherit (darwin.apple_sdk.frameworks) Security;
|
inherit (darwin.apple_sdk.frameworks) Security;
|
||||||
|
openssl = openssl_1_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
movit = callPackage ../development/libraries/movit { };
|
movit = callPackage ../development/libraries/movit { };
|
||||||
|
Loading…
Reference in New Issue
Block a user