summary refs log tree commit diff
path: root/pkgs/lib
AgeCommit message (Expand)AuthorFilesLines
2008-02-14* Doh.Eelco Dolstra1-1/+1
2008-02-14* Function concatMapStrings.Eelco Dolstra1-0/+2
2008-02-13added whatis, traceWhatis, subsetmap, escapeShellArg, stringToCharacters, def...Marc Weber1-1/+33
2008-02-12new version - annotated derivation proposal - used to install addtiontal /srcMarc Weber1-0/+56
2008-02-12lib/default-unstable.nix removedMarc Weber1-478/+0
2008-02-12* Doh! cleanSource was broken; it didn't actually get rid of Eelco Dolstra1-3/+4
2008-02-08* Function optionals.Eelco Dolstra1-0/+4
2008-02-05* Function concatMap as in Haskell.Eelco Dolstra1-0/+4
2008-01-28Rewritten gettext-version stuff.Yury G. Kudryashov1-0/+1
2008-01-20svn path=/nixpkgs/trunk/; revision=10233Marc Weber1-47/+0
2008-01-19slightly modified stringsWithDeps script Builder proposal adding the featureMarc Weber1-0/+47
2008-01-18Some review of builder-defs and dependent files. No rebuild needed. Now it sh...Michael Raskin1-5/+16
2008-01-17added small comment on how to use textClosure, also added reference to builde...Marc Weber1-0/+15
2008-01-17renamed av/avs (create attr/value set) to nv nvsMarc Weber1-11/+11
2008-01-17added some comments/examples (sumArgs, pairMap, whenFlip)Marc Weber1-3/+5
2008-01-16Merge lib and lib_unstable. lift lib_unstabel in place in case I've broken so...Marc Weber1-3/+283
2008-01-11A few library functions added.Michael Raskin1-0/+13
2008-01-04* New functions: id, any, all, same as in Haskell.Eelco Dolstra1-8/+40
2007-12-12vim_configurable example added. broken see comment.Marc Weber1-2/+8
2007-12-12chooseOptionsByFlags2 supports now propagatedBuildInputs (not yet used)Marc Weber1-5/+48
2007-12-01Added gdmap, changed builder-defs to use derivation attribute on propagatedBu...Michael Raskin1-0/+8
2007-11-22Added XScreensaver; also changed version-stub.nix (now it does sumArgs itself...Michael Raskin1-0/+3
2007-11-12Beta-version of builderDefs fixes.Michael Raskin1-0/+4
2007-11-11Added converter from new option description format to needed for docbook gene...Michael Raskin1-0/+13
2007-11-09svn path=/nixpkgs/trunk/; revision=9617Eelco Dolstra1-3/+3
2007-11-09* Moved the functions for option processing to lib.Eelco Dolstra2-100/+30
2007-11-08Fixed log nesting; added Qi.Michael Raskin1-0/+2
2007-11-07fix: listToAttr takes name instead of attr as argumentMarc Weber1-1/+1
2007-11-05Is it time to uncomment mkDerivationByConfiguration and start using listToAtt...Marc Weber1-1/+2
2007-11-05Added Compiz Fusion (main plugins). Also some dependencies, and made wmii bui...Michael Raskin1-0/+6
2007-10-31* Kernel configuration for Linux 2.6.23.Eelco Dolstra1-0/+0
2007-10-29Added a new setup proposal, builder is no more derived from shell script (whe...Michael Raskin2-10/+12
2007-10-27Added sumArgs - it takes a function and gives a function to accpet any number...Michael Raskin1-0/+4
2007-10-12* Backward compatibility with Nix 0.10.Eelco Dolstra1-18/+19
2007-10-06Uncommented mkDerivationByName. Now it doesn't break everythingMichael Raskin1-4/+4
2007-10-05Commented someadditions out and corrected spelling - mkDerivationByConfigurat...Michael Raskin1-5/+5
2007-10-03* findSingle: return a caller-specified value if there are multipleEelco Dolstra1-4/+4
2007-09-23corrected /dev/null patchMichael Raskin1-0/+0
2007-09-11* Release notes.Eelco Dolstra1-1/+7
2007-09-10fix: adding defaultsMarc Weber1-1/+1
2007-09-09configuration examples / tests added which demonstrate all features.Marc Weber1-86/+176
2007-09-09new patch. now specifying settings if flags are not set is also possible.Marc Weber1-71/+90
2007-08-28Added function for defining just a bundle of dependencies.Michael Raskin1-0/+1
2007-08-27* Some prototype code to make dealing with options in Nixpkgs/NixOSEelco Dolstra1-0/+100
2007-08-26Added strings-with-deps, a set of functions that are intended to Michael Raskin1-0/+48
2007-08-19renamed chosenOptions to chooseOptionsByFlags and added support for optionalsMarc Weber1-3/+13
2007-08-19renamened assert to assertion because assert is a resnerved word,Marc Weber1-11/+22
2007-08-18fix: listToAttrs added (which I had forgotten) when evaluating flagsMarc Weber1-3/+5
2007-08-18primop functions listToAttrs (+test), __isAttrs, __trace addedMarc Weber1-0/+295
2007-08-15Added conditional concatenation and used it for name and configureFlags gener...Michael Raskin1-0/+10