mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +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
|
, cairo, re2, rake, gobject-introspection, gdk-pixbuf, zeromq, czmq, graphicsmagick, libcxx
|
||||||
, file, libvirt, glib, vips, taglib, libopus, linux-pam, libidn, protobuf, fribidi, harfbuzz
|
, file, libvirt, glib, vips, taglib, libopus, linux-pam, libidn, protobuf, fribidi, harfbuzz
|
||||||
, bison, flex, pango, python3, patchelf, binutils, freetds, wrapGAppsHook, atk
|
, 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:
|
}@args:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -378,6 +378,10 @@ in
|
|||||||
export HOME=$TMPDIR
|
export HOME=$TMPDIR
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mimemagic = attrs: {
|
||||||
|
FREEDESKTOP_MIME_TYPES_PATH="${shared-mime-info}";
|
||||||
|
};
|
||||||
|
|
||||||
msgpack = attrs: {
|
msgpack = attrs: {
|
||||||
buildInputs = [ msgpack ];
|
buildInputs = [ msgpack ];
|
||||||
|
Loading…
Reference in New Issue
Block a user