1 { lib, stdenv, fetchFromGitHub
2 , desktop-file-utils, glib, gtk3, meson, ninja, pkg-config, python3, vala
4 , glib-networking, gobject-introspection, json-glib, libgee, libhandy, libsoup
7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-/g/r/1i69PmPND40zIID3Nun0I4ZFT1EFoNf1qprBjI=";
19 desktop-file-utils glib gtk3 meson ninja pkg-config python3 vala
20 wrapGAppsHook3 gobject-introspection
23 glib glib-networking gtk3 json-glib libgee libhandy
28 patchShebangs build-aux/meson/postinstall.py
32 ln -s bitstower-markets $out/bin/markets
36 homepage = "https://github.com/bitstower/markets";
37 description = "Stock, currency and cryptocurrency tracker";
38 maintainers = with maintainers; [ qyliss ];
39 license = licenses.gpl3Plus;
40 platforms = platforms.linux;