summaryrefslogtreecommitdiffstats
path: root/pkgs/lib/default.nix
AgeCommit message (Expand)Author
2010-02-25Added licenses to the lib attributesetSander van der Burg
2010-02-25Added initial licenses attributeset to specify meta.license attributes more c...Sander van der Burg
2009-11-19Merging from trunk. I had to do two manual merges, quite trivial I think.Lluís Batlle i Rossell
2009-11-19Add systems.nix give more control over the increasing list of supportedNicolas Pierron
2009-11-19* Move `modifyDerivation' from build-support/vm to lib and rename itEelco Dolstra
2009-09-15Replace the traversal of modules:Nicolas Pierron
2009-08-25Adding eProver to buildfarm via maintanershipMichael Raskin
2009-07-13Extract properties.nix and modules.nix from options.nix.Nicolas Pierron
2009-07-01Add `stdenv.lib.maintainers'.Ludovic Courtès
2009-06-26* Refactoring: move the types out of options.nix, which is much tooEelco Dolstra
2009-05-25* Put strings-with-deps in lib.Eelco Dolstra
2009-03-30* Move some functions for manipulating meta and name attributes out ofEelco Dolstra
2009-02-09* Doh.Eelco Dolstra
2009-02-09* Split lib/default.nix into several files, as it had become a bigEelco Dolstra
2009-02-03* Qt updated to 4.4.3 in preparation of upgrading KDE to 4.2.Eelco Dolstra
2009-01-27Replace addLocation by addErrorContext.Nicolas Pierron
2009-01-25Add missing arguments to the "notHandle" functions of mergeOptionSets and fil...Nicolas Pierron
2009-01-25Fix previous commit.Nicolas Pierron
2009-01-25Remove support for merge function with name argument.Nicolas Pierron
2009-01-25Name argument of option's merge functions are now obsolete.Nicolas Pierron
2009-01-25Add a common merge function. (mergeOneOption)Nicolas Pierron
2009-01-25Add the "notdef" value when no else-part is defined.Nicolas Pierron
2009-01-25Remove extra arguments from uniqFlatten.Nicolas Pierron
2009-01-25factor mergeOptionSets and filterOptionSets into the function handleOptionSets.Nicolas Pierron
2009-01-08Oops. A typo fixMichael Raskin
2009-01-08Add a (failure-prone) last-chance string mergerMichael Raskin
2008-12-20fixes for previous commitMarc Weber
2008-12-20removed mkDerivationByConfiguration, using composableDerivation insteadMarc Weber
2008-12-03Rewrite uniqFlattenAttr to handle any type of elements with associated keys.Nicolas Pierron
2008-12-02updates: istanbul starts without errors. But no window appears.Marc Weber
2008-12-02added Haskell's foldlMarc Weber
2008-12-02adding lib function composableDerivationMarc Weber
2008-12-02added prepareDerivationArgsMarc Weber
2008-12-02adding mergeAttrsByFunc function - its easiy to customize how a name should b...Marc Weber
2008-12-02depreceating functions which have been sud by me only replacements are in the...Marc Weber
2008-12-02added mergeAttr and concatList functions giving // and ++ a nameMarc Weber
2008-12-02enhancing whatis trace functionMarc Weber
2008-12-02added debug functions tracing function arguments and resultMarc Weber
2008-11-23Fix previous commit.Nicolas Pierron
2008-11-23Add: Handle a way to factor conditions.Nicolas Pierron
2008-11-23mergeDefaultOption: handle boolean values.Nicolas Pierron
2008-11-23Add a common pattern used in jobs definition.Nicolas Pierron
2008-11-16Add mergeStringOption and factor mergeSomethingOption by introducing mergeTyp...Nicolas Pierron
2008-11-16Remove obsolete functions.Nicolas Pierron
2008-11-16Handle apply attribute for each option declared with MkOption.Nicolas Pierron
2008-11-04added examples for composedArgsAndFun, introducing setAttrMergeMarc Weber
2008-11-04meta.function -> passthru.function, not killing other contents of passthruMichael Raskin
2008-10-28removed finalReference not beeing used anywhereMarc Weber
2008-10-26simplified isOption reusing typeOfMarc Weber
2008-10-14update bleeding edge repo managementMarc Weber