From 14a22ed0b1d45747caffb708faa031fe708f1491 Mon Sep 17 00:00:00 2001 From: Artturin Date: Thu, 1 Sep 2022 19:22:56 +0300 Subject: [PATCH] screen: add enable-rxvt_osc to match arch configure options https://github.com/archlinux/svntogit-community/blob/ba9c439ee266a385bc5fa7ca05b52d34de08bb85/trunk/PKGBUILD#L37-L47 and aports and void --- pkgs/tools/misc/screen/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/screen/default.nix b/pkgs/tools/misc/screen/default.nix index 884d5317cb8..b5b3f2b189b 100644 --- a/pkgs/tools/misc/screen/default.nix +++ b/pkgs/tools/misc/screen/default.nix @@ -14,6 +14,7 @@ stdenv.mkDerivation rec { "--enable-pam" "--with-sys-screenrc=/etc/screenrc" "--enable-colors256" + "--enable-rxvt_osc" ]; nativeBuildInputs = [