13 stdenv.mkDerivation rec {
18 url = "mirror://sourceforge/grisbi/${pname}-${version}.tar.bz2";
19 sha256 = "sha256-vTrbq/xLTfwF7/YtKzZFiiSw8A0HzzWin2ry8gPHej8=";
22 nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ];
32 description = "Personnal accounting application";
33 mainProgram = "grisbi";
35 Grisbi is an application written by French developers, so it perfectly
36 respects French accounting rules. Grisbi can manage multiple accounts,
37 currencies and users. It manages third party, expenditure and receipt
38 categories, budgetary lines, financial years, budget estimates, bankcard
39 management and other information that make Grisbi adapted for
42 homepage = "https://grisbi.org";
43 license = licenses.gpl2Plus;
44 maintainers = with maintainers; [ layus ];
45 platforms = platforms.linux;