Unverified Commit 353d0c54 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

ncmpcpp: fix finding boost



See other commits with the same message.

Signed-off-by: default avatarSefa Eyeoglu <contact@scrumplex.net>
parent fd61c702
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = [