libcryptui: use gtk3-x11 on darwin

This commit is contained in:
Sebastián Mancilla
2021-11-18 22:10:01 -08:00
committed by Jonathan Ringer
parent e1361b69d9
commit c1f200061d
+1
View File
@@ -6851,6 +6851,7 @@ with pkgs;
libcryptui = callPackage ../development/libraries/libcryptui {
autoreconfHook = buildPackages.autoreconfHook269;
gtk3 = if stdenv.isDarwin then gtk3-x11 else gtk3;
};
libshumate = callPackage ../development/libraries/libshumate { };