1 { lib, stdenv, fetchurl, gtk3, intltool, pkg-config, texinfo }:
3 stdenv.mkDerivation rec {
8 url = "https://trmusson.dreamhosters.com/stuff/${pname}-${version}.tar.gz";
9 sha256 = "db4e1655fc58f31e5770a17dfca4e6c89028ad8b2c8e043febc87a0beedeef05";
12 nativeBuildInputs = [ pkg-config intltool ];
13 buildInputs = [ gtk3 texinfo ];
16 description = "A GTK enabled dropin replacement for xmessage";
17 homepage = "https://trmusson.dreamhosters.com/programs.html#gxmessage";
18 license = lib.licenses.gpl3Plus;
19 maintainers = with lib.maintainers; [jfb];
20 platforms = with lib.platforms; linux;