summary refs log tree commit diff
path: root/pkgs/lib
Commit message (Collapse)AuthorAge
* Remove broken ‘removeList’ functionEelco Dolstra2013-03-26
|
* pkgs/lib/licenses.nix: strip trailing whitespacePeter Simons2013-03-24
|
* pkgs/lib/licenses.nix: add 'unfree' and 'unfree-redistributable' licensesPeter Simons2013-03-24
|
* Add the addPassthru library functionShea Levy2013-03-24
| | | | | | | | | | | | | | | | With multiple outputs, adding attributes to a derivation without changing the {drv,out}Path is no longer as trivial as simply using the `//' operator, as we usually want to add the attribute to _each_ output, and even if we only care about one that one output can be reached via multiple paths. For stdenv.mkDerivation, we already had code in place to add passthru and meta attributes to derivations. This commit simply factors part of that code out into a lib function addPassthru, which takes a derivation and an attribute set and appends the attribute set to each output of the derivation. Signed-off-by: Shea Levy <shea@shealevy.com>
* Add myself to maintainers, remove 0.9.4, set maintainer for this packge to meorbitz2013-03-08
|
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-03-07
|\
| * Add a library function ‘genAttrs’Eelco Dolstra2013-03-06
| | | | | | | | | | It generates an attribute set by mapping a function over a list of attribute names.
* | Merge branch 'master' into stdenv-updatesVladimír Čunát2013-03-02
|\| | | | | | | | | | | | | | | Conflicts (simple): pkgs/applications/networking/browsers/chromium/default.nix pkgs/development/libraries/libsoup/default.nix pkgs/os-specific/linux/kernel/manual-config.nix pkgs/os-specific/linux/qemu-kvm/default.nix
| * Fix hiPrio.Shea Levy2013-02-25
| | | | | | | | Did this ever work?
* | pkgs/lib/strings.nix: strip trailing whitespacePeter Simons2013-02-24
| |
* | pkgs/lib/strings.nix: add 'enableFeature' function to simplify generation of ↵Peter Simons2013-02-24
| | | | | | | | GNU Autoconf "--{enable,disable}-feature" strings
* | Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-02-18
|\|
| * add deluge torrent client and it's dependenciesDomen Kozar2013-02-18
| |
* | Adding some 'arm' as mesa platforms. Otherwise assertions won't let meLluís Batlle i Rossell2013-02-17
| | | | | | | | build some pieces.
* | Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-02-15
|\|
| * types.nix: Add a ‘lines’ typeEelco Dolstra2013-02-11
| | | | | | | | | | | | | | | | | | | | | | | | This is like types.string, but values are merged by putting a newline in between them. This is mostly useful for configuration file options, where we don't want values accidentally ending up on the same line. Note that almost all options with string type in NixOS should either be unmergable (i.e. should be marked with ‘types.uniq’) or should actually be of type ‘lines’. So it might make sense to remove the merge function for the ‘string’ type eventually.
| * Document deepSeqShea Levy2013-02-04
| |
| * Add deepSeq lib functionShea Levy2013-02-01
| |
* | Merge branch 'master' into stdenv-updates.Peter Simons2013-01-11
|\|
| * chromium: Add myself to maintainers.aszlig2013-01-10
| | | | | | | | | | | | | | | | | | Might come in handy to actually know when things going to break. In case you're wondering: Yes, "aszlig" is the name everyone uses in real life (even my family uses it) and is my pending stage name (not _yet_ officially). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Merge branch 'master' into stdenv-updates.Peter Simons2013-01-04
|\|
| * Simplify lib.typeOfShea Levy2012-12-31
| |
* | Merge remote-tracking branch 'eelco/master' into stdenv-updatesLluís Batlle i Rossell2012-12-28
|\| | | | | | | | | | | | | Conflicts: pkgs/development/compilers/gcc/4.7/default.nix Trivial solution.
| * maintainers: add myself to the maintainers listSergey Mironov2012-12-27
| |
| * D'ohShea Levy2012-12-20
| |
| * Misunderstood hasOptions, I thinkShea Levy2012-12-20
| |
| * Add a 'functionTo x' type.Shea Levy2012-12-19
| | | | | | | | | | This is mainly to for the 'merge' concept, but I made a guess as to what iter and fold would mean for functions.
* | Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-28
| | | | | | | | Pet peeve...
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | | | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* | Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
|/ | | | | | This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
* pkgs/lib/platforms.nix: fix specification of mesaPlatformsPeter Simons2012-12-06
| | | | Mesa is supported on i686-linux, x86_64-linux, and x86_64-darwin.
* Use "or" in a few placesEelco Dolstra2012-12-04
|
* Get rid of some error contexts that don't provide useful infoEelco Dolstra2012-12-04
|
* Remove mkThenElse and mkAlwaysEelco Dolstra2012-12-04
|
* Remove unused function ‘selectDeclsAndDefs’Eelco Dolstra2012-12-03
|
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-29
|
* Update e-mail addressEelco Dolstra2012-11-26
|
* Merge pull request #190 from MarcWeber/fixes/lists-sortMichael Raskin2012-11-21
|\ | | | | fix sort in lists.nix
| * fix sort in lists.nixMarc Weber2012-11-20
| |
* | Merge pull request #155 from bbenoist/newpkgsPeter Simons2012-11-20
|\ \ | | | | | | New pkgs: qtcreator fox xfe gmrun geany
| * | Add bbenoist as maintainerBaptist BENOIST2012-10-16
| | | | | | | | | | | | Signed-off-by: Baptist BENOIST <return_0@live.com>
* | | TyposEelco Dolstra2012-11-14
| |/ |/|
* | Make Firefox 16 the defaultEelco Dolstra2012-10-23
|/
* Merge branch 'master' into zfsJack Cummings2012-10-11
|\
| * Merge remote-tracking branch 'upstream/master'Jack Cummings2012-10-06
| |\
| | * Add a function ‘getVersion’ to get the version of a derivationEelco Dolstra2012-10-05
| | |
* | | - zfs 0.6.0-rc11, spl 0.6.0-rc11Jack Cummings2012-10-05
|/ /
* | Revert " - zfs-0.6.0-rc11, and spl-0.6.0-rc11"Jack Cummings2012-10-05
| | | | | | | | This reverts commit 8eb9491a22cd57415ba10470b7c7950e712ec4c0.
* | - zfs-0.6.0-rc11, and spl-0.6.0-rc11Jack Cummings2012-10-05
| |
* | - add myself as a maintainer for the packages I've addedJack Cummings2012-10-04
|/