dsf2flac: fix build
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user