mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Added mime info path for mimemagic
This commit is contained in:
parent
768a261c13
commit
445aa4663f
@ -25,7 +25,7 @@
|
||||
, cairo, re2, rake, gobject-introspection, gdk-pixbuf, zeromq, czmq, graphicsmagick, libcxx
|
||||
, file, libvirt, glib, vips, taglib, libopus, linux-pam, libidn, protobuf, fribidi, harfbuzz
|
||||
, bison, flex, pango, python3, patchelf, binutils, freetds, wrapGAppsHook, atk
|
||||
, bundler, libsass, libselinux ? null, libsepol ? null
|
||||
, bundler, libsass, libselinux ? null, libsepol ? null, shared-mime-info
|
||||
}@args:
|
||||
|
||||
let
|
||||
@ -378,6 +378,10 @@ in
|
||||
export HOME=$TMPDIR
|
||||
'';
|
||||
};
|
||||
|
||||
mimemagic = attrs: {
|
||||
FREEDESKTOP_MIME_TYPES_PATH="${shared-mime-info}";
|
||||
};
|
||||
|
||||
msgpack = attrs: {
|
||||
buildInputs = [ msgpack ];
|
||||
|
Loading…
Reference in New Issue
Block a user