summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingJan Malakhovski2018-09-08
|\
| * Merge pull request #46196 from oxij/pkgs/kodi-with-pluginsxeji2018-09-08
| |\ | | | | | | kodi: implement `kodiWithPlugins`, add more plugins
| | * kodiPlugins: simplify, generalize, implement kodiWithPluginsJan Malakhovski2018-09-06
| | |
| | * kodiPlugins: inline commons.nixJan Malakhovski2018-09-06
| | |
| | * kodi: wrapper: set PYTHONPATH from pluginsJan Malakhovski2018-09-06
| | |
| | * kodi: passthu pythonPackagesJan Malakhovski2018-09-06
| | |
| | * kodi: wrapper: simplifyJan Malakhovski2018-09-06
| | |
| | * kodiPlugins.steam-launcher: fix what is clearly a bugJan Malakhovski2018-09-06
| | |
| * | pythonPackages.persistent: fix build (#46364)xeji2018-09-08
| | | | | | | | | | | | Documentation-related tests failed, the docs didn't build correctly because of missing dependencies sphinx and manuel. Add them.
| * | pythonPackages.confluent-kafka: fix build (#46380)Maximilian Bode2018-09-08
| | | | | | | | | cc #45960
| * | cryptsetup: enable and fix tests (#46346)xeji2018-09-08
| | | | | | | | | | | | | | | | | | Some tests use O_DIRECT which is filesystem dependent and fails in a sandbox as well as on some filesystems without sandboxing. Patch out O_DIRECT and disable the 4 test cases that still fail in a sandbox. See discussion in #46151.
| * | Merge pull request #46370 from primeos/nixos-sksMichael Weiss2018-09-08
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sks,nixos/sks: Various minor improvements Module: - Add a webroot option (serve a website by default, makes the setup easier) - Explicitly set a group (instead of using 65534/nogroup) - Move pkgs.sks from environment.systemPackages to the "sks" user and add pkgs.db Package: - Adapt the output of "sks version" to NixOS - Copy the example webpages to $webSamples
| | * | sks: Adapt the package to NixOS (pkgs.db provides only "db_stat")Michael Weiss2018-09-08
| | | |
| | * | sks: Copy the web examples to $webSamples for the moduleMichael Weiss2018-09-08
| | | |
| * | | Merge pull request #46335 from bkchr/plasma_5_13_5Thomas Tuegel2018-09-08
| |\ \ \ | | | | | | | | | | plasma5: 5.13.4 -> 5.13.5
| | * | | plasma5: 5.13.4 -> 5.13.5Bastian Köcher2018-09-07
| | | | |
| * | | | Merge pull request #46366 from markuskowa/license-14Timo Kaufmann2018-09-08
| |\ \ \ \ | | |_|/ / | |/| | | Add licenses
| | * | | fbpanel: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | xine-ui: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | tivodecode: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | vcprompt: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | monotone: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | guitone: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | cvs2svn: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | bzr-tools: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | bazaar: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | root: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | pynac: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | prooftree: add licenseMarkus Kowalewski2018-09-08
| | | | |
| | * | | drgeo: add license + homepageMarkus Kowalewski2018-09-08
| | | | |
| * | | | Merge pull request #46348 from YorikSar/update-chromiumMichael Raskin2018-09-08
| |\ \ \ \ | | | | | | | | | | | | chromium: 68.0.3440.106 -> 69.0.3497.81
| | * | | | chromium: 68.0.3440.106 -> 69.0.3497.81Yuriy Taraday2018-09-07
| | | | | | | | | | | | | | | | | | | | | | | | Also update to build with external gn.
| * | | | | jbake: fix sandbox build (#46363)Maximilian Bosch2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://hydra.nixos.org/build/80999410 Without a sandbox the `checkPhase` breaks with the following error: ``` /nix/store/i6vl5lwlz5jbkg4r6p340dwmj6fha3xq-stdenv-linux/setup: bin/jbake: /usr/bin/env: bad interpreter: No such file or directory jbake did not return correct version ``` Running `patchShebangs` before fixes the issue. Addresses #45960
| * | | | | perl-packages: remove rycee from maintainersRobert Helgesson2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I no longer use or develop Perl regularly so cannot vouch for these packages anymore.
| * | | | | ripgrep: 0.9.0 -> 0.10.0 (#46331)Vladyslav M2018-09-08
| | | | | |
| * | | | | chessx: fix build (#46359)Maximilian Bosch2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://hydra.nixos.org/build/80998335. Upstream doesn't support QT 5.11 ATM which broke compilation: ``` src/dialogs/savedialog.cpp: In constructor ‘SaveDialog::SaveDialog(QWidget*, Qt::WindowFlags)’: src/dialogs/savedialog.cpp:37:34: error: invalid use of incomplete type ‘class QButtonGroup’ group = new QButtonGroup(this); ``` The Arch community recommends to use an older QT version to fix this (https://aur.archlinux.org/packages/chessx/). Furthermore the `QT_PLUGIN_PATH` wasn't set properly which broke the runtime since QT coudln't find the `xcb` plugin: ``` qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. ``` Finally, some minor style fixes were made for consistent indentation. Addresses #45960
| * | | | | yabause: 0.9.14 -> 0.9.15 (#46353)Samuel Dionne-Riel2018-09-08
| | | | | | | | | | | | | | | | | | + fixes for Qt 5.11 build.
| * | | | | josm: 14066 -> 14178R. RyanTM2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from josm
| * | | | | pythonPackages.pycaption: fix build (#46356)Maximilian Bosch2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `beaitufulsoup4` package distributed by `nixpkgs` is now at `4.6.3`. Additionally it fixes `gnomecaption` which depends on the broken `pycaption` package. See https://hydra.nixos.org/build/81000247 See https://hydra.nixos.org/build/80723223 Addresses #45960
| * | | | | vim-plugins: remove .git extension from specJörg Thalheim2018-09-08
| | |/ / / | |/| | |
| * | | | mono-addins: fix build (#46354)worldofpeace2018-09-08
| | | | |
| * | | | swift-corelibs.corefoundation: update and modernizeDan Peebles2018-09-08
| | | | | | | | | | | | | | | | | | | | This actually makes it useful to the Darwin stdenv, which I'll soon be adjusting to use this library
| * | | | Merge pull request #45045 from jtojnar/rygelJan Tojnar2018-09-08
| |\ \ \ \ | | | | | | | | | | | | Rygel
| | * | | | gnome3.rygel: init at 0.36.2Jan Tojnar2018-09-08
| | | | | |
| | * | | | gupnp-igd: 0.2.4 → 0.2.5Jan Tojnar2018-09-08
| | | | | |
| | * | | | gupnp-av: enable docs, gir, tests and split outputsJan Tojnar2018-09-08
| | | | | |
| | * | | | gupnp: 1.0.2 → 1.0.3Jan Tojnar2018-09-08
| | | | | |
| | * | | | gupnp-dlna: enable docs, tests and split outputsJan Tojnar2018-09-08
| | | | | |
| | * | | | gupnp: enable docs, gir and split outputsJan Tojnar2018-09-08
| | | | | |
| | * | | | gssdp: enable docs, tests, gir and split outputsJan Tojnar2018-09-08
| | | | | |