dsf2flac: fix build

This commit is contained in:
Sizhe Zhao
2025-06-08 13:49:51 +08:00
parent 8d81e1a9b8
commit e3db3c2433
+1 -1
View File
@@ -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" ];