CLIPS IDE icon

CLIPS IDE 6.4.1

Tool for building expert systems

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    clips-ide # CLIPS IDE
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    clips-ide # CLIPS IDE
  ];
}

Package Definition

{
  "pname": "clips-ide",
  "version": "6.4.1",
  "src": {
    "url": "https://downloads.sourceforge.net/clipsrules/clips_macos_executable_641.dmg",
    "sha256": "aa5b0326c378fe4a798eca91005fc221160f9915de1f134f95fc164c5c4ea008"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"CLIPS IDE.app\" \"$out/Applications/CLIPS IDE.app\""
  ],
  "meta": {
    "description": "Tool for building expert systems",
    "homepage": "https://www.clipsrules.net/"
  }
}