about summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* Merge pull request #54590 from symphorien/sved2Jörg Thalheim2019-01-26
|\ | | | | vimPlugins.sved: init
| * vimPlugins.sved: initSymphorien Gibol2019-01-25
| |
* | Merge pull request #53084 from timokau/neovim-remote-pluginsJörg Thalheim2019-01-21
|\ \ | | | | | | neovim: generate remote plugin manifest
| * | vimUtils.buildVimPlugin: write vim errors to stderrTimo Kaufmann2019-01-18
| | | | | | | | | | | | | | | | | | Previously vim would silently fail when help tags couldn't be generated. We need to pass the "verbose" flag (with verbose level 1) to convince vim to print errors to standard error.
| * | neovim: generate remote plugin manifestTimo Kaufmann2019-01-18
| | | | | | | | | | | | | | | | | | | | | | | | This makes sure the user doesn't have to call `UpdateRemotePlugins` manually for plugins installed through nix. A minor patch to neovim is necessary, but it should be harmless. See https://github.com/neovim/neovim/issues/9413 for a discussion about the patch.
* | | Merge pull request #53170 from lopsided98/uboot-rockpro64Jörg Thalheim2019-01-21
|\ \ \ | | | | | | | | uboot: add RockPro64 support, fix Rock64 build, misc related changes
| * | | ubootRock64, ubootRockPro64: use dtc 1.4.5Ben Wolsieffer2019-01-18
| | | |
| * | | uboot: use pname and cleanup version specificationBen Wolsieffer2019-01-18
| | | |
| * | | uboot: buildUBoot: add extraConfig parameterBen Wolsieffer2019-01-18
| | | |
| * | | uboot: add RockPro64, fix Rock64 buildBen Wolsieffer2019-01-18
| | | | | | | | | | | | | | | | | | | | Switch the Rock64 build from a newer, less maintained U-Boot tree, to an older but more maintained and featureful version.
| * | | arm-trusted-firmware: add RK3399Ben Wolsieffer2019-01-18
| | | |
| * | | arm-trusted-firmware: 1.5 -> 2.0Ben Wolsieffer2019-01-18
| | | |
| * | | rkdeveloptool: init at 1.3Ben Wolsieffer2019-01-18
| |/ /
* | | vimPlugins.bufexplorer: init at 2019-01-20ivegotasthma2019-01-20
| | |
* | | Merge pull request #54345 from pacien/epkowa-s80Dmitry Kalinkin2019-01-20
|\ \ \ | |_|/ |/| | epkowa: add s80 series driver
| * | epkowa: add s80 series driverpacien2019-01-20
| | |
* | | nordic: 1.3.0 -> 1.5.4José Romildo Malaquias2019-01-19
|/ /
* / vimPlugins: add pname to remaining plugins (#54311)Timo Kaufmann2019-01-19
|/ | | | This makes it possible to access plugin name and version seperately (and reliably), e.g. for accessing the plugin directory using pname.
* seafile-shared: update hashJon Banafato2019-01-16
| | | | | | | | `seafile-client` does not build successfully because of a hash mismatch in `seafile-shared`. The old hash appears to point to commit `b7f2be78c1d979ff1242c3b65b41228e31427843` rather than `ea8f5e2b45612d77fee9934f942d1d7d55560dad`, which is the commit that the `v6.2.10` tag currently references.
* seafile-shared: 6.2.9 -> 6.2.10Robert Schütz2019-01-15
|
* Merge pull request #48752 from jorsn/new.epson-workforce-635-nx625-seriesJörg Thalheim2019-01-14
|\ | | | | epson-workforce-635-nx625-series: init at 1.0.1
| * epson-workforce-635-nx625-series: use lib.fetchurlJohannes Rosenberger2018-10-22
| | | | | | | | | | builtins.fetchurl (was used) cannot access uris not in `allowed-uris` when built in restricted mode (like ofborg does)
| * epson-workforce-635-nx625-series: fixed build errorsJohannes Rosenberger2018-10-20
| | | | | | | | | | variables `maintainers` and `licenses` were invisible, leading to build errors; fixed this.
| * epson-workforce-635-nx625-series: init at 1.0.1Johannes Rosenberger2018-10-20
| |
* | libdsk: 1.5.8 -> 1.5.9 (#52849)R. RyanTM2019-01-13
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libdsk/versions
* | Merge branch 'master' into staging-nextVladimír Čunát2019-01-12
|\ \ | | | | | | | | | A couple thousand rebuilds have accumulated on master.
| * \ Merge pull request #53602 from ivan/wine-4.0-rc5worldofpeace2019-01-11
| |\ \ | | | | | | | | wine{Unstable,Staging}: 4.0-rc2 -> 4.0-rc5
| | * | wine{Unstable,Staging}: 4.0-rc2 -> 4.0-rc5Ivan Kozik2019-01-07
| | | |
* | | | Merge branch 'master' into staging-nextVladimír Čunát2019-01-10
|\| | |
| * | | Merge pull request #53670 from timokau/vim-plugins-updateTimo Kaufmann2019-01-08
| |\ \ \ | | | | | | | | | | vimPlugins: update, init neoterm and vim-slime
| | * | | vimPlugins.vim-slime: init at 2019-01-03Timo Kaufmann2019-01-08
| | | | |
| | * | | vimPlugins.neoterm: init at 2018-12-21Timo Kaufmann2019-01-08
| | | | |
| | * | | vimPlugins: updateTimo Kaufmann2019-01-08
| | |/ /
| * / / cups: use v2.2.6 on darwinMatthew Bauer2019-01-07
| |/ / | | | | | | | | | | | | | | | This is the last version known to build. Fixes #53609.
* | | Merge staging-next into stagingFrederik Rietdijk2019-01-06
|\| |
| * | Merge master into staging-nextFrederik Rietdijk2019-01-06
| |\ \
| | * | wine: add perl to buildInputs to fix winemakerTadeo Kondrak2019-01-05
| | | |
* | | | Merge staging-next into stagingFrederik Rietdijk2019-01-05
|\| | |
| * | | Merge master into staging-nextFrederik Rietdijk2019-01-04
| |\| |
| | * | vimPlugins.ansible-vim: init at 2.0Dmitry Bogatov2019-01-03
| | | |
| * | | Merge master into staging-nextFrederik Rietdijk2019-01-03
| |\| |
| | * | Merge pull request #53240 from timokau/vim-drv-recursivelyTimo Kaufmann2019-01-03
| | |\ \ | | | | | | | | | | vimUtils: apply pluginToDrv recursively
| | | * | vimUtils: fix map parenthesesTimo Kaufmann2019-01-02
| | | | |
| | | * | vimUtils: apply pluginToDrv recursivelyTimo Kaufmann2019-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | This is necessary to handle plugin dependencies which also may be strings.
| | * | | xkb-switch: 1.3.1 -> 1.5.0, rename from xkb_switchwedens2019-01-02
| | | | |
| | * | | Merge pull request #53174 from r-ryantm/auto-update/sc-controllerRyan Mulligan2019-01-02
| | |\ \ \ | | | | | | | | | | | | sc-controller: 0.4.6 -> 0.4.6.1
| | | * | | sc-controller: 0.4.6 -> 0.4.6.1R. RyanTM2019-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sc-controller/versions
| * | | | | Merge master into staging-nextFrederik Rietdijk2019-01-02
| |\| | | |
* | | | | | treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
| | | | | |