summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* apulse: 0.1.10 -> 0.1.11Jan Malakhovski2018-02-17
|
* cups-kyocera: Fix spelling mistake in commentAndré-Patrick Bubel2018-02-16
|
* vim-pencil: init at 2017-06-14Sam Parkinson2018-02-12
|
* Merge branch 'master' into add_vim_pluginsJörg Thalheim2018-02-10
|\
| * Merge pull request #34631 from symphorien/targets-vimJörg Thalheim2018-02-10
| |\ | | | | | | vimPlugins.targets-vim: init at 2017-12-03
| | * vimPlugins.targets-vim: init at 2017-12-03Symphorien Gibol2018-02-05
| | |
| * | Merge pull request #34739 from ryantm/atarippJörg Thalheim2018-02-09
| |\ \ | | | | | | | | ataripp: 1.73 -> 1.81
| | * | ataripp: 1.73 -> 1.81Ryan Mulligan2018-02-08
| | |/ | | | | | | | | | fixes #34725
| * / vim_configurable: enable overridesMaximilian Bosch2018-02-07
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes it's needed to override parts of `vim_configurable`, for instance when using ENSIME (http://ensime.github.io/), in this case you need a Python interpreter and the modules `sexpdata` and `websocket_client`. However overriding `vim_configurable` is quite hard as we run `vimUtils.makeCustomizable` over the default comming from `configurable.nix`. Therefore it's necessary to copy the code from `all-packages.nix` and alter the parts you need: https://nixos.org/nix-dev/2017-April/023364.html In order to simplify overriding `vim_configurable` I added an `override` and an `overrideAttrs` function to `vimutils.makeCustomizable` to ensure that the customization capabilities won't be lost after altering the derivation. Now it's possible to write expressions like this without evaluation failures: ``` with pkgs; let vimPy3 = vim_configurable.override { python = python3; }; in vimPy3.customize { ... } ```
| * greybird: 3.22.5 -> 3.22.6José Romildo Malaquias2018-02-04
| |
| * cups-filters: 1.16.0 -> 1.20.0Guillaume Maudoux2018-02-03
| |
| * vim-elixir: 2017-10-20 -> 2018-02-01Kamil Chmielewski2018-02-02
| |
| * Merge pull request #34252 from bkchr/hplip_fixesadisbladis2018-01-30
| |\ | | | | | | hplip: Fixes runtime errors
| | * hplip: Fixes runtime errorsBastian Köcher2018-01-26
| | | | | | | | | | | | | | | | | | The following errors are fixed: - pyqt4 not found - hpasio for sane not found
| * | myEnvFun: fix sed script editJohn Wiegley2018-01-28
| | |
| * | electricsheep: 2.7b33-2017-02-04 -> 2.7b33-2017-10-20adisbladis2018-01-28
| | |
| * | wineStaging: remove evaluation warningHerwig Hochleitner2018-01-26
| | | | | | | | | | | | cc @peti @7c6f434c
| * | wineUnstable: 2.21 -> 3.0Herwig Hochleitner2018-01-25
| |/ | | | | | | wineStaging redirects to wineUnstable, for now
* | vim-plugins: correct name for vim-github-dashboardAnders Sildnes2018-02-01
| |
* | vim-plugins: sort plugin-names and fix indentationAnders Sildnes2018-02-01
| |
* | vim-plugins/auto_pairs: remove redundant/dead referenceAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-textobj-user: initAnders Sildnes2018-02-01
| |
* | vim-plugins/improved-ansiesc: initAnders Sildnes2018-02-01
| |
* | vim-plugins/open-browser: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-themis: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-smalls: initAnders Sildnes2018-02-01
| |
* | vim-plugins/tabpagebuffer: initAnders Sildnes2018-02-01
| |
* | vim-plugins/neoyank: initAnders Sildnes2018-02-01
| |
* | vim-plugins/neomru: initAnders Sildnes2018-02-01
| |
* | vim-plugins/neoinclude: initAnders Sildnes2018-02-01
| |
* | vim-plugins/necosyntax: initAnders Sildnes2018-02-01
| |
* | vim-plugins/echodoc: initAnders Sildnes2018-02-01
| |
* | vim-plugins/denite: initAnders Sildnes2018-02-01
| |
* | vim-plugins/context-filetype: initAnders Sildnes2018-02-01
| |
* | vim-plugins/committia: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-wordy: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-operator-user: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-operator-replace: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-niceblock: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-textobj-multiblock: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-test: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-gitbranch: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-json: initAnders Sildnes2018-02-01
| |
* | vim-plugins/cute-python: initAnders Sildnes2018-02-01
| |
* | vim-plugins/concealedyank: initAnders Sildnes2018-02-01
| |
* | vim-plugins/denite-git: initAnders Sildnes2018-02-01
| |
* | vim-plugins/denite-extra: initAnders Sildnes2018-02-01
| |
* | vim-plugins/mayansmoke: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-operator-surround: initAnders Sildnes2018-02-01
| |
* | vim-plugins/vim-toml: initAnders Sildnes2018-02-01
| |