Unverified Commit 39107343 authored by Timo Kaufmann's avatar Timo Kaufmann Committed by GitHub
Browse files

ncmpcpp: fix build by using boost187 (#494110)

parents 3ecf2db6 792e3461
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  boost,
  boost187,
  libmpdclient,
  ncurses,
  pkg-config,
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
    (lib.withFeature visualizerSupport "fftw")
    (lib.enableFeature clockSupport "clock")
    (lib.withFeature taglibSupport "taglib")
    (lib.withFeatureAs true "boost" boost.dev)
    (lib.withFeatureAs true "boost" boost187.dev)
  ];

  nativeBuildInputs = [
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  buildInputs = [
    boost
    boost187
    libmpdclient
    ncurses
    readline