kicad: remove unused inputs

This commit is contained in:
Sandro Jäckel 2021-02-22 01:15:05 +01:00
parent a0ce2b58af
commit af5886a2a3
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{ lib, stdenv
, fetchFromGitLab
{ lib
, stdenv
, cmake
, libGLU
, libGL
@ -18,9 +18,7 @@
, pcre
, libpthreadstubs
, libXdmcp
, fetchpatch
, lndir
, callPackage
, stable
, baseName

View file

@ -15,19 +15,15 @@
, stable ? true
, oceSupport ? false
, withOCE ? false
, opencascade
, withOCCT ? false
, withOCC ? true
, opencascade-occt
, ngspiceSupport ? false
, withNgspice ? true
, libngspice
, scriptingSupport ? false
, withScripting ? true
, swig
, python3
, debug ? false
, valgrind
, with3d ? true
, withI18n ? true
, srcs ? { }