mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
libcryptui: use gtk3-x11 on darwin
This commit is contained in:
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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user