xfce.ristretto: 0.10.0 -> 0.11.0

This commit is contained in:
Mustafa Çalışkan 2021-06-13 19:03:23 +03:00
parent b42f9c7254
commit 596e9eac8e

View file

@ -4,17 +4,12 @@
mkXfceDerivation {
category = "apps";
pname = "ristretto";
version = "0.10.0";
version = "0.11.0";
sha256 = "07h7wbq3xh2ac6q4kp2ai1incfn0zfxxngap7hzqx47a5xw2mrm8";
sha256 = "07np4n6kg6lpd7acrb4aga3l6502c8lhjzf867b38n90cx1nh5gf";
buildInputs = [ glib gtk3 libexif libxfce4ui libxfce4util xfconf ];
postPatch = ''
# exo-csource has been dropped from exo
substituteInPlace src/Makefile.am --replace exo-csource xdt-csource
'';
meta = {
description = "A fast and lightweight picture-viewer for the Xfce desktop environment";
};