tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mrxvt: minor formatting
Sandro Jäckel
4 years ago
a244c697
15d85dac
+7
-7
1 changed file
expand all
collapse all
unified
split
pkgs
applications
terminal-emulators
mrxvt
default.nix
+7
-7
pkgs/applications/terminal-emulators/mrxvt/default.nix
···
16
pname = "mrxvt";
17
version = "0.5.4";
18
19
-
buildInputs =
20
-
[ libX11 libXft libXi xorgproto libSM libICE freetype pkg-config which ];
0
0
0
0
21
22
configureFlags = [
23
"--with-x"
···
34
NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype.dev}/include/freetype2";
35
'';
36
37
-
src = fetchurl {
38
-
url = "mirror://sourceforge/materm/mrxvt-${version}.tar.gz";
39
-
sha256 = "1mqhmnlz32lvld9rc6c1hyz7gjw4anwf39yhbsjkikcgj1das0zl";
40
-
};
41
-
42
meta = with lib; {
43
description = "Lightweight multitabbed feature-rich X11 terminal emulator";
44
longDescription = "
···
48
homepage = "https://sourceforge.net/projects/materm";
49
license = licenses.gpl2;
50
platforms = platforms.linux;
0
51
knownVulnerabilities = [
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
];
···
16
pname = "mrxvt";
17
version = "0.5.4";
18
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 ];
25
26
configureFlags = [
27
"--with-x"
···
38
NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype.dev}/include/freetype2";
39
'';
40
0
0
0
0
0
41
meta = with lib; {
42
description = "Lightweight multitabbed feature-rich X11 terminal emulator";
43
longDescription = "
···
47
homepage = "https://sourceforge.net/projects/materm";
48
license = licenses.gpl2;
49
platforms = platforms.linux;
50
+
maintainers = with maintainers; [ ];
51
knownVulnerabilities = [
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
];