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 { 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

View File

@ -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 ? { }