kicad: remove unused stuff

This commit is contained in:
Pol Dellaiera
2025-09-05 13:44:01 +02:00
parent ea9c6a4144
commit fa179509e8
2 changed files with 2 additions and 3 deletions
@@ -51,7 +51,6 @@
stable,
testing,
baseName,
kicadSrc,
kicadVersion,
withNgspice,
@@ -69,7 +68,7 @@ assert testing -> !stable -> throw "testing implies stable and cannot be used wi
let
opencascade-occt = opencascade-occt_7_6;
inherit (lib) optional optionals optionalString;
inherit (lib) optional optionals;
in
stdenv.mkDerivation rec {
pname = "kicad-base";
@@ -178,7 +178,7 @@ stdenv.mkDerivation rec {
passthru.libraries = callPackages ./libraries.nix { inherit libSrc; };
passthru.callPackage = newScope { inherit addonPath python3; };
base = callPackage ./base.nix {
inherit stable testing baseName;
inherit stable testing;
inherit kicadSrc kicadVersion;
inherit wxGTK python wxPython;
inherit withNgspice withScripting withI18n;