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