screen: add enable-rxvt_osc
to match arch configure options ba9c439ee2/trunk/PKGBUILD (L37-L47)
and aports and void
This commit is contained in:
parent
750bb8057c
commit
14a22ed0b1
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
"--enable-pam"
|
"--enable-pam"
|
||||||
"--with-sys-screenrc=/etc/screenrc"
|
"--with-sys-screenrc=/etc/screenrc"
|
||||||
"--enable-colors256"
|
"--enable-colors256"
|
||||||
|
"--enable-rxvt_osc"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue