mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Thanks to Tobias Hammerschmidt new updated version of rxvt-unicode
svn path=/nixpkgs/trunk/; revision=10043
This commit is contained in:
parent
f75be37d70
commit
763ac687b2
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
args: with args; stdenv.mkDerivation {
|
||||
name = "rxvt-unicode-8.4";
|
||||
|
||||
name = "rxvt-unicode-8.9";
|
||||
|
||||
buildInputs = [ libX11 libXt libXft perl ];
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-8.4.tar.bz2;
|
||||
sha256 = "ff8d904a815151edde72bb3e51d1561125813569cb3d487cbac428ec23facdbb";
|
||||
url = http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-8.9.tar.bz2;
|
||||
sha256 = "89858c5bfe72dba037cd3435b2221269580f3c699553fe24ee468ddec8831d27";
|
||||
};
|
||||
|
||||
|
||||
meta = {
|
||||
description = "rxvt-unicode is a clone of the well known terminal emulator rxvt.";
|
||||
homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html";
|
||||
|
|
Loading…
Reference in a new issue