mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
gnome3: remove librsvg with gtk2
This commit is contained in:
parent
12b6786c65
commit
357a789366
@ -9,7 +9,6 @@ rec {
|
|||||||
|
|
||||||
#### Overrides of libraries
|
#### Overrides of libraries
|
||||||
|
|
||||||
librsvg = pkgs.librsvg.override { inherit gtk2; }; # gtk2 mysteriously needed in librsvg for goffice (commented in Gentoo)
|
|
||||||
libsoup = pkgs.libsoup_2_44;
|
libsoup = pkgs.libsoup_2_44;
|
||||||
|
|
||||||
#### Core (http://ftp.acc.umu.se/pub/GNOME/core/)
|
#### Core (http://ftp.acc.umu.se/pub/GNOME/core/)
|
||||||
@ -41,6 +40,7 @@ rec {
|
|||||||
gnome-menus = callPackage ./core/gnome-menus { };
|
gnome-menus = callPackage ./core/gnome-menus { };
|
||||||
|
|
||||||
gnome_keyring = callPackage ./core/gnome-keyring { };
|
gnome_keyring = callPackage ./core/gnome-keyring { };
|
||||||
|
|
||||||
libgnome_keyring = callPackage ./core/libgnome-keyring { };
|
libgnome_keyring = callPackage ./core/libgnome-keyring { };
|
||||||
|
|
||||||
gnome_online_accounts = callPackage ./core/gnome-online-accounts { };
|
gnome_online_accounts = callPackage ./core/gnome-online-accounts { };
|
||||||
|
Loading…
Reference in New Issue
Block a user