libcryptui: use gtk3-x11 on darwin
This commit is contained in:
parent
e1361b69d9
commit
c1f200061d
1 changed files with 1 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue