nautilus-sendto: 3.8.1 → 3.8.6
This commit is contained in:
parent
dcb074ae9c
commit
64e3473017
|
@ -1,18 +1,17 @@
|
||||||
{ stdenv, fetchurl, glib, pkgconfig, gnome3, intltool
|
{ stdenv, fetchurl, meson, ninja, glib, pkgconfig, gnome3, appstream-glib, gettext }:
|
||||||
, gobjectIntrospection, makeWrapper }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nautilus-sendto-${version}";
|
name = "nautilus-sendto-${version}";
|
||||||
|
|
||||||
version = "3.8.1";
|
version = "3.8.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/nautilus-sendto/3.8/${name}.tar.xz";
|
url = "mirror://gnome/sources/nautilus-sendto/3.8/${name}.tar.xz";
|
||||||
sha256 = "03fa46bff271acdbdedab6243b2a84e5ed3daa19c81b69d087b3e852c8fe5dab";
|
sha256 = "164d7c6e8bae29c4579bcc67a7bf50d783662b1545b62f3008e7ea3c0410e04d";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ meson ninja pkgconfig appstream-glib gettext ];
|
||||||
buildInputs = [ glib gobjectIntrospection intltool makeWrapper ];
|
buildInputs = [ glib ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Integrates Evolution and Pidgin into the Nautilus file manager";
|
description = "Integrates Evolution and Pidgin into the Nautilus file manager";
|
||||||
|
|
Loading…
Reference in New Issue