Merge pull request #91933 from ngerstle-cognite/patch-1
Postman: fix and add libuuid as dependency
This commit is contained in:
commit
8caac93be7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user