5 , gsettings-desktop-schemas
18 stdenv.mkDerivation rec {
22 src = fetchFromGitLab {
23 domain = "gitlab.gnome.org";
27 hash = "sha256-LxctZv/CKolJ1I4Hql20E+/+p+ZoJLR1eZe34HPMqvY=";
32 meson_post_install.sh \
33 tools/strip_trailing_white_space.sh \
34 tests/python/task-test.py
51 gsettings-desktop-schemas
56 wrapProgram $out/bin/planner \
57 --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$out/share/gsettings-schemas/planner-${version}"
61 description = "Project management tool for the GNOME desktop";
62 homepage = "https://wiki.gnome.org/Apps/Planner";
63 license = lib.licenses.gpl2Plus;
64 maintainers = with lib.maintainers; [ amiloradovsky ];
65 platforms = lib.platforms.unix;