Merge pull request #90672 from grahamc/xdg-util-path
xdg_utils: xdg-open: add $out to PATH
This commit is contained in:
commit
5609f90c50
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user