libcryptui: use gtk3-x11 on darwin
This commit is contained in:
committed by
Jonathan Ringer
parent
e1361b69d9
commit
c1f200061d
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user