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
commit 016e953a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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