telepathy: don't include unstable in full
svn path=/nixpkgs/trunk/; revision=33179
This commit is contained in:
parent
ef1437585d
commit
0ebb258668
|
@ -49,5 +49,5 @@ in
|
|||
pkgs // {
|
||||
inherit version;
|
||||
recurseForDerivations = true;
|
||||
full = stdenv.lib.attrValues pkgs;
|
||||
full = stdenv.lib.attrValues stable;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue