mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #72426 from Kha/xdg-utils-mimetype
xdg-utils: fix reference to mimetype
This commit is contained in:
commit
5d6d502b47
@ -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 New Issue
Block a user