gnome2.gnome_vfs: openssl-1.1 patch

Use fetchpatch and explain the issue
This commit is contained in:
Juanjo Presa
2019-11-11 21:38:15 +00:00
parent 67effde499
commit 8ea52dfbdf
2 changed files with 14 additions and 4 deletions
+1 -3
View File
@@ -37,9 +37,7 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome_python_desktop = callPackage ./bindings/gnome-python-desktop { };
gnome_vfs = callPackage ./platform/gnome-vfs {
openssl = pkgs.openssl_1_0_2;
};
gnome_vfs = callPackage ./platform/gnome-vfs { };
libgnome = callPackage ./platform/libgnome { };