kicad: remove unused inputs
This commit is contained in:
parent
a0ce2b58af
commit
af5886a2a3
2 changed files with 2 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, stdenv
|
||||
, fetchFromGitLab
|
||||
{ lib
|
||||
, stdenv
|
||||
, cmake
|
||||
, libGLU
|
||||
, libGL
|
||||
|
@ -18,9 +18,7 @@
|
|||
, pcre
|
||||
, libpthreadstubs
|
||||
, libXdmcp
|
||||
, fetchpatch
|
||||
, lndir
|
||||
, callPackage
|
||||
|
||||
, stable
|
||||
, baseName
|
||||
|
|
|
@ -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 ? { }
|
||||
|
|
Loading…
Reference in a new issue