7 stdenv.mkDerivation rec {
8 pname = "urxvt-theme-switch";
9 version = "unstable-2014-12-21";
11 dontPatchShebangs = true;
13 src = fetchFromGitHub {
15 repo = "urxvt-theme-switch";
16 rev = "cfcbcc3dd5a5b09a3fec0f6a1fea95f4a36a48c4";
17 sha256 = "0x27m1vdqprn3lqpwgxvffill7prmaj6j9rhgvkvi13mzl5wmlli";
21 mkdir -p $out/lib/urxvt/perl
22 sed -i -e "s|/usr/bin/env||" color-themes
23 cp color-themes $out/lib/urxvt/perl
27 description = "urxvt plugin that allows to switch color themes during runtime";
28 homepage = "https://github.com/felixr/urxvt-theme-switch";
31 platforms = platforms.unix;