mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 09:56:13 +03:00
discord: add libuuid to nativeBuildInputs
The libuuid.so.1 file can't be found and this allows the package builder to find it.
This commit is contained in:
parent
c92b33df88
commit
4f7d829991
@ -17,6 +17,7 @@ in stdenv.mkDerivation rec {
|
|||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
cups
|
cups
|
||||||
libdrm
|
libdrm
|
||||||
|
libuuid
|
||||||
libX11
|
libX11
|
||||||
libXScrnSaver
|
libXScrnSaver
|
||||||
libXtst
|
libXtst
|
||||||
|
Loading…
Reference in New Issue
Block a user