nyxt: mime-types -> mailcap
This commit is contained in:
parent
e0c98448bb
commit
4545189568
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, lispPackages
|
{ stdenv, lib, lispPackages
|
||||||
, makeWrapper, wrapGAppsHook, gst_all_1
|
, makeWrapper, wrapGAppsHook, gst_all_1
|
||||||
, glib, gdk-pixbuf, cairo
|
, glib, gdk-pixbuf, cairo
|
||||||
, mime-types, pango, gtk3
|
, mailcap, pango, gtk3
|
||||||
, glib-networking, gsettings-desktop-schemas
|
, glib-networking, gsettings-desktop-schemas
|
||||||
, xclip, notify-osd, enchant
|
, xclip, notify-osd, enchant
|
||||||
}:
|
}:
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib gdk-pixbuf cairo
|
glib gdk-pixbuf cairo
|
||||||
mime-types pango gtk3
|
mailcap pango gtk3
|
||||||
glib-networking gsettings-desktop-schemas
|
glib-networking gsettings-desktop-schemas
|
||||||
xclip notify-osd enchant
|
xclip notify-osd enchant
|
||||||
] ++ gstBuildInputs;
|
] ++ gstBuildInputs;
|
||||||
|
Loading…
Reference in New Issue
Block a user