mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
enlightenment.efl: remove openssl 1.0.2 pinning
This commit is contained in:
parent
0c5c7f60e6
commit
3bef4d156d
|
@ -3,7 +3,6 @@ rec {
|
|||
#### CORE EFL
|
||||
efl = callPackage ./efl.nix {
|
||||
openjpeg = pkgs.openjpeg_1;
|
||||
openssl = pkgs.openssl_1_0_2;
|
||||
};
|
||||
|
||||
#### WINDOW MANAGER
|
||||
|
|
Loading…
Reference in a new issue