* More cleanup.

svn path=/nixpkgs/trunk/; revision=22795
This commit is contained in:
Eelco Dolstra
2010-07-28 15:35:01 +00:00
parent 27fe0c57f3
commit 749b8607ca
37 changed files with 329 additions and 329 deletions
+5 -4
View File
@@ -1,5 +1,6 @@
args: with args;
stdenv.mkDerivation (rec {
{ stdenv, fetchurl, libX11, libXext, libXt, xextproto, xproto }:
stdenv.mkDerivation rec {
pname = "xosd";
version = "2.2.12";
@@ -10,9 +11,9 @@ stdenv.mkDerivation (rec {
sha256 = "7d4ae8e1a6dbd7743af3b1cdc85144e2de26abe6daec25f4bd74bf311774df08";
};
buildInputs = [libX11 libXext libXt xextproto xproto];
buildInputs = [ libX11 libXext libXt xextproto xproto ];
meta = {
description = "XOSD displays text on your screen";
};
})
}