about summary refs log tree commit diff
path: root/pkgs/lib
AgeCommit message (Expand)AuthorFilesLines
2009-11-17* Another unused function.Eelco Dolstra1-6/+0
2009-11-17* Remove some more unused functions.Eelco Dolstra1-8/+0
2009-11-17* Remove sumArgs and its few remaining uses. Idem for composedArgs.Eelco Dolstra1-17/+0
2009-11-14* Add the Go Programming Language compiler.Nicolas Pierron1-0/+1
2009-11-14* Improve showVal: handle integer and strings.Nicolas Pierron1-2/+5
2009-11-07* Fix typo and clarify why you should not use "mkFixStrictness" on top ofNicolas Pierron1-6/+8
2009-11-07* Add an awful hack to bypass the strictness of isType operators forNicolas Pierron1-0/+38
2009-11-07* Change the check function to accept sub-modules with arguments inNicolas Pierron1-1/+1
2009-11-07* Add a function to sort a list.Nicolas Pierron2-0/+78
2009-11-07* Add a function to replace "pkgs.checker". The function checkModule does aNicolas Pierron1-0/+25
2009-11-07* Add "_args" to all sub-module configurations result. This attributeNicolas Pierron1-11/+20
2009-11-07* Add a type to handle environment variables with the usual stringNicolas Pierron1-1/+7
2009-11-05* Report file locations in the stack-trace when multiple optionNicolas Pierron1-3/+8
2009-11-05* Add a type for read-only options. Options which are only declaredNicolas Pierron1-0/+6
2009-11-05* Add isDefined to each options. This will clean-up NixOS introspection.Nicolas Pierron1-0/+1
2009-10-28* The libx86 package refers to platforms.netbsd, so add it.Eelco Dolstra1-0/+1
2009-10-23svn path=/nixpkgs/trunk/; revision=17934Eelco Dolstra1-2/+3
2009-10-23Try to add missing flip function for NixOSMichael Raskin1-0/+2
2009-10-12Refactor a bit to add names to intermediate computations. Add a crossNicolas Pierron1-90/+111
2009-10-12* modules.nix: use catAttrs function instead of hand made code.Nicolas Pierron1-5/+1
2009-10-12Revert previous commit because this is implicit. Fix property evaluationNicolas Pierron2-2/+2
2009-10-12do not delay mkOverride on options which are does not have sub modules.Nicolas Pierron1-1/+1
2009-10-12Only allow properties with a onGlobalEval function to go through specificNicolas Pierron3-9/+16
2009-10-09Revert "* Revert the last two commits ..." (rev 17738) & Fix.Nicolas Pierron3-8/+31
2009-10-09* Enable builds on OpenBSD.Eelco Dolstra1-2/+3
2009-10-09* Revert the last two commits since they break every job in theEelco Dolstra3-31/+8
2009-10-09Add mkOverrideTemplate (currently the same as mkOverride).Nicolas Pierron1-1/+5
2009-10-09Replace a counter intuitive behaviour of module evaluations.Nicolas Pierron3-7/+26
2009-10-09extract function unifyOptionModule from moduleMerge. This function isNicolas Pierron1-9/+14
2009-10-08fix some typos in commentsMarc Weber1-10/+11
2009-10-06Add the reverseList function.Nicolas Pierron1-0/+6
2009-10-06Improve the efficiency of stringToCharacters.Nicolas Pierron1-1/+1
2009-10-06introduce the stringAsChars ans replaceChars functions.Nicolas Pierron1-1/+22
2009-10-06Extract the path done inside the iteration process of the option type andNicolas Pierron1-6/+7
2009-10-06Add removePrefix function.Nicolas Pierron1-0/+14
2009-10-06Fix sub-module argument manipulation: Avoid using an empty set to checkNicolas Pierron1-8/+5
2009-10-05Fix merge function of types.Nicolas Pierron1-1/+3
2009-09-29Fix collect example.Nicolas Pierron1-1/+1
2009-09-29Move zip & zipWithNames from misc.nix to attrsets.nix and rename them toNicolas Pierron2-15/+86
2009-09-28export definitions to be used in conjunctions with extraConfigs. With suchNicolas Pierron1-0/+1
2009-09-28Add extraConfigs attribute inside options. This attribute is used toNicolas Pierron2-5/+13
2009-09-28Add setAttrByPath:Nicolas Pierron1-0/+8
2009-09-28Add splitString:Nicolas Pierron1-1/+25
2009-09-28the tryEval builtin does not have a strict evaluation. Add the toXMLNicolas Pierron1-1/+1
2009-09-28externals argumental are now taking precedence over the result ofNicolas Pierron1-1/+1
2009-09-28Add the zipLists and zipListsWith functions.Nicolas Pierron1-1/+9
2009-09-26Remove values coming from the original sources because this may cause the eva...Nicolas Pierron1-2/+3
2009-09-24fix mergeAttrsWithFunc (also merge in names which are only in the snd attrs)Marc Weber1-1/+1
2009-09-23* selectMaintained (renamed): don't use meta.maintainer, just useEelco Dolstra1-4/+4
2009-09-22* Typos.Eelco Dolstra1-2/+2