dsf2flac: avoid with lib;

This commit is contained in:
Sizhe Zhao
2025-06-08 13:49:51 +08:00
parent ecb8f8a922
commit 8d81e1a9b8
+3 -3
View File
@@ -43,11 +43,11 @@ stdenv.mkDerivation {
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ];
meta = with lib; {
meta = {
description = "DSD to FLAC transcoding tool";
homepage = "https://github.com/hank/dsf2flac";
license = licenses.gpl2;
maintainers = with maintainers; [ artemist ];
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ artemist ];
platforms = [ "x86_64-linux" ];
mainProgram = "dsf2flac";
};