telepathy stuff
svn path=/nixpkgs/branches/stdenv-updates/; revision=10748
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
args: with args;
|
||||
let rev = "2031"; in
|
||||
let rev = "2066"; in
|
||||
stdenv.mkDerivation {
|
||||
name = "tapioca-qt-r${rev}";
|
||||
src = fetchsvn {
|
||||
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [cmake];
|
||||
propagatedBuildInputs = [qt];
|
||||
propagatedBuildInputs = [qt stdenv.gcc.libc];
|
||||
meta = {
|
||||
description = "Qt bindings for telepathy";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user