mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
gnomeExtensions.gsconnect: Use GTK 4 variant of e-d-s
It does not really matter since gsconnect does not use libedataserverui, only EBookContacts and EDataServer typelibs but we are aiming for not using gtk3 variant of e-d-s in GNOME closure.
This commit is contained in:
parent
6ff9e88b82
commit
194315fc2e
@ -13,6 +13,7 @@
|
||||
, gtk3
|
||||
, openssh
|
||||
, gnome
|
||||
, evolution-data-server-gtk4
|
||||
, gjs
|
||||
, nixosTests
|
||||
}:
|
||||
@ -55,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
gtk3
|
||||
gsound
|
||||
gjs # for running daemon
|
||||
gnome.evolution-data-server # for libebook-contacts typelib
|
||||
evolution-data-server-gtk4 # for libebook-contacts typelib
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user