viewnior: version bump (1.4) (close #1781)
This commit is contained in:
parent
048a85f952
commit
a629aaee72
@ -2,11 +2,11 @@
|
|||||||
, intltool, gettext, shared_mime_info, glib, gdk_pixbuf, perl}:
|
, intltool, gettext, shared_mime_info, glib, gdk_pixbuf, perl}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "viewnior-1.3";
|
name = "viewnior-1.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://cloud.github.com/downloads/xsisqox/Viewnior/${name}.tar.gz";
|
url = "https://www.dropbox.com/s/zytq0suabesv933/${name}.tar.gz";
|
||||||
sha256 = "46c97c1a85361519b42fe008cfb8911e66f709f3a3a988c11047ab3726889f10";
|
sha256 = "0vv1133phgfzm92md6bbccmcvfiqb4kz28z1572c0qj971yz457a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
|
|||||||
shared_mime_info glib gdk_pixbuf perl
|
shared_mime_info glib gdk_pixbuf perl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preFixup = ''
|
||||||
|
rm $out/share/icons/*/icon-theme.cache
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Viewnior is a fast and simple image viewer for GNU/Linux";
|
description = "Viewnior is a fast and simple image viewer for GNU/Linux";
|
||||||
longDescription =
|
longDescription =
|
||||||
|
Loading…
Reference in New Issue
Block a user