From 46dd3e27d961dd48e68164e1f27fd3af2a001d57 Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Fri, 4 Jan 2019 19:33:50 +0000 Subject: lash: link with pthreads, lib{uuid,m} explicitly --- pkgs/applications/audio/lash/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/applications/audio/lash') diff --git a/pkgs/applications/audio/lash/default.nix b/pkgs/applications/audio/lash/default.nix index 9d295073597..7fb5a01e2c8 100644 --- a/pkgs/applications/audio/lash/default.nix +++ b/pkgs/applications/audio/lash/default.nix @@ -18,6 +18,11 @@ stdenv.mkDerivation rec { buildInputs = [ alsaLib gtk2 libjack2 libxml2 makeWrapper pkgconfig readline ]; propagatedBuildInputs = [ libuuid ]; + NIX_LDFLAGS = [ + "-lm" + "-lpthread" + "-luuid" + ]; postInstall = '' for i in lash_control lash_panel -- cgit 1.4.1