svn path=/nixpkgs/branches/stdenv-updates/; revision=9803

This commit is contained in:
Eelco Dolstra
2007-11-26 16:19:44 +00:00
parent d04b560dc3
commit ea52300e0b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
args:
args.stdenv.lib.listOfListsToAttrs [
[ "default" (import ./2.4.nix args) ]
[ "2.4" (import ./2.4.nix args) ]
[ "2.5" (import ./2.5 args) ]
]