Merge pull request #118431 from eduardosm/gr3.9

gnuradio: remove volk cmake flags mistakenly added
This commit is contained in:
Sandro
2021-04-04 01:13:14 +02:00
committed by GitHub

View File

@@ -260,9 +260,6 @@ stdenv.mkDerivation rec {
"-DLIBGSM_LIBRARIES=${gsm}/lib/libgsm.so"
"-DLIBGSM_INCLUDE_DIRS=${gsm}/include/gsm"
]
++ lib.optionals (hasFeature "volk" features && volk != null) [
"-DENABLE_INTERNAL_VOLK=OFF"
]
;
postInstall = shared.postInstall