mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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
Block a user