ncmpcpp: fix finding boost

See other commits with the same message.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2025-07-28 19:48:10 +02:00
parent fd61c702ff
commit 353d0c5434
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -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 = [