telepathy stuff

svn path=/nixpkgs/branches/stdenv-updates/; revision=10748
This commit is contained in:
Yury G. Kudryashov 2008-02-18 20:53:23 +00:00
parent fc33ef9f7b
commit f1459725b6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
args: with args;
let rev = "2031"; in
let rev = "2066"; in
stdenv.mkDerivation {
name = "tapioca-qt-r${rev}";
src = fetchsvn {

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation {
};
buildInputs = [cmake];
propagatedBuildInputs = [qt];
propagatedBuildInputs = [qt stdenv.gcc.libc];
meta = {
description = "Qt bindings for telepathy";
};