19 stdenv.mkDerivation rec {
20 pname = "elementary-feedback";
23 src = fetchFromGitHub {
27 sha256 = "sha256-BW7el8Fc3VPHE8OSb8BaOa+O82lSgsSK64bQolo9xcA=";
31 # The standard location to the metadata pool where metadata
32 # will be read from is likely hardcoded as /usr/share/metainfo
33 # https://github.com/ximion/appstream/blob/v0.15.2/src/as-pool.c#L117
34 # https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location
35 ./fix-metadata-path.patch
56 updateScript = nix-update-script { };
60 description = "GitHub Issue Reporter designed for elementary OS";
61 homepage = "https://github.com/elementary/feedback";
62 license = licenses.gpl3Plus;
63 platforms = platforms.linux;
64 maintainers = teams.pantheon.members;
65 mainProgram = "io.elementary.feedback";