1 { lib, stdenv, fetchFromGitHub
6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
11 owner = "AyatanaIndicators";
14 sha256 = "sha256-uecUyqSL02SRdlLbWIy0luHACTFoyMXQ6rOIYuisZsw=";
17 nativeBuildInputs = [ pkg-config cmake ];
19 buildInputs = [ gtk3 ];
22 description = "Ayatana Display Indicator Objects";
23 homepage = "https://github.com/AyatanaIndicators/ayatana-ido";
24 changelog = "https://github.com/AyatanaIndicators/ayatana-ido/blob/${version}/ChangeLog";
25 license = [ licenses.lgpl3Plus licenses.lgpl21Plus ];
26 maintainers = [ maintainers.nickhu ];
27 platforms = platforms.linux;