about summary refs log tree commit diff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2017-02-27lib.makeScope: Save package set functionThomas Tuegel1-3/+4
2017-02-25Merge pull request #22770 from NickHu/masterPeter Hoeg1-0/+1
fdr: init at 4.2.0
2017-02-24fdr: init at 4.2.0Nick Hu1-0/+1
2017-02-22ndpi: init at 1.8Asumu Takikawa1-0/+1
2017-02-19maintainers: update my email addressJörg Thalheim1-1/+1
2017-02-19Merge pull request #22993 from Ma27/update/geogebraJoachim F1-0/+1
geogebra: 5-0-328-0 -> 5-0-331-0
2017-02-19Merge pull request #22912 from teh/sourceRegexDomen Kožar1-0/+6
lib: Add a function to filter sources by regular expressions.
2017-02-19geogebra: add ma27 as maintainerMaximilian Bosch1-0/+1
2017-02-18prometheus-bind-exporter: init at 20161221Rene Treffer1-0/+1
prometheus-bind-exporter: init at 20161221
2017-02-17lib: Add a function to filter sources by regular expressions.Tom Hunger1-0/+6
2017-02-17Merge pull request #22222 from afldcr/polybar-3.0.3Robin Gloster1-0/+1
polybar: init at 3.0.4
2017-02-15pypandoc: 1.2.0 (broken) -> 1.3.3 (#22782)Kristoffer Søholm1-0/+1
2017-02-14gcalcli: init at 3.4.0 (#22725)Tom Doggett1-0/+1
2017-02-14Merge pull request #18455 from danbst/overrideThomas Tuegel1-5/+3
add .overrideDerivation and .overrideAttrs to packages created with callPackages
2017-02-13Update e-mail address for ttuegelThomas Tuegel1-1/+1
2017-02-12worker: init at 3.8.5ndowens1-0/+1
modified: pkgs/top-level/all-packages.nix pick 8096649e47 worker: init at 3.8.5 squash 9267acbd46 modified: pkgs/top-level/all-packages.nix worker: updated default.nix license field Added myself to lib/maintainers.nix squash 28173341fa worker: updated default.nix license field squash b22407cf5c Added myself to lib/maintainers.nix Fixed indent and added missing > in maintainers.nix Fixed curly bracket indent
2017-02-12add .overrideDerivation and .overrideAttrs to packages created with ↵danbst1-5/+3
`callPackages`/`callPackagesWith` nix/nixUnstable, tomcatN and postgresqlNN use `callPackages` pattern, they have .override attribute, but lack .overrideDerivation and recent .overrideAttrs. Packages created with `callPackage` have all of those. Because .overrideDerivation function is used in public, without this we can break code when refactoring callPackage -> callPackages.
2017-02-12bfg-repo-cleaner: init at 1.12.15Changlin Li1-0/+1
2017-02-11range-v3: init at 2017-01-30 (#22661)David Terry1-0/+1
2017-02-10Merge pull request #22417 from edanaher/move-neovim-remoteFrederik Rietdijk1-0/+1
neovim-remote: move from python-packages to /neovim/neovim-remote.
2017-02-10neovim-remote: add meta section.Evan Danaher1-0/+1
Also add myself to maintainers; it's time to admit I'm not leaving anytime soon ;)
2017-02-10Merge pull request #22512 from paperdigits/dateutilsCarles Pagès1-0/+1
dateutils: init at 0.4.1
2017-02-09tomboy: init at 1.15.7 (#22589)Stefan Siegl1-0/+1
2017-02-08dateutils: init at 0.4.1Mica Semrick1-0/+1
2017-02-08trezord: init at 1.2.0 (#22054)Andrew Cann1-0/+1
2017-02-06ecopcr: init at 0.8.0Celine Mercier1-0/+1
2017-02-05polybar: init at 3.0.4James Alexander Feldman-Crough1-0/+1
Polybar is a status bar in the vein of xmobar or i3bar.
2017-02-04illum: init at 0.4Hannu Hartikainen1-0/+1
2017-02-04dotnetPackages.Boogie: init at 2017-01-03Remy Goldschmidt1-0/+5
2017-02-03modules lib: type description in type error messageNikolay Amiantov2-2/+2
2017-02-03Merge pull request #22358 from yorickvP/asteriskupdBenjamin Staffin1-0/+1
asterisk: add lts version
2017-02-03Merge pull request #21875 from abbradar/gateway-interfaceNikolay Amiantov5-0/+43
Allow specifying interface for default gateway
2017-02-02asterisk: add maintainerYorick van Pelt1-0/+1
2017-02-02module tests: add tests for coercedToNikolay Amiantov4-0/+21
2017-02-02types library: add coercedToNikolay Amiantov1-0/+22
2017-02-01Merge pull request #22324 from rongcuid/kmixDaiderd Jordan1-0/+1
kmix: init at 16.12.1
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra1-4/+4
The former is still respected as a fallback for config.nix for backwards compatibility (but not for overlays because they're a new feature).
2017-01-31kmix: init at 16.12.1Rongcui Dong1-0/+1
Signed-off-by: Rongcui Dong <rongcuid@outlook.com>
2017-01-31pidgin-xmpp-receipts: init at 0.7Orivej Desh1-0/+1
2017-01-30Merge pull request #22281 from vifino/masterAlexey Shmalko1-0/+1
wmutils-opt: init at v1.0
2017-01-30wmutils-opt: init at v1.0Adrian Pistol1-0/+1
2017-01-30Excise use of importJSONEelco Dolstra1-19/+1
Putting information in external JSON files is IMHO not an improvement over the idiomatic style of Nix expressions. The use of JSON doesn't add anything over Nix expressions (in fact it removes expressive power). And scattering package info over lots of little files makes packages less readable over having the info in one file.
2017-01-29platforms.nix: Add aarch64 to mesaPlatformsTuomas Tynkkynen1-1/+1
2017-01-26Merge pull request #22117 from dezgeg/aarch64-for-mergeTuomas Tynkkynen1-1/+1
Aarch64 (ARM64) support
2017-01-26riemann-c-client: 1.7.0 -> 1.9.1Pradeep Chhetri1-0/+1
2017-01-25licenses.eupl11: unify with the other licensesVladimír Čunát1-3/+3
... as it *is* present in the SPDX list.
2017-01-25licenses: add EUPL v1.1 licenseoleks1-0/+5
2017-01-24Merge pull request #22037 from jpierre03/pr-hubicfuseDaiderd Jordan1-0/+1
hubicfuse: 2.1.0 -> 3.0.0
2017-01-25stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen1-1/+1
2017-01-24add a maintainerJean-Pierre PRUNARET1-0/+1