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