Unverified Commit e3db3c24 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

dsf2flac: fix build

parent 8d81e1a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
  enableParallelBuilding = true;

  preConfigure = ''
    export LIBS="$LIBS -lz"
    export LIBS="$LIBS -lz -lboost_timer"
  '';

  configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ];