urxvt_tabbedex: 2015-03-03 -> 2016-08-09
This commit is contained in:
parent
909094a3ce
commit
9e7f77a634
@ -1,17 +1,18 @@
|
|||||||
{ stdenv, fetchgit }:
|
{ stdenv, fetchFromGitHub, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "urxvt-tabbedex-2015-03-03";
|
name = "urxvt-tabbedex-2016-08-09";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/mina86/urxvt-tabbedex";
|
owner = "mina86";
|
||||||
rev = "b0a02018b1cbaaba2a0c8ea7af9368db0adf3363";
|
repo = "urxvt-tabbedex";
|
||||||
sha256 = "f0025f2741d424736620147d9fc39faac68193cb9f74bde0fb6e02a6f1ae61c3";
|
rev = "ac220eb3984e151ba14dce08f446bc7bc8ca29a2";
|
||||||
|
sha256 = "1b5mff5137jb5ysklsmfp5ql3m4g1z3bdhk0nwhz2hgwz40ap6k8";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
nativeBuildInputs = [ perl ];
|
||||||
install -D tabbedex $out/lib/urxvt/perl/tabbedex
|
|
||||||
'';
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tabbed plugin for rxvt-unicode with many enhancements (mina86's fork)";
|
description = "Tabbed plugin for rxvt-unicode with many enhancements (mina86's fork)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user