kicad: remove unused stuff
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user