summary refs log tree commit diff
path: root/pkgs/lib
Commit message (Collapse)AuthorAge
* Add a function ‘getVersion’ to get the version of a derivationEelco Dolstra2012-10-05
|
* Adding a function capable of extracting the name with version out of ↵Michael Raskin2012-09-13
| | | | url/file path
* licenses: Add Tcl/Tk license.aszlig2012-09-09
| | | | | | | | It is similar to the BSD license but has a few restrictions regarding government use. But as I am not a lawyer, I'm not sure if that could be merged with bsd3, so I'm listing it here separately just to be sure. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* experimental/lib-fold-attrMarc Weber2012-08-28
| | | | | | | adding useful function foldAttr which behave like fold on attr values grouped by name (without assertions now) Signed-off-by: Marc Weber <marco-oweber@gmx.de>
* Fix evaluation problemEelco Dolstra2012-08-14
| | | | http://hydra.nixos.org/build/2940128
* Remove obsolete flattenAttrs functionEelco Dolstra2012-08-13
|
* Remove obsolete eqLists functionEelco Dolstra2012-08-13
|
* Remove obsolete eqStrict functionEelco Dolstra2012-08-13
| | | | Use the "==" operator instead.
* Replace some calls to attrByPath with "or"Eelco Dolstra2012-08-13
|
* Provide O(n) time implementations of fold/foldl/any/allEelco Dolstra2012-08-13
| | | | Previous implementations were O(n^2) because tail takes O(n) time.
* Eliminate some calls to ‘tail’Eelco Dolstra2012-08-13
|
* Use builtin filter, elem, concatLists functions if availableEelco Dolstra2012-08-13
|
* Remove obsolete backwards compatibility hack for getAttrEelco Dolstra2012-08-13
|
* Fix bug in uniqList.Andres Loeh2012-07-18
|
* Try to cut recursion depth in uniqList and closePropagation.Andres Loeh2012-07-18
|
* Adding myself (page) to maintainers.Carles Pagès2012-07-17
|
* Fix the "path" option typeEelco Dolstra2012-07-12
| | | | | | Comparing a string with a context with "/" doesn't work because the "==" operator also compares context. So the context needs to be discarded.
* Add myself to maintainers.nixAntono Vasiljev2012-06-23
|
* * Add a function ‘mapAttrsToList’ that maps a function over theEelco Dolstra2012-06-14
| | | | | | | attributes in a set, returning a list. (Note that the regular ‘mapAttrs’ returns an attribute set.) svn path=/nixpkgs/trunk/; revision=34509
* Committing some outstanding modifications that I cannot make into smaller ↵Arie Middelkoop2012-06-08
| | | | | | | | | | | | chunks anymore. * added briss: a pdf cropper * added compton, an improved fork of xcompmgr * added myself to the maintainers list * minor version bumps: xcompmgr, upower svn path=/nixpkgs/trunk/; revision=34380
* obnam 1.0Rickard Nilsson2012-06-03
| | | | | | obnam is a backup program with support for deduplication, compression and encryption. See http://liw.fi/obnam/. svn path=/nixpkgs/trunk/; revision=34331
* * Add a type "path".Eelco Dolstra2012-05-25
| | | | svn path=/nixpkgs/trunk/; revision=34247
* * Add a variant of mapAttrs that allows rewriting the name of eachEelco Dolstra2012-05-25
| | | | | | attribute in addition to the value. svn path=/nixpkgs/trunk/; revision=34246
* Platform refinement.Andres Löh2012-05-20
| | | | | | This should be stable under regeneration with hackage4nix. svn path=/nixpkgs/trunk/; revision=34189
* * Work around some problems in tarball checks. Nix wants to open theEelco Dolstra2012-05-13
| | | | | | | DB even in read-only mode. Should probably fix that. Also, "or" no longer works like this because it's a keyword now. svn path=/nixpkgs/trunk/; revision=34079
* Add armv7l support.Nicolas Pierron2012-04-15
| | | | svn path=/nixpkgs/trunk/; revision=33798
* Add mkMerge and obsolete mkThenElse.Nicolas Pierron2012-04-15
| | | | svn path=/nixpkgs/trunk/; revision=33796
* * Add a function "filterAttrs" and clean up some comments.Eelco Dolstra2012-04-05
| | | | svn path=/nixpkgs/trunk/; revision=33626
* Updating vimprobable2 to 1.0.0Lluís Batlle i Rossell2012-04-04
| | | | | | | | | I took mainly the patch from Alexandr Foremny, but I had to solve conflicts. Moreover it required the old webkit. svn path=/nixpkgs/trunk/; revision=33596
* * Fix email address.Eelco Dolstra2012-04-04
| | | | svn path=/nixpkgs/trunk/; revision=33575
* * Updated htop to 1.0.1.Eelco Dolstra2012-04-04
| | | | svn path=/nixpkgs/trunk/; revision=33566
* Adding tp_smapi.Lluís Batlle i Rossell2012-03-31
| | | | | | | Patch by Rok Garbas, who also adds himself as a maintainer. svn path=/nixpkgs/trunk/; revision=33495
* Add memcachedYury G. Kudryashov2012-03-28
| | | | | | Patch by Corey O'Connor, see http://reviewboard.loegria.net/r/15/ svn path=/nixpkgs/trunk/; revision=33461
* Remove some trailing spacesYury G. Kudryashov2012-03-28
| | | | svn path=/nixpkgs/trunk/; revision=33456
* pkgs/lib/maintainers.nix: re-enabled my e-mail account for Hydra notificationsPeter Simons2012-03-24
| | | | svn path=/nixpkgs/trunk/; revision=33393
* disable notification to Peter Simons for nowRob Vermaas2012-03-23
| | | | svn path=/nixpkgs/trunk/; revision=33384
* * Remove an unnecessary function.Eelco Dolstra2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33271
* * Add a utility function "versionOlder" to compare two versionEelco Dolstra2012-03-19
| | | | | | strings. svn path=/nixpkgs/trunk/; revision=33267
* * Remove unused function "checker".Eelco Dolstra2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33266
* add PSFL, update python meta (license, maintainers, unify description)Florian Friesdorf2012-02-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32585
* svn merge ^/nixpkgs/trunkShea Levy2012-02-25
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
| * * Add "..." to the trace message.Eelco Dolstra2012-02-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32559
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\| | | | | | | | | | | Conflicts: cups, all-packages.nix (gcc45_debug) svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
| * Changing every reference from mips64-linux to mips64el-linux. That'sLluís Batlle i Rossell2012-01-21
| | | | | | | | | | | | | | | | | | what the new nix thinks the fuloong is. Anyone having the old nix should use a nixpkgs previous to this change to build the new nix. And then, with the new nix, he can use any newer nixpkgs revision. svn path=/nixpkgs/trunk/; revision=31751
* | * Sync with the trunk.Eelco Dolstra2012-01-20
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31739
| * overrideDerivation: Check whether `hostDrv' and `buildDrv' are present.Ludovic Courtès2012-01-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31727
* | svn merge ^/nixpkgs/trunk, one simple conflict in jrubyYury G. Kudryashov2012-01-19
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
| * overrideDerivation: Override `hostDrv' and `buildDrv' too.Ludovic Courtès2012-01-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31706
| * maintainers: added myself for upcoming packagesPeter Simons2012-01-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31652
| * * Mesa only builds on Linux.Eelco Dolstra2012-01-18
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31640