16 stdenv.mkDerivation rec {
21 url = "mirror://sourceforge/materm/mrxvt-${version}.tar.gz";
22 sha256 = "1mqhmnlz32lvld9rc6c1hyz7gjw4anwf39yhbsjkikcgj1das0zl";
25 nativeBuildInputs = [ pkg-config ];
26 buildInputs = [ libX11 libXft libXi xorgproto libSM libICE freetype which ];
34 "--with-max-profiles=100"
36 "--with-save-lines=10000"
40 NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype.dev}/include/freetype2";
43 passthru.tests.test = nixosTests.terminal-emulators.mrxvt;
46 description = "Lightweight multitabbed feature-rich X11 terminal emulator";
48 Multitabbed lightweight terminal emulator based on rxvt.
49 Supports transparency, backgroundimages, freetype fonts, ...
51 homepage = "https://sourceforge.net/projects/materm";
52 license = licenses.gpl2;
53 platforms = platforms.linux;
55 knownVulnerabilities = [
56 "Usage of ANSI escape sequences causes unexpected newline-termination, leading to unexpected command execution (https://www.openwall.com/lists/oss-security/2021/05/17/1)"