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
commit 5609f90c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \