xfce.gigolo: exo-csource was replaced by xdt-source

This commit is contained in:
José Romildo Malaquias 2021-02-25 09:33:59 -03:00
parent 97b3597748
commit 2c50730798

View file

@ -1,4 +1,4 @@
{ mkXfceDerivation, exo, gtk3, gvfs, glib }:
{ mkXfceDerivation, gtk3, gvfs, glib }:
mkXfceDerivation {
category = "apps";
@ -8,9 +8,13 @@ mkXfceDerivation {
sha256 = "8UDb4H3zxRKx2y+MRsozQoR3es0fs5ooR/5wBIE11bY=";
nativeBuildInputs = [ exo ];
buildInputs = [ gtk3 glib gvfs ];
postPatch = ''
# exo-csource has been dropped from exo
substituteInPlace src/Makefile.am --replace exo-csource xdt-csource
'';
meta = {
description = "A frontend to easily manage connections to remote filesystems";
};