kicad: remove unused inputs
This commit is contained in:
parent
a0ce2b58af
commit
af5886a2a3
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv
|
{ lib
|
||||||
, fetchFromGitLab
|
, stdenv
|
||||||
, cmake
|
, cmake
|
||||||
, libGLU
|
, libGLU
|
||||||
, libGL
|
, libGL
|
||||||
@ -18,9 +18,7 @@
|
|||||||
, pcre
|
, pcre
|
||||||
, libpthreadstubs
|
, libpthreadstubs
|
||||||
, libXdmcp
|
, libXdmcp
|
||||||
, fetchpatch
|
|
||||||
, lndir
|
, lndir
|
||||||
, callPackage
|
|
||||||
|
|
||||||
, stable
|
, stable
|
||||||
, baseName
|
, baseName
|
||||||
|
@ -15,19 +15,15 @@
|
|||||||
, stable ? true
|
, stable ? true
|
||||||
, oceSupport ? false
|
, oceSupport ? false
|
||||||
, withOCE ? false
|
, withOCE ? false
|
||||||
, opencascade
|
|
||||||
, withOCCT ? false
|
, withOCCT ? false
|
||||||
, withOCC ? true
|
, withOCC ? true
|
||||||
, opencascade-occt
|
|
||||||
, ngspiceSupport ? false
|
, ngspiceSupport ? false
|
||||||
, withNgspice ? true
|
, withNgspice ? true
|
||||||
, libngspice
|
, libngspice
|
||||||
, scriptingSupport ? false
|
, scriptingSupport ? false
|
||||||
, withScripting ? true
|
, withScripting ? true
|
||||||
, swig
|
|
||||||
, python3
|
, python3
|
||||||
, debug ? false
|
, debug ? false
|
||||||
, valgrind
|
|
||||||
, with3d ? true
|
, with3d ? true
|
||||||
, withI18n ? true
|
, withI18n ? true
|
||||||
, srcs ? { }
|
, srcs ? { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user