diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-12 14:18:34 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-12 14:18:34 -0800 |
commit | df50b41afd8e6075cbd5acc5a176385722986399 (patch) | |
tree | 8d2cb0a6c5d22f326d69a894c3d47f7f2a2639ab | |
parent | 03f4f87aba26d5f50a7b8c8c380feb343c18c07b (diff) | |
download | nix-df50b41afd8e6075cbd5acc5a176385722986399.tar nix-df50b41afd8e6075cbd5acc5a176385722986399.tar.gz nix-df50b41afd8e6075cbd5acc5a176385722986399.tar.bz2 nix-df50b41afd8e6075cbd5acc5a176385722986399.tar.lz nix-df50b41afd8e6075cbd5acc5a176385722986399.tar.xz nix-df50b41afd8e6075cbd5acc5a176385722986399.tar.zst nix-df50b41afd8e6075cbd5acc5a176385722986399.zip |
Fix formatting
-rw-r--r-- | pkgs/sdrconnect/default.nix | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/pkgs/sdrconnect/default.nix b/pkgs/sdrconnect/default.nix index 2a3bf7d..b85c255 100644 --- a/pkgs/sdrconnect/default.nix +++ b/pkgs/sdrconnect/default.nix @@ -1,4 +1,19 @@ -{ alsa-lib, autoPatchelfHook, copyDesktopItems, fetchurl, fontconfig, gcc, iconConvTools, icu, lib, libusb1, makeDesktopItem, stdenv, util-linux, xorg }: +{ + alsa-lib, + autoPatchelfHook, + copyDesktopItems, + fetchurl, + fontconfig, + gcc, + iconConvTools, + icu, + lib, + libusb1, + makeDesktopItem, + stdenv, + util-linux, + xorg +}: let |