mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
break-time: pin to openssl_1_1
This commit is contained in:
parent
3bd60b6f2a
commit
69b6d651fb
@ -26782,7 +26782,9 @@ with pkgs;
|
|||||||
|
|
||||||
brave = callPackage ../applications/networking/browsers/brave { };
|
brave = callPackage ../applications/networking/browsers/brave { };
|
||||||
|
|
||||||
break-time = callPackage ../applications/misc/break-time { };
|
break-time = callPackage ../applications/misc/break-time {
|
||||||
|
openssl = openssl_1_1;
|
||||||
|
};
|
||||||
|
|
||||||
breezy = with python3Packages; toPythonApplication breezy;
|
breezy = with python3Packages; toPythonApplication breezy;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user