about summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
* Merge pull request #1837 from falsifian/apt-offlineDomen Kožar2014-03-10
|\ | | | | apt-offline: offline APT package manager
| * apt-offline: offline APT package managerJames Cook2014-02-25
| |
* | 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".
* | Add romildo to maintainers listJosé Romildo Malaquias2014-03-07
| |
* | Add ttuegel to maintainers listThomas Tuegel2014-03-07
| |
* | Remove lib.typeOfEelco Dolstra2014-02-27
| | | | | | | | It clashes with builtins.typeOf.
* | add serfdom (close #1672)Matthew Sackman2014-02-27
| |
* | gradm, pax-utils, paxctl: Add myself as a maintainerRicardo M. Correia2014-02-22
| |
* | Merge pull request #1792 from larkery/davmail-and-lxappearancecillianderoiste2014-02-20
|\ \ | | | | | | Add lxappearance and davmail
| * | Add me to maintainers listTom Hinton2014-02-20
| | | | | | | | | | | | | | | | | | Add a derivation for davmail Add a derivation for lxappearance Add both new derivations to all-packages
* | | loaOf: Allow merging definitions from a list into other definitions IFF ↵Shea Levy2014-02-20
| | | | | | | | | | | | there is a name attribute
* | | Add a global variable ‘inNixShell’Eelco Dolstra2014-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is primarily useful in Nix expressions that are also intended to be used by nix-shell. It allows saying things like: buildInputs = [ ... ] ++ (if inNixShell then [ emacs ] else [ ]); This should not be used in Nixpkgs (since the question of what constitutes a useful nix-shell environment is very subjective).
* | | Add a constant ‘nixpkgsVersion’Eelco Dolstra2014-02-19
|/ / | | | | | | | | | | | | | | This makes it a bit easier to find out the current Nixpkgs version, e.g. $ nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion "14.02.35657.66f51a9"
* | Add myself to the maintainers list.Austin Seipp2014-02-18
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge pull request #1755 from lethalman/baobabDomen Kožar2014-02-15
|\ \ | | | | | | baobab: new package
| * | baobab: new packageLuca Bruno2014-02-15
| | | | | | | | | | | | | | | | | | Graphical application to analyse disk usage in any Gnome environment. https://wiki.gnome.org/Apps/Baobab
* | | Revert "Add nixosSubmodule option type"Shea Levy2014-02-13
| | | | | | | | | | | | | | | | | | Moving recent types work to a separate branch for now This reverts commit ca1c5cfa8fff055c74786dbe0d2ca889ae462365.
* | | Revert "Add option type for a submodule with extra arguments"Shea Levy2014-02-13
| | | | | | | | | | | | | | | | | | Moving recent types work to a separate branch for now This reverts commit 8764758044b0425de54228d87cc68a4ed6d4d414.
* | | Revert "Add heterogeneousAttrsOf option type"Shea Levy2014-02-13
|/ / | | | | | | | | | | Moving recent types work to a separate branch for now This reverts commit 3f70dabad320b115d586a59db8cca05c7f3b7c75.
* | Merge pull request #1570 from rszibele/scitecillianderoiste2014-02-12
|\ \ | | | | | | Added SciTE 3.3.7.
| * | Added SciTE 3.3.7.rszibele2014-01-23
| | |
* | | Add heterogeneousAttrsOf option typeShea Levy2014-02-11
| | | | | | | | | | | | | | | | | | It is parameterized by a function that takes a name and evaluates to the option type for the attribute of that name. Together with submoduleWithExtraArgs, this subsumes nixosSubmodule.
* | | Add option type for a submodule with extra argumentsShea Levy2014-02-11
| | |
* | | Add nixosSubmodule option typeShea Levy2014-02-11
| | | | | | | | | | | | Since NixOS modules expect special arguments, use a hack to provide them
* | | Pass lib to modulesShea Levy2014-02-11
| |/ |/| | | | | Since mkOption, types, etc. are defined there, lib is really part of the interface
* | Try to improve naming of list elements in loaOf typesShea Levy2014-02-08
| | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | cleanSources: Filter *.o and *.soEelco Dolstra2014-02-06
| |
* | cleanSource: Support MercurialEelco Dolstra2014-02-03
| |
* | amdadl-sdk: set license to unfree (close #1647)Jaka Hudoklin2014-01-31
| | | | | | | | | | | | | | We cannot auto build amdadl-sdk on hydra, so setting license to unfree disable auto builds. I also remove amdadl license, because it's irrelevant. vcunat changed string license to attribute.
* | Add libcangjieLinquize2014-01-30
| |
* | Add myself as a maintainer for ykpers and libyubikeyMoritz Maxeiner2014-01-29
|/
* lib/maintainers.nix: add missing entry for 'sprock'Peter Simons2014-01-20
|
* 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.
* rust: AddGeorges Dubus2014-01-19
|
* connman: new packages ConnMan v1.20 and connman-uiMatej Cotman2014-01-11
|
* haskell-poppler package is added.Ian-Woo Kim2014-01-08
|
* Add platforms and maintainers to d-feet.Tomasz Kontusz2014-01-06
|
* add lowPrioSet and hiPrioSet functions to enable changing of priorities of ↵Evgeny Egorochkin2013-12-26
| | | | attrsets with packages such as kde.
* Simplify crossListsShea Levy2013-12-12
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add function to call a function with a cross-product of lists of argumentsShea Levy2013-12-12
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* gnome3.gnome-menus: fix file path, add maintainerVladimír Čunát2013-12-07
| | | | Also some whitespace nitpicks.
* Add alienfx. Only tested with M11x Made some corrections. Added meta-data ↵Thomas Bereknyei2013-11-24
| | | | Use more of the original makefile 2 space indent
* Add myself to the maintainers. Hello NixOS !zimbatm2013-11-17
|
* Remove backward-compatible implementations of some primopsEelco Dolstra2013-11-12
| | | | Nixpkgs requires at least Nix 1.2 anyway, so these are now useless.
* Add some primops to libEelco Dolstra2013-11-12
|
* Merge pull request #1181 from Zoomulator/mastercillianderoiste2013-11-07
|\ | | | | New application: Milkytracker v0.90.85
| * Added milkytracker: Compiles and runs.Kim Simmons2013-11-07
| |
* | Remove some unsupported platformsEelco Dolstra2013-11-04
| |
* | Fix backward compatibility with Nix < 1.6Eelco Dolstra2013-10-30
| | | | | | | | | | "with" used to be less lazy, so don't rely on that. Also don't use the "<" operator.
* | Clean up some option examplesEelco Dolstra2013-10-30
| |