Skip to content

Commit

Permalink
Merge pull request #119757 from nixy/release-20.09-backport-mimemagic
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Apr 24, 2021
2 parents 9c0222e + f57ce8c commit 694850d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/development/ruby-modules/gem-config/default.nix
Expand Up @@ -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
Expand Down Expand Up @@ -379,6 +379,10 @@ in
'';
};

mimemagic = attrs: {
FREEDESKTOP_MIME_TYPES_PATH="${shared-mime-info}/share/mime/packages/freedesktop.org.xml";
};

msgpack = attrs: {
buildInputs = [ msgpack ];
};
Expand Down

0 comments on commit 694850d

Please sign in to comment.