Merge pull request #117702 from edude03/patch-4

gems: Added mime info path for mimemagic
This commit is contained in:
Ryan Mulligan 2021-04-15 11:01:57 -07:00 committed by GitHub
commit bc5c0c559f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,6 +394,10 @@ in
'';
};
mimemagic = attrs: {
FREEDESKTOP_MIME_TYPES_PATH="${shared-mime-info}/share/mime/packages/freedesktop.org.xml";
};
msgpack = attrs: {
buildInputs = [ msgpack ];
};