From 13186d181068a16d08944292f877219975aa3b98 Mon Sep 17 00:00:00 2001 From: Evils Date: Wed, 5 May 2021 17:20:19 +0200 Subject: [PATCH] clementine: add stuff not found by config --- pkgs/applications/audio/clementine/default.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix index e58a8c2a625..4184f0eea8c 100644 --- a/pkgs/applications/audio/clementine/default.nix +++ b/pkgs/applications/audio/clementine/default.nix @@ -34,6 +34,15 @@ , config , makeWrapper , gst_plugins + +, util-linux +, libunwind +, libselinux +, elfutils +, libsepol +, orc + +, alsaLib }: let @@ -66,6 +75,13 @@ let cmake pkg-config makeWrapper + + util-linux + libunwind + libselinux + elfutils + libsepol + orc ]; buildInputs = [ @@ -90,6 +106,8 @@ let qttools sqlite taglib + + alsaLib ] ++ lib.optionals (withIpod) [ libgpod libplist usbmuxd ] ++ lib.optionals (withMTP) [ libmtp ]