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

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 ];
};