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