Merge pull request #91933 from ngerstle-cognite/patch-1

Postman: fix and add libuuid as dependency
This commit is contained in:
Damien Cassou 2020-07-07 14:20:02 +02:00 committed by GitHub
commit 8caac93be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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