Merge pull request #221497 from wegank/cmus-libdiscid

cmus: disable discid support
This commit is contained in:
Weijia Wang
2023-03-16 17:32:28 +02:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@
, cddbSupport ? true, libcddb ? null
, cdioSupport ? true, libcdio ? null, libcdio-paranoia ? null
, cueSupport ? true, libcue ? null
, discidSupport ? (!stdenv.isDarwin), libdiscid ? null
, discidSupport ? false, libdiscid ? null
, ffmpegSupport ? true, ffmpeg ? null
, flacSupport ? true, flac ? null
, madSupport ? true, libmad ? null