14 stdenv.mkDerivation rec {
19 url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2";
20 sha256 = "sha256-YUPlHGtVedWW86moXg8NhYDJ9Y+ChXWxGYgODKHZQbw=";
23 nativeBuildInputs = [ pkg-config wrapGAppsHook ];
25 gnome.adwaita-icon-theme
34 description = "A powerful editor targeted towards programmers and webdevelopers";
35 homepage = "https://bluefish.openoffice.nl/";
36 license = licenses.gpl3Plus;
37 maintainers = with maintainers; [ vbgl ];
38 platforms = platforms.all;
39 mainProgram = "bluefish";