Commit b8ff9a4c authored by Doron Behar's avatar Doron Behar
Browse files

gnuradio.pkgs.mkDerivation: nixfmt

parent 89911efe
Loading
Loading
Loading
Loading
+30 −29
Original line number Diff line number Diff line
@@ -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