summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
* Update ledger expression, add myself as a maintainerJohn Wiegley2014-04-17
|
* gnome3: use package names for environment.gnome3.excludePackagesLuca Bruno2014-04-14
|
* gnome-user-docs: new package licensed under the new licenses.cc-by-30Luca Bruno2014-04-14
| | | | | | User and system administration help for the Gnome https://help.gnome.org/users/gnome-help/3.10
* maintainers: ertes: New temporary email address.Ertugrul Söylemez2014-04-11
|
* Add environment.gnome3.excludePackagesLuca Bruno2014-04-09
| | | | | Give the user a full desktop, and the possibility to exclude non-base packages from the default list of packages.
* Merge branch 'rippled' of git://github.com/ehmry/nixpkgsShea Levy2014-04-05
|\ | | | | | | | | | | | | | | | | rippled: initial pkg and module expressions Had to change the rippled uid. Conflicts: nixos/modules/misc/ids.nix
| * rippled: initial pkg and module expressionsEmery Hemingway2014-03-29
| | | | | | | | | | rippled is the Ripple P2P payment network reference server https://ripple.com
* | Bring back mkOrderEelco Dolstra2014-03-30
| |
* | Revert "slim: remove duplicate code"Eelco Dolstra2014-03-30
|/ | | | | | | | | | | This reverts commit f7d5e83abbe95ed06aac58f4d1a2e971fae4d186. It breaks the Firefox and Xfce tests: in job ‘tests.firefox.x86_64-linux’: cannot coerce a boolean to a string in job ‘tests.xfce.x86_64-linux’: infinite recursion encountered
* add libmsgpack C/C++ library (close #2059)Maxim Ivanov2014-03-29
|
* Merge branch 'slim_fix' of git://github.com/jagajaga/nixpkgsShea Levy2014-03-29
|\ | | | | | | add normal theme support for slim and slimlock
| * slim: remove duplicate codeArseniy Seroka2014-03-11
| |
* | Merge branch 'mps' of git://github.com/thoughtpolice/nixpkgsShea Levy2014-03-28
|\ \ | | | | | | | | | Add mps 1.113.0, fix usage of Sleepycat license
| * | licenses: add Sleepycat Public LicenseAustin Seipp2014-03-24
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | ncmcp: New expression_11262014-03-26
| | |
* | | Merge branch 'submit/sloane' of git://github.com/akc/nixpkgsShea Levy2014-03-26
|\ \ \ | |/ / |/| | | | | Add sloane -- a command line interface to OEIS
| * | Add sloane -- a command line interface to OEIS.Anders Claesson2014-03-18
| | |
* | | Merge branch 'misc-gvolicon' of git://github.com/bennofs/nixpkgsShea Levy2014-03-22
|\ \ \ | | | | | | | | | | | | new expression: gvolicon
| * | | new expression: gvoliconBenno Fünfstück2014-03-22
| | | |
* | | | Adding info about maintainer (myself - AndersonTorres) and modifying the ↵AndersonTorres2014-03-22
| |/ / |/| | | | | | | | meta.license field for some packages I have made.
* | | Merge branch 'pr-wqy' of git://github.com/PkmX/nixpkgsShea Levy2014-03-15
|\ \ \ | |/ / |/| | | | | Bump wqy-zenhei font to the latest version and add wqy-microhei
| * | Add myself to maintainers and metadata to wqy-*.PkmX2014-02-12
| | |
* | | set all licenses to be attributes (and wait for Nix 1.7)Domen Kozar2014-03-12
| | |
* | | 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
| |/ |/|