sdrangel: use default SDK on Darwin (14.4)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
stdenv,
|
||||
airspy,
|
||||
airspyhf,
|
||||
apple-sdk_12,
|
||||
aptdec,
|
||||
boost,
|
||||
cm256cc,
|
||||
@@ -102,7 +101,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
zlib
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [ qt6Packages.qtwayland ]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_12 ]
|
||||
++ lib.optionals withSDRplay [ sdrplay ];
|
||||
|
||||
cmakeFlags = [
|
||||
|
||||
Reference in New Issue
Block a user