From 353d0c5434c9dc7a4b76ed1924913bbb3e482ade Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Mon, 28 Jul 2025 19:48:10 +0200 Subject: [PATCH] ncmpcpp: fix finding boost See other commits with the same message. Signed-off-by: Sefa Eyeoglu --- pkgs/by-name/nc/ncmpcpp/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/nc/ncmpcpp/package.nix b/pkgs/by-name/nc/ncmpcpp/package.nix index d9343c17ccc7..af22c8f658be 100644 --- a/pkgs/by-name/nc/ncmpcpp/package.nix +++ b/pkgs/by-name/nc/ncmpcpp/package.nix @@ -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 = [