11 stdenv.mkDerivation rec {
16 url = "https://trmusson.dreamhosters.com/stuff/${pname}-${version}.tar.gz";
17 sha256 = "db4e1655fc58f31e5770a17dfca4e6c89028ad8b2c8e043febc87a0beedeef05";
30 description = "GTK enabled dropin replacement for xmessage";
31 homepage = "https://trmusson.dreamhosters.com/programs.html#gxmessage";
32 license = lib.licenses.gpl3Plus;
33 maintainers = with lib.maintainers; [ jfb ];
34 platforms = with lib.platforms; linux;
35 mainProgram = "gxmessage";