about summary refs log tree commit diff
path: root/lib/meta.nix
Commit message (Collapse)AuthorAge
* Make appendToName do the right thingEelco Dolstra2014-03-10
| | | | | | | | I.e. append a suffix *before* the version, rather than after. So we get "sqlite-interactive-3.8.0.2" instead of "sqlite-3.8.0.2-interactive". The latter is broken since nix-env just sees it the suffix as part of the version, so "nix-env -u" will happily upgrade "sqlite-3.8.0.2-interactive" to "sqlite-3.9".
* openjdk: Ugly hack to fix nix-env installationEelco Dolstra2014-01-20
| | | | | | | | | | | | Nix-env always wants to install all outputs of a derivation, but this failed for openjdk/openjre because openjdk has some symlinks (such as bin/java) to openjre. Also, it prevents installing the openjre without the openjdk. So as a workaround, mess with the "outputs" attribute to fool nix-env. Also, give openjre a separate name and description. Fixes #1535.
* add lowPrioSet and hiPrioSet functions to enable changing of priorities of ↵Evgeny Egorochkin2013-12-26
| | | | attrsets with packages such as kde.
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10