enlightenment.efl: remove openssl 1.0.2 pinning

This commit is contained in:
Robin Gloster 2019-08-01 17:56:57 +02:00
parent 0c5c7f60e6
commit 3bef4d156d
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -3,7 +3,6 @@ rec {
#### CORE EFL
efl = callPackage ./efl.nix {
openjpeg = pkgs.openjpeg_1;
openssl = pkgs.openssl_1_0_2;
};
#### WINDOW MANAGER