Merge pull request #72426 from Kha/xdg-utils-mimetype
xdg-utils: fix reference to mimetype
This commit is contained in:
commit
5d6d502b47
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
|||
sort() { ${coreutils}/bin/sort "$@"; }\
|
||||
xset() { ${xset}/bin/xset "$@"; }\
|
||||
perl() { PERL5LIB=${perlPath} ${perlPackages.perl}/bin/perl "$@"; }\
|
||||
mimetype() { ${perlPackages.FileMimeInfo}/bin/mimetype "$@"; }\
|
||||
&#' -i "$out"/bin/*
|
||||
|
||||
substituteInPlace $out/bin/xdg-open \
|
||||
|
|
Loading…
Reference in a new issue