Bluefish icon

Bluefish 2.2.16

Open source code editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    bluefish # Bluefish
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    bluefish # Bluefish
  ];
}

Package Definition

{
  "pname": "bluefish",
  "version": "2.2.16",
  "src": {
    "url": "https://www.bennewitz.com/bluefish/stable/binaries/macosx/Bluefish-2.2.16.dmg",
    "sha256": "63fe6f486d56021112527124b0bfc36677ef1dd1f005b081116fe435270f4ebc"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Bluefish.app\" && cp -r \"Bluefish.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open source code editor",
    "homepage": "https://bluefish.openoffice.nl/index.html"
  }
}