summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* vimPlugins: Add vim-plug addon implementationRoman Volosatovs2018-09-20
|
* vimPlugins: Add vim-plug, update pluginsRoman Volosatovs2018-09-20
|
* vimPlugins: shougo -> ShougoRoman Volosatovs2018-09-20
|
* overmind: 2.0.0.beta1 -> 1.2.1adisbladis2018-09-20
| | | | Newer version has some weird failure cases related to PATH
* pahole: (??) -> v1.12, cleanup (#46913)Will Dietz2018-09-20
| | | (roughly 2015-09-15 -> 2018-08-16)
* qbittorrent: 4.1.2 -> 4.1.3 (#46917)Vladyslav M2018-09-20
|
* nix: 2.1.1 -> 2.1.2Eelco Dolstra2018-09-20
|
* brotli: 1.0.5 -> 1.0.6 (#46903)Will Dietz2018-09-20
|
* editline: 1.15.3 -> 1.16.0 (#46897)Will Dietz2018-09-19
| | | https://github.com/troglobit/editline/releases/tag/1.16.0
* Merge pull request #46911 from dtzWill/update/undervolt-2.9Will Dietz2018-09-19
|\ | | | | undervolt: 2.8 -> 2.9
| * undervolt: 2.8 -> 2.9Will Dietz2018-09-19
| |
* | pythonPackages.nilearn: disable still failing tests (#46918)xeji2018-09-19
| | | | | | | | | | A previous attempt to fix tests failing on some machines (#46850) was unsuccessful, they still failed on Hydra sometimes while succeeding locally. Revert #46850 and disable these tests instead.
* | Merge pull request #46779 from Ma27/package-ibus-typing-boosterJan Tojnar2018-09-19
|\ \ | | | | | | ibus-typing-booster: init at 2.1.1
| * | ibus-engines.typing-booster: init at 2.1.1Maximilian Bosch2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package providesa completion input method for faster typing. See https://mike-fabian.github.io/ibus-typing-booster Detailed instructions how to activate this IBus engine on your desktop can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html A simple VM with the Gnome3 desktop and activated `ibus' looks like this: ```nix { emojipicker = { pkgs, ... }: { services.xserver = { enable = true; desktopManager.gnome3.enable = true; desktopManager.xterm.enable = false; }; users.extraUsers.vm = { password = "vm"; isNormalUser = true; }; i18n.inputMethod.ibus.engines = [ pkgs.ibus-engines.typing-booster ]; i18n.inputMethod.enabled = "ibus"; virtualisation.memorySize = 2048; }; } ``` Fixes #38721
* | | arelle: fix build, use current python3 (#46862)xeji2018-09-19
| | | | | | | | | | | | It was pinned to python34, build failed in dependency python34Packages.pytest. Use python3(6) instead.
* | | lightdm: ensure run-directory is /run/lightdm (#46907)worldofpeace2018-09-19
| |/ |/|
* | git-annex: update sha256 hash for new version 6.20180913Peter Simons2018-09-19
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-19
| | | | | | | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/439b9af37fd8bde15e6e18a19fc6d27eb174d27a.
* | cabal2nix: update yaml override to the latest versionPeter Simons2018-09-19
| |
* | cabal-install: use newer version of Cabal libraryMichael Alan Dorman2018-09-19
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-19
| | | | | | | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/d5215acecc540c5969196ce0dbc2b51ff577dcc8.
* | LTS Haskell 12.10Peter Simons2018-09-19
| |
* | Merge pull request #46893 from costrouc/costrouc/pandoc-crossref-refactorPeter Simons2018-09-19
|\ \ | | | | | | haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
| * | haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1Chris Ostrouchov2018-09-19
| | | | | | | | | | | | | | | Author acknowleges test failing (change when no longer 0.3.2.1). https://github.com/lierdakil/pandoc-crossref/issues/199
* | | jekyll: 3.8.3 -> 3.8.4 (security)Michael Weiss2018-09-19
| | |
* | | gollum: 4.1.2 -> 4.1.3Michael Weiss2018-09-19
| | |
* | | Merge pull request #46905 from obsidiansystems/zlib-iosJohn Ericson2018-09-19
|\ \ \ | | | | | | | | zlib: Fix iOS cross build
| * | | zlib: Fix iOS cross buildJohn Ericson2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. CHOST is how one specifies the cross host platform with this non-standard configure script. We were just getting lucky with Linux cross. 2. install_name_tool needs the the binutils prefix.
* | | | appimage-run: Support type-1 Appimages (#45973)Till Höppner2018-09-19
| | | | | | | | | | | | | | | | This attempts to detect older appimages and extract them in the same manner as new ones, without changing filesystem paths
* | | | signal-desktop: 1.16.0 -> 1.16.1Michael Weiss2018-09-19
| | | |
* | | | exempi: fix i686 build (#46884)xeji2018-09-19
| | | | | | | | | | | | | | | | failed with `unknown symbol __divmoddi4`. Standard fix is to use gcc6.
* | | | openxpki: fix build, use current python3Packages (#46860)xeji2018-09-19
| | | | | | | | | | | | | | | | Build used python34Packages and failed because python34Packages.pytest didn't build anymore. Use python3Packages instead.
* | | | czmq: 4.0.2 -> 4.1.1 (#46855)xeji2018-09-19
| | | |
* | | | pythonPackages.nilearn: fix test_signal tests (#46850)xeji2018-09-19
| | | | | | | | | | | | | | | | These tests failed on some machines, probably due to lower arithmetic presicion. Reduce required precision from 13 to 8 decimal digits.
* | | | Merge pull request #46895 from Mic92/typeguardJörg Thalheim2018-09-19
|\ \ \ \ | | | | | | | | | | python3.pkgs.typeguard: fix builds by applying utf-8 locales
| * | | | python3.pkgs.typeguard: fix builds by applying utf-8 localesJörg Thalheim2018-09-19
| | | | | | | | | | | | | | | | | | | | ZHF #45960
* | | | | Merge pull request #46894 from romildo/upd.zuki-themesJörg Thalheim2018-09-19
|\ \ \ \ \ | |/ / / / |/| | | | zuki-themes: 3.28-1 -> 3.28-3
| * | | | zuki-themes: 3.28-1 -> 3.28-3José Romildo Malaquias2018-09-19
| | | | |
* | | | | plano-theme: 3.28-2 -> 3.28-3 (#46892)José Romildo Malaquias2018-09-19
| | | | |
* | | | | Merge pull request #46887 from mamciek/myrepos-1.20170129Jörg Thalheim2018-09-19
|\ \ \ \ \ | | | | | | | | | | | | mr: 1.20170129 -> 1.20180726
| * | | | | mr: 1.20170129 -> 1.20180726Maciej Mazur2018-09-19
| | | | | |
* | | | | | Merge pull request #46843 from jslight90/mattermostRyan Mulligan2018-09-19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | mattermost: 5.1.0 -> 5.3.0
| * | | | | mattermost: 5.1.0 -> 5.3.0Jeff Slight2018-09-17
| | | | | |
* | | | | | homebank: 5.1.8 -> 5.2.1Pascal Wittmann2018-09-19
| | | | | |
* | | | | | python/hetzner: 0.8.0 -> 0.8.1aszlig2018-09-19
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only a minor bugfix release and updates the fallback CA root certificates. For NixOS this is usually not required as the probe paths will match there, but for non-NixOS users it might be helpful. Signed-off-by: aszlig <aszlig@nix.build>
* | | | | Revert "iasl: 20180313 -> 20180629 (#46272)"Uli Baum2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 11d0ae36326ebe127ae9d5637d3cfbf4aa741714. It broke xen.
* | | | | Merge pull request #46871 from dtzWill/fix/musl-misc-upstreamxeji2018-09-19
|\ \ \ \ \ | | | | | | | | | | | | musl: apply other selected upstream fixes while rebuilding
| * | | | | musl: apply other upstream fixes, selected for relevance to NixOS usageWill Dietz2018-09-18
| | | | | |
* | | | | | Merge pull request #46877 from marsam/feature/fix-noti-darwinadisbladis2018-09-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | noti: fix darwin build
| * | | | | | noti: fix darwin buildMario Rodas2018-09-18
| | | | | | |