mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Postman: fix and add libuuid as dependency
This commit is contained in:
parent
1351ed529d
commit
f56472d93a
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, makeDesktopItem, wrapGAppsHook
|
{ stdenv, fetchurl, makeDesktopItem, wrapGAppsHook
|
||||||
, atk, at-spi2-atk, alsaLib, cairo, cups, dbus, expat, gdk-pixbuf, glib, gtk3
|
, atk, at-spi2-atk, at-spi2-core, alsaLib, cairo, cups, dbus, expat, gdk-pixbuf, glib, gtk3
|
||||||
, freetype, fontconfig, nss, nspr, pango, udev, libX11, libxcb, libXi
|
, freetype, fontconfig, nss, nspr, pango, udev, libuuid, libX11, libxcb, libXi
|
||||||
, libXcursor, libXdamage, libXrandr, libXcomposite, libXext, libXfixes
|
, libXcursor, libXdamage, libXrandr, libXcomposite, libXext, libXfixes
|
||||||
, libXrender, libXtst, libXScrnSaver
|
, libXrender, libXtst, libXScrnSaver
|
||||||
}:
|
}:
|
||||||
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
atk
|
atk
|
||||||
at-spi2-atk
|
at-spi2-atk
|
||||||
|
at-spi2-core
|
||||||
alsaLib
|
alsaLib
|
||||||
cairo
|
cairo
|
||||||
cups
|
cups
|
||||||
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
nspr
|
nspr
|
||||||
pango
|
pango
|
||||||
udev
|
udev
|
||||||
|
libuuid
|
||||||
libX11
|
libX11
|
||||||
libxcb
|
libxcb
|
||||||
libXi
|
libXi
|
||||||
|
Loading…
Reference in New Issue
Block a user