15 stdenv.mkDerivation rec {
20 url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2";
21 sha256 = "sha256-FOZHb87o+jJvf2Px9pPSUhlfncsWrw/jyRXEmbr13XQ=";
38 description = "Powerful editor targeted towards programmers and webdevelopers";
39 homepage = "https://bluefish.openoffice.nl/";
40 license = licenses.gpl3Plus;
41 maintainers = with maintainers; [ vbgl ];
42 platforms = platforms.all;
43 mainProgram = "bluefish";