insomnia: fixed crash when importing data from file

This commit is contained in:
Dmitry Moskowski 2019-05-22 14:19:30 +00:00 committed by Frederik Rietdijk
parent 8c0526ae3f
commit a12e61b0d7

View File

@ -1,6 +1,7 @@
{ stdenv, makeWrapper, fetchurl, dpkg { stdenv, makeWrapper, fetchurl, dpkg
, alsaLib, atk, cairo, cups, dbus, expat, fontconfig, freetype , 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 , libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, nghttp2 , libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, nghttp2
, libudev0-shim, glibc, curl, openssl, autoPatchelfHook , libudev0-shim, glibc, curl, openssl, autoPatchelfHook
@ -28,6 +29,7 @@ in stdenv.mkDerivation rec {
autoPatchelfHook autoPatchelfHook
dpkg dpkg
makeWrapper makeWrapper
gobject-introspection wrapGAppsHook
]; ];
buildInputs = [ buildInputs = [
@ -46,6 +48,7 @@ in stdenv.mkDerivation rec {
gnome2.pango gnome2.pango
gtk2 gtk2
gtk3 gtk3
gsettings-desktop-schemas
libX11 libX11
libXScrnSaver libXScrnSaver
libXcomposite libXcomposite