python39Packages.mat2: mime-types -> mailcap

This commit is contained in:
Sandro Jäckel 2022-01-22 19:15:40 +01:00 committed by Jonathan Ringer
parent be1fef9258
commit 6d8df0003c

View file

@ -7,7 +7,7 @@
, bubblewrap
, exiftool
, ffmpeg
, mime-types
, mailcap
, wrapGAppsHook
, gdk-pixbuf
, gobject-introspection
@ -41,7 +41,7 @@ buildPythonPackage rec {
exiftool = "${exiftool}/bin/exiftool";
ffmpeg = "${ffmpeg}/bin/ffmpeg";
# remove once faf0f8a8a4134edbeec0a73de7f938453444186d is in master
mimetypes = "${mime-types}/etc/mime.types";
mimetypes = "${mailcap}/etc/mime.types";
} // lib.optionalAttrs dolphinIntegration {
kdialog = "${plasma5Packages.kdialog}/bin/kdialog";
}))