1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

fixup! gnuradio: rewrite

This commit is contained in:
Doron Behar 2020-11-06 12:03:47 +02:00
parent 3d55b9a899
commit d3b3bf7eb8

View file

@ -26,6 +26,8 @@
let
pythonPkgs = extraPythonPackages
# Add the extraPackages as python modules as well
++ (builtins.map unwrapped.python.pkgs.toPythonModule extraPackages)
++ stdenv.lib.flatten (stdenv.lib.mapAttrsToList (
feat: info: (
if unwrapped.hasFeature feat unwrapped.features then