kicad: reformat with nixpkgs-fmt

This commit is contained in:
Matt Huszagh
2020-10-10 12:53:09 -07:00
parent b13bb2402b
commit b3e2b523e5
2 changed files with 56 additions and 29 deletions
@@ -1,6 +1,11 @@
{ lib, stdenv, cmake, gettext
, fetchFromGitHub, fetchFromGitLab
, version, libSources
{ lib
, stdenv
, cmake
, gettext
, fetchFromGitHub
, fetchFromGitLab
, version
, libSources
}:
# callPackage libraries {
@@ -33,7 +38,7 @@ let
platforms = stdenv.lib.platforms.all;
# the 3d models are a ~1 GiB download and occupy ~5 GiB in store.
# this would exceed the hydra output limit
hydraPlatforms = if (name == "packages3d" ) then [ ] else platforms;
hydraPlatforms = if (name == "packages3d") then [ ] else platforms;
};
};
in