Merge pull request #72426 from Kha/xdg-utils-mimetype

xdg-utils: fix reference to mimetype
This commit is contained in:
Matthew Bauer 2019-11-01 11:09:17 -04:00 committed by GitHub
commit 5d6d502b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \