14 stdenv.mkDerivation rec {
16 version = "unstable-2021-07-31";
18 src = fetchFromGitHub {
21 rev = "6b109cd276ec7c7901f96455c77cf2d2ebfbb181";
22 sha256 = "sha256-VlXfywgYhI2QuGQvpD33BspTTgT0jOKUV3gENq4HiBU=";
38 enableParallelBuilding = true;
41 export LIBS="$LIBS -lz"
44 configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ];
47 description = "DSD to FLAC transcoding tool";
48 homepage = "https://github.com/hank/dsf2flac";
49 license = licenses.gpl2;
50 maintainers = with maintainers; [ artemist ];
51 platforms = [ "x86_64-linux" ];
52 mainProgram = "dsf2flac";