Merge branch 'staging-next' into staging
In python-packages.nix, resolve conflict between50d604314eand187d0371ab.
This commit is contained in:
@@ -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
|
||||
@@ -164,6 +164,10 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
mimemagic = attrs: {
|
||||
FREEDESKTOP_MIME_TYPES_PATH = "${shared-mime-info}/share/mime/packages/freedesktop.org.xml";
|
||||
};
|
||||
|
||||
mini_magick = attrs: {
|
||||
postInstall = ''
|
||||
installPath=$(cat $out/nix-support/gem-meta/install-path)
|
||||
|
||||
Reference in New Issue
Block a user