gnuradio: remove volk cmake flags mistakenly added

see https://github.com/NixOS/nixpkgs/pull/118345#discussion_r606706207
This commit is contained in:
Eduardo Sánchez Muñoz 2021-04-03 22:35:39 +02:00
parent 577a220c16
commit 07700e51dc

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