mate.mate-user-guide: use absolute path of yelp
This commit is contained in:
parent
698a3c65d5
commit
b13ccf503b
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user