Postman: fix and add libuuid as dependency

This commit is contained in:
ngerstle-cognite 2020-07-01 13:23:44 +02:00 committed by N G
parent 1351ed529d
commit f56472d93a

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, makeDesktopItem, wrapGAppsHook
, atk, at-spi2-atk, alsaLib, cairo, cups, dbus, expat, gdk-pixbuf, glib, gtk3
, freetype, fontconfig, nss, nspr, pango, udev, libX11, libxcb, libXi
, atk, at-spi2-atk, at-spi2-core, alsaLib, cairo, cups, dbus, expat, gdk-pixbuf, glib, gtk3
, freetype, fontconfig, nss, nspr, pango, udev, libuuid, libX11, libxcb, libXi
, libXcursor, libXdamage, libXrandr, libXcomposite, libXext, libXfixes
, libXrender, libXtst, libXScrnSaver
}:
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
stdenv.cc.cc.lib
atk
at-spi2-atk
at-spi2-core
alsaLib
cairo
cups
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
nspr
pango
udev
libuuid
libX11
libxcb
libXi