Electric VLSI Design System icon

Electric VLSI Design System 9.08.1

Electrical CAD system for the design of integrated circuits

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    electricbinary # Electric VLSI Design System
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    electricbinary # Electric VLSI Design System
  ];
}

Package Definition

{
  "pname": "electricbinary",
  "version": "9.08.1",
  "src": {
    "url": "https://ftp.gnu.org/gnu/electric/electricBinary-9.08.1.jar",
    "sha256": "fcfd8b543aa0124f764945f2eba3a2c76dd7bd8db403dee2b1a3ddbc70875e5a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"electricBinary-9.08.1.jar\" \"$out/Applications/electricBinary-9.08.1.jar\""
  ],
  "meta": {
    "description": "Electrical CAD system for the design of integrated circuits",
    "homepage": "https://www.gnu.org/software/electric/electric.html"
  }
}