1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gpaste: add adwaita-icon-theme theme

This commit is contained in:
Jörg Thalheim 2017-09-03 16:26:51 +01:00
parent 4069cb2b0f
commit c2881983fb

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoreconfHook pkgconfig vala wrapGAppsHook ];
buildInputs = [ glib gjs mutter
buildInputs = [ glib gjs mutter gnome3.adwaita-icon-theme
gtk3 gnome3.gnome_control_center dbus
clutter pango appstream-glib systemd gobjectIntrospection ];