Unverified Commit 4bf5883b authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

welle-io: enable FLAC support (#366832)

parents 7039ae30 44cdb6bc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
  fftwSinglePrec,
  lame,
  mpg123,
  withFlac ? true,
  flac,
}:

stdenv.mkDerivation rec {
@@ -48,12 +50,12 @@ stdenv.mkDerivation rec {
    qt5compat
    rtl-sdr
    soapysdr-with-plugins
  ];
  ] ++ lib.optional withFlac flac;

  cmakeFlags = [
    "-DRTLSDR=true"
    "-DSOAPYSDR=true"
  ];
  ] ++ lib.optional withFlac "-DFLAC=true";

  meta = {
    description = "DAB/DAB+ Software Radio";