ncmpcpp: fix finding boost
See other commits with the same message. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
fd61c702ff
commit
353d0c5434
@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
|
||||
(lib.withFeature visualizerSupport "fftw")
|
||||
(lib.enableFeature clockSupport "clock")
|
||||
(lib.withFeature taglibSupport "taglib")
|
||||
(lib.withFeatureAs true "boost" boost.dev)
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user