···6 fetchFromGitHub,
7 cmake,
8 freedvSupport ? false,
9- lpcnetfreedv,
10}:
1112stdenv.mkDerivation (finalAttrs: {
···37 ];
3839 buildInputs = lib.optionals freedvSupport [
40- lpcnetfreedv
41 ];
4243 # we need to unset these variables from stdenv here and then set their equivalents in the cmake flags
···6 fetchFromGitHub,
7 cmake,
8 freedvSupport ? false,
9+ lpcnet,
10}:
1112stdenv.mkDerivation (finalAttrs: {
···37 ];
3839 buildInputs = lib.optionals freedvSupport [
40+ lpcnet
41 ];
4243 # we need to unset these variables from stdenv here and then set their equivalents in the cmake flags