mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-14 18:07:02 +00:00
fixup! gnuradio: rewrite
This commit is contained in:
parent
3d55b9a899
commit
d3b3bf7eb8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue