Merge pull request #90672 from grahamc/xdg-util-path

xdg_utils: xdg-open: add $out to PATH
This commit is contained in:
Graham Christensen
2020-06-17 13:49:09 -04:00
committed by GitHub

View File

@@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
xset() { ${xset}/bin/xset "$@"; }\
perl() { PERL5LIB=${perlPath} ${perlPackages.perl}/bin/perl "$@"; }\
mimetype() { ${perlPackages.FileMimeInfo}/bin/mimetype "$@"; }\
PATH=$PATH:'"$out"'/bin\
&#' -i "$out"/bin/*
substituteInPlace $out/bin/xdg-open \