about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJoe <55846624+rtldg@users.noreply.github.com>2020-06-14 07:36:29 +0000
committerCray Elliott <MP2E@archlinux.us>2020-06-14 05:15:14 -0700
commit4f7d82999145ca1d4514c3c72d510a2dbe1b5d52 (patch)
tree28da368991d74b82a4f0f9f85a0ca3cb9b9842a8 /pkgs/applications
parentc92b33df884be886ecdff697ec36b4c39cc4cfdf (diff)
downloadnixlib-4f7d82999145ca1d4514c3c72d510a2dbe1b5d52.tar
nixlib-4f7d82999145ca1d4514c3c72d510a2dbe1b5d52.tar.gz
nixlib-4f7d82999145ca1d4514c3c72d510a2dbe1b5d52.tar.bz2
nixlib-4f7d82999145ca1d4514c3c72d510a2dbe1b5d52.tar.lz
nixlib-4f7d82999145ca1d4514c3c72d510a2dbe1b5d52.tar.xz
nixlib-4f7d82999145ca1d4514c3c72d510a2dbe1b5d52.tar.zst
nixlib-4f7d82999145ca1d4514c3c72d510a2dbe1b5d52.zip
discord: add libuuid to nativeBuildInputs
The libuuid.so.1 file can't be found and this allows the package builder to find it.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/base.nix b/pkgs/applications/networking/instant-messengers/discord/base.nix
index 653da669d386..c2af3e4d3e7d 100644
--- a/pkgs/applications/networking/instant-messengers/discord/base.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/base.nix
@@ -17,6 +17,7 @@ in stdenv.mkDerivation rec {
     autoPatchelfHook
     cups
     libdrm
+    libuuid
     libX11
     libXScrnSaver
     libXtst