summary refs log tree commit diff
path: root/pkgs/lib
Commit message (Expand)AuthorAge
...
* Extract the path done inside the iteration process of the option type andNicolas Pierron2009-10-06
* Add removePrefix function.Nicolas Pierron2009-10-06
* Fix sub-module argument manipulation: Avoid using an empty set to checkNicolas Pierron2009-10-06
* Fix merge function of types.Nicolas Pierron2009-10-05
* Fix collect example.Nicolas Pierron2009-09-29
* Move zip & zipWithNames from misc.nix to attrsets.nix and rename them toNicolas Pierron2009-09-29
* export definitions to be used in conjunctions with extraConfigs. With suchNicolas Pierron2009-09-28
* Add extraConfigs attribute inside options. This attribute is used toNicolas Pierron2009-09-28
* Add setAttrByPath:Nicolas Pierron2009-09-28
* Add splitString:Nicolas Pierron2009-09-28
* the tryEval builtin does not have a strict evaluation. Add the toXMLNicolas Pierron2009-09-28
* externals argumental are now taking precedence over the result ofNicolas Pierron2009-09-28
* Add the zipLists and zipListsWith functions.Nicolas Pierron2009-09-28
* Remove values coming from the original sources because this may cause the eva...Nicolas Pierron2009-09-26
* fix mergeAttrsWithFunc (also merge in names which are only in the snd attrs)Marc Weber2009-09-24
* * selectMaintained (renamed): don't use meta.maintainer, just useEelco Dolstra2009-09-23
* * Typos.Eelco Dolstra2009-09-22
* rename mapRecordFlatten to mapAttrsFlattenMarc Weber2009-09-20
* Fix the merge function of the "attrsOf" type: handle multiple of the sameNicolas Pierron2009-09-20
* Adding me as a maintainer, with a pair of packages.Lluís Batlle i Rossell2009-09-20
* Report bad default values which would have cause a build failure if theyNicolas Pierron2009-09-19
* Fix: Use the check function defined in the option declaration if it exists.Nicolas Pierron2009-09-19
* * More typos.Eelco Dolstra2009-09-18
* Add declarations and definitions to options. This allow you to retrieveNicolas Pierron2009-09-18
* Add location to declared sub-modules.Nicolas Pierron2009-09-18
* Specify some obvious platform setsMichael Raskin2009-09-16
* * Typos.Eelco Dolstra2009-09-16
* Replace the traversal of modules:Nicolas Pierron2009-09-15
* Handles cases where developers ""cannot"" put their initial modules inNicolas Pierron2009-09-15
* Fix NixOS evaluation. As I understand, configuration gets added to the list o...Michael Raskin2009-09-14
* split moduleClosure in two parts:Nicolas Pierron2009-09-14
* Add `gnu' as an alias for `linux'.Ludovic Courtès2009-09-12
* removing dropPath. It's used once and in that case it behaves likeMarc Weber2009-09-10
* * A utility function `optionalAttrs', similar to optional andEelco Dolstra2009-09-10
* Adding libev - an even loop library remotely similar to libeventMichael Raskin2009-08-27
* * Remove the warning, it's rather annoying.Eelco Dolstra2009-08-26
* Adding eProver to buildfarm via maintanershipMichael Raskin2009-08-25
* fix of warning. It should be correct nowMarc Weber2009-08-22
* trace warning when using attrs for textClosureListMarc Weber2009-08-22
* adding xapian and xapian-bindingsMarc Weber2009-08-20
* * findFirst is used by the LaTeX function. Forgot to commit.Eelco Dolstra2009-07-22
* svn path=/nixpkgs/trunk/; revision=16412Eelco Dolstra2009-07-17
* * Options / config: these should be attrsets, not lists (IMHO).Eelco Dolstra2009-07-14
* Extract properties.nix and modules.nix from options.nix.Nicolas Pierron2009-07-13
* Added myself as a maintainer.Andres Löh2009-07-10
* Allow to set priority which are below the default priority level.Nicolas Pierron2009-07-10
* maintainers + marcweberMarc Weber2009-07-09
* Added myself (sander) to the maintainers listSander van der Burg2009-07-09
* fix sourceWithTagsDerivation, myhasktags now based on current haskell derivat...Marc Weber2009-07-09
* * Doh.Eelco Dolstra2009-07-08