gpaste: fix evaluation

This commit is contained in:
Nikolay Amiantov
2016-06-07 17:23:19 +03:00
parent 4e3f669548
commit 66077b9a36
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ intltool autoreconfHook pkgconfig vala glib
gtk3 gnome3.gnome_control_center dbus.libs
gtk3 gnome3.gnome_control_center dbus
clutter pango appstream-glib makeWrapper systemd gobjectIntrospection ];
preConfigure = "intltoolize -f";