From a12e61b0d7a4b2598da858a981c83b7c80fefd5f Mon Sep 17 00:00:00 2001 From: Dmitry Moskowski Date: Wed, 22 May 2019 14:19:30 +0000 Subject: [PATCH] insomnia: fixed crash when importing data from file --- pkgs/development/web/insomnia/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/web/insomnia/default.nix b/pkgs/development/web/insomnia/default.nix index e941f08c39c..73ee09feed1 100644 --- a/pkgs/development/web/insomnia/default.nix +++ b/pkgs/development/web/insomnia/default.nix @@ -1,6 +1,7 @@ { stdenv, makeWrapper, fetchurl, dpkg , alsaLib, atk, cairo, cups, dbus, expat, fontconfig, freetype -, gdk_pixbuf, glib, gnome2, nspr, nss, gtk3, gtk2, at-spi2-atk +, gdk_pixbuf, glib, gnome2, nspr, nss, gtk3, gtk2, at-spi2-atk +, gsettings-desktop-schemas, gobject-introspection, wrapGAppsHook , libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext , libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, nghttp2 , libudev0-shim, glibc, curl, openssl, autoPatchelfHook @@ -28,6 +29,7 @@ in stdenv.mkDerivation rec { autoPatchelfHook dpkg makeWrapper + gobject-introspection wrapGAppsHook ]; buildInputs = [ @@ -46,6 +48,7 @@ in stdenv.mkDerivation rec { gnome2.pango gtk2 gtk3 + gsettings-desktop-schemas libX11 libXScrnSaver libXcomposite