Loading pkgs/development/gnuradio-modules/mkDerivation.nix +30 −29 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ args: let # Common validation and processing logic processArgs = args: processArgs = args: # Check if it's supposed to not get built for the current gnuradio version if (builtins.hasAttr "disabled" args) && args.disabled then let Loading Loading
pkgs/development/gnuradio-modules/mkDerivation.nix +30 −29 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ args: let # Common validation and processing logic processArgs = args: processArgs = args: # Check if it's supposed to not get built for the current gnuradio version if (builtins.hasAttr "disabled" args) && args.disabled then let Loading