telepathy: don't include unstable in full

svn path=/nixpkgs/trunk/; revision=33179
This commit is contained in:
Yury G. Kudryashov 2012-03-16 22:22:50 +00:00
parent ef1437585d
commit 0ebb258668

View File

@ -49,5 +49,5 @@ in
pkgs // {
inherit version;
recurseForDerivations = true;
full = stdenv.lib.attrValues pkgs;
full = stdenv.lib.attrValues stable;
}