mate.mate-user-guide: use absolute path of yelp

This commit is contained in:
José Romildo Malaquias 2020-02-14 18:03:20 -03:00
parent 698a3c65d5
commit b13ccf503b

View File

@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
buildInputs = [ yelp ];
postPatch = ''
substituteInPlace mate-user-guide.desktop.in.in \
--replace "Exec=yelp" "Exec=${yelp}/bin/yelp"
'';
meta = with stdenv.lib; {
description = "MATE User Guide";
homepage = "https://mate-desktop.org";