From 9248259708bd6ade5e334a2cdfb29d2a20acb0dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Oct 2022 17:15:36 +0200 Subject: ... --- overlays/urxvt/default.nix | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 overlays/urxvt/default.nix (limited to 'overlays/urxvt/default.nix') diff --git a/overlays/urxvt/default.nix b/overlays/urxvt/default.nix deleted file mode 100644 index 77a2c51f..00000000 --- a/overlays/urxvt/default.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ final, prev, ... }: { - rxvt_unicode-with-plugins = prev.rxvt-unicode.override { - configure = { availablePlugins, ... }: { - plugins = [ final.urxvt_osc_52 ] ++ builtins.attrValues availablePlugins; - }; - }; - urxvt_osc_52 = prev.stdenv.mkDerivation { - name = "rxvt_unicode-osc_52-0"; - src = ./52-osc.pl; - unpackPhase = '' - cp $src 52-osc - ''; - buildPhase = '' - sed -i 's|#! perl|#! ${final.perl}/bin/perl|g' 52-osc - ''; - installPhase = '' - mkdir -p $out/lib/urxvt/perl - cp 52-osc $out/lib/urxvt/perl - ''; - }; -} -- cgit v1.2.3