summary refs log tree commit diff
path: root/pkgs/lib
Commit message (Expand)AuthorAge
* Added converter from new option description format to needed for docbook gene...Michael Raskin2007-11-11
* svn path=/nixpkgs/trunk/; revision=9617Eelco Dolstra2007-11-09
* * Moved the functions for option processing to lib.Eelco Dolstra2007-11-09
* Fixed log nesting; added Qi.Michael Raskin2007-11-08
* fix: listToAttr takes name instead of attr as argumentMarc Weber2007-11-07
* Is it time to uncomment mkDerivationByConfiguration and start using listToAtt...Marc Weber2007-11-05
* Added Compiz Fusion (main plugins). Also some dependencies, and made wmii bui...Michael Raskin2007-11-05
* * Kernel configuration for Linux 2.6.23.Eelco Dolstra2007-10-31
* Added a new setup proposal, builder is no more derived from shell script (whe...Michael Raskin2007-10-29
* Added sumArgs - it takes a function and gives a function to accpet any number...Michael Raskin2007-10-27
* * Backward compatibility with Nix 0.10.Eelco Dolstra2007-10-12
* Uncommented mkDerivationByName. Now it doesn't break everythingMichael Raskin2007-10-06
* Commented someadditions out and corrected spelling - mkDerivationByConfigurat...Michael Raskin2007-10-05
* * findSingle: return a caller-specified value if there are multipleEelco Dolstra2007-10-03
* corrected /dev/null patchMichael Raskin2007-09-23
* * Release notes.Eelco Dolstra2007-09-11
* fix: adding defaultsMarc Weber2007-09-10
* configuration examples / tests added which demonstrate all features.Marc Weber2007-09-09
* new patch. now specifying settings if flags are not set is also possible.Marc Weber2007-09-09
* Added function for defining just a bundle of dependencies.Michael Raskin2007-08-28
* * Some prototype code to make dealing with options in Nixpkgs/NixOSEelco Dolstra2007-08-27
* Added strings-with-deps, a set of functions that are intended to Michael Raskin2007-08-26
* renamed chosenOptions to chooseOptionsByFlags and added support for optionalsMarc Weber2007-08-19
* renamened assert to assertion because assert is a resnerved word,Marc Weber2007-08-19
* fix: listToAttrs added (which I had forgotten) when evaluating flagsMarc Weber2007-08-18
* primop functions listToAttrs (+test), __isAttrs, __trace addedMarc Weber2007-08-18
* Added conditional concatenation and used it for name and configureFlags gener...Michael Raskin2007-08-15
* Added possibility for flags= in calls to proposed template. As usual, look at...Michael Raskin2007-08-15
* Corrected a flaw that made automated package silently accept any extra argumentsMichael Raskin2007-08-11
* Converted Vim package to a template-based form with only lists filled in manu...Michael Raskin2007-08-11
* Included some configuration for Vim.Michael Raskin2007-08-10
* * Function to return a range of numbers.Eelco Dolstra2007-06-09
* * Purity fix in building Python: don't let it search in /usr/includeEelco Dolstra2007-05-27
* * Move the `optional' function to lib.Eelco Dolstra2007-05-20
* * Function concatLists to concatenate a list of lists.Eelco Dolstra2007-03-06
* * Filter out *~ files in cleanSource.Eelco Dolstra2007-01-29
* * Move cleanSource to lib.Eelco Dolstra2007-01-15
* * A function `elem' to check whether a list contains a specificEelco Dolstra2007-01-08
* * Function `findSingle' for looking up values in dictionary-likeEelco Dolstra2006-12-21
* * Library functions: filter, eqLists (equality on lists; the `=='Eelco Dolstra2006-11-27
* * More descriptions.Eelco Dolstra2006-10-12
* * Put utility functions like fold in lib/default.nix.Eelco Dolstra2006-09-25