nixpkgs/pkgs/applications/science/electronics/kicad
Dmitry Kalinkin ebe5f10794
kicad: don't build versions with 3d on Hydra
The hydraPlatforms have to be set on the kicad package itself, that can be
checked using:

  echo ":p { inherit kicad kicad-small kicad-unstable; }" | nix repl ./pkgs/top-level/release.nix

This commit disables build of all kicad variants that require downloading
packages3d, which currently fail on hydra with the "Output limit exceeded"
status. This leaves Hydra with only building the kicad-small, which will allow
us to cache the build of kicad-base as well as all libraries except of
packages3d.
2020-03-16 19:45:04 -04:00
..
base.nix kicad: update & cleanup 2020-01-02 03:45:34 +01:00
default.nix kicad: don't build versions with 3d on Hydra 2020-03-16 19:45:04 -04:00
libraries.nix kicad: don't build versions with 3d on Hydra 2020-03-16 19:45:04 -04:00
update.sh kicad-unstable: update update.sh && update 2020-02-10 19:54:38 +01:00
versions.nix kicad-unstable: update update.sh && update 2020-02-10 19:54:38 +01:00