clementine: add stuff not found by config
This commit is contained in:
parent
54ce28e88b
commit
13186d1810
@ -34,6 +34,15 @@
|
|||||||
, config
|
, config
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, gst_plugins
|
, gst_plugins
|
||||||
|
|
||||||
|
, util-linux
|
||||||
|
, libunwind
|
||||||
|
, libselinux
|
||||||
|
, elfutils
|
||||||
|
, libsepol
|
||||||
|
, orc
|
||||||
|
|
||||||
|
, alsaLib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -66,6 +75,13 @@ let
|
|||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
|
||||||
|
util-linux
|
||||||
|
libunwind
|
||||||
|
libselinux
|
||||||
|
elfutils
|
||||||
|
libsepol
|
||||||
|
orc
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -90,6 +106,8 @@ let
|
|||||||
qttools
|
qttools
|
||||||
sqlite
|
sqlite
|
||||||
taglib
|
taglib
|
||||||
|
|
||||||
|
alsaLib
|
||||||
]
|
]
|
||||||
++ lib.optionals (withIpod) [ libgpod libplist usbmuxd ]
|
++ lib.optionals (withIpod) [ libgpod libplist usbmuxd ]
|
||||||
++ lib.optionals (withMTP) [ libmtp ]
|
++ lib.optionals (withMTP) [ libmtp ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user