libcryptui: use gtk3-x11 on darwin

This commit is contained in:
Sebastián Mancilla 2021-11-18 19:08:16 -03:00 committed by Jonathan Ringer
parent e1361b69d9
commit c1f200061d

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 { };