mrxvt: minor formatting

+7 -7
+7 -7
pkgs/applications/terminal-emulators/mrxvt/default.nix
··· 16 16 pname = "mrxvt"; 17 17 version = "0.5.4"; 18 18 19 - buildInputs = 20 - [ libX11 libXft libXi xorgproto libSM libICE freetype pkg-config which ]; 19 + src = fetchurl { 20 + url = "mirror://sourceforge/materm/mrxvt-${version}.tar.gz"; 21 + sha256 = "1mqhmnlz32lvld9rc6c1hyz7gjw4anwf39yhbsjkikcgj1das0zl"; 22 + }; 23 + 24 + buildInputs = [ libX11 libXft libXi xorgproto libSM libICE freetype pkg-config which ]; 21 25 22 26 configureFlags = [ 23 27 "--with-x" ··· 34 38 NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype.dev}/include/freetype2"; 35 39 ''; 36 40 37 - src = fetchurl { 38 - url = "mirror://sourceforge/materm/mrxvt-${version}.tar.gz"; 39 - sha256 = "1mqhmnlz32lvld9rc6c1hyz7gjw4anwf39yhbsjkikcgj1das0zl"; 40 - }; 41 - 42 41 meta = with lib; { 43 42 description = "Lightweight multitabbed feature-rich X11 terminal emulator"; 44 43 longDescription = " ··· 48 47 homepage = "https://sourceforge.net/projects/materm"; 49 48 license = licenses.gpl2; 50 49 platforms = platforms.linux; 50 + maintainers = with maintainers; [ ]; 51 51 knownVulnerabilities = [ 52 52 "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)" 53 53 ];