* More cleanup.
svn path=/nixpkgs/trunk/; revision=22795
This commit is contained in:
@@ -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";
|
||||
};
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user