13 stdenv.mkDerivation rec {
14 pname = "stalonetray";
17 src = fetchFromGitHub {
21 sha256 = "sha256-/55oP6xA1LeLawOBkhh9acaDcObO4L4ojcy7e3vwnBw=";
26 db_root = "${docbook-xsl-ns}/share/xml/docbook-xsl-ns";
27 ac_str = "AC_SUBST(DOCBOOK_ROOT)";
28 ac_str_sub = "DOCBOOK_ROOT=${db_root}; ${ac_str}";
31 substituteInPlace configure.ac --replace '${ac_str}' '${ac_str_sub}'
43 hardeningDisable = [ "format" ];
46 description = "Stand alone tray";
47 homepage = "https://github.com/kolbusa/stalonetray";
48 license = licenses.gpl2Only;
49 platforms = platforms.linux;
50 maintainers = with maintainers; [ raskin ];
51 mainProgram = "stalonetray";