pin some packages to openssl 1.0.2 for now

This commit is contained in:
Robin Gloster
2019-07-29 21:25:10 +02:00
parent c1d336dfce
commit a22429bf05
5 changed files with 182 additions and 63 deletions
+3 -1
View File
@@ -37,7 +37,9 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome_python_desktop = callPackage ./bindings/gnome-python-desktop { };
gnome_vfs = callPackage ./platform/gnome-vfs { };
gnome_vfs = callPackage ./platform/gnome-vfs {
openssl = pkgs.openssl_1_0_2;
};
libgnome = callPackage ./platform/libgnome { };