e12b421add
merge cleanly right away (kde-4, kernel stuff) so it should be merged later. But the stdenv stuff is all there. svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
8 lines
210 B
Nix
8 lines
210 B
Nix
args:
|
|
args.stdenv.lib.listOfListsToAttrs [
|
|
[ "3.08.0" (import ./3.08.0.nix args) ]
|
|
[ "3.09.1" (import ./3.09.1.nix args) ]
|
|
[ "3.10.0" (import ./3.10.0.nix args) ]
|
|
[ "default" (import ./3.09.1.nix args) ]
|
|
]
|