summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* haskell-texmath: drop obsolete overridePeter Simons2018-10-19
|
* haskell-haddock-api: disable broken overridePeter Simons2018-10-19
|
* haskellPackages.hasktags: remove dontCheckJack Henahan2018-10-19
| | | | https://github.com/MarcWeber/hasktags/issues/52 has been closed and a new version (0.71.1) has been released.
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-10-19
| | | | | This update was generated by hackage2nix v2.11.1-1-g9fae38b from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/a013b656582fc57c01d671cef27c0aec2e7046cf.
* Merge pull request #46152 from Ma27/fix-setxkbmap-completionMaximilian Bosch2018-10-19
|\ | | | | zsh: patch `_setxkbmap` completion script
| * zsh: patch `_setxkbmap` completion scriptMaximilian Bosch2018-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of searching `/usr` it should search for the `xkb`, $XDG_DATA_DIRS will be searched. With this approach we allow compliance on NixOS and non-NixOS systems to find `symbols` in the `xkb` directory. The patch has been accepted by upstream, but isn't released yet, so this is mainly a temporary fix until we can bump ZSH to the next stable version. The `xserver` module links `/share/X11/xkb` to `/run/current-system` to make this possible. The fix can be tested inside the following VM: ``` { zshtest = { programs.zsh.enable = true; users.extraUsers.vm = { password = "vm"; isNormalUser = true; }; services.xserver.enable = true; }; } ``` Fixes #46025
* | Merge pull request #48698 from bfortz/mixxxJörg Thalheim2018-10-19
|\ \ | | | | | | mixxx: added opus files support
| * | mixxx: added opus files supportBernard Fortz2018-10-19
| | |
* | | Merge pull request #48389 from r-ryantm/auto-update/openimageioJörg Thalheim2018-10-19
|\ \ \ | | | | | | | | openimageio: 1.8.14 -> 1.8.15
| * | | openimageio: 1.8.14 -> 1.8.15R. RyanTM2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openimageio/versions
* | | | Merge pull request #48640 from gnidorah/kvmgtJörg Thalheim2018-10-19
|\ \ \ \ | | | | | | | | | | kvmgt module: add restart on failure
| * | | | kvmgt module: add service restart on failuregnidorah2018-10-18
| | | | |
* | | | | Merge pull request #48659 from akru/masterJörg Thalheim2018-10-19
|\ \ \ \ \ | | | | | | | | | | | | parity: 1.11.10 -> 2.0.8; parity-beta: 2.0.3 -> 2.1.3
| * | | | | parity: 1.11.10 -> 2.0.8; parity-beta: 2.0.3 -> 2.1.3Alexander Krupenkin2018-10-18
| | | | | |
* | | | | | Merge pull request #48421 from Ekleog/gppro-18.09.14Jörg Thalheim2018-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | global-platform-pro: 0.3.10-rc11 -> 18.09.14
| * | | | | | global-platform-pro: 0.3.10-rc11 -> 18.09.14Léo Gaspard2018-10-15
| | | | | | |
* | | | | | | Merge pull request #48617 from Zimmi48/passthru-ocamlPackages-in-coq-packageVincent Laporte2018-10-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | coq: add ocamlPackages in passthru
| * | | | | | | coqPackages: update documentation to mention coq.ocamlPackages attributeThéo Zimmermann2018-10-19
| | | | | | | |
| * | | | | | | coqPackages: use coq.ocamlPackages instead of coq.ocaml, coq.camlp5, etc.Théo Zimmermann2018-10-19
| | | | | | | |
| * | | | | | | coq: add ocamlPackages in passthruThéo Zimmermann2018-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We might need OCaml packages that are not the one Coq is depending on but they still need to come from the same package set (same OCaml version).
* | | | | | | | rclone-browser: init at 1.2 (#44589)Drakonis2018-10-19
| | | | | | | |
* | | | | | | | monkeysphere: Replace a hardcoded path and fix more testsMichael Weiss2018-10-19
| | | | | | | |
* | | | | | | | nmap: fix cross-build (#48264)volth2018-10-19
| | | | | | | |
* | | | | | | | Merge pull request #48509 from r-ryantm/auto-update/gtkwaveJörg Thalheim2018-10-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gtkwave: 3.3.94 -> 3.3.95
| * | | | | | | | gtkwave: 3.3.94 -> 3.3.95R. RyanTM2018-10-15
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gtkwave/versions
* | | | | | | | Merge pull request #48543 from r-ryantm/auto-update/awfJörg Thalheim2018-10-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | awf: 1.3.1 -> 1.4.0
| * | | | | | | | awf: 1.3.1 -> 1.4.0R. RyanTM2018-10-16
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/awf/versions
* | | | | | | | Merge pull request #48540 from r-ryantm/auto-update/duneJörg Thalheim2018-10-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dune: 1.3.0 -> 1.4.0
| * | | | | | | | dune: 1.3.0 -> 1.4.0R. RyanTM2018-10-16
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dune/versions
* | | | | | | | Merge pull request #48503 from r-ryantm/auto-update/jettyJörg Thalheim2018-10-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | jetty: 9.4.8.v20171121 -> 9.4.12.v20180830
| * | | | | | | | jetty: 9.4.8.v20171121 -> 9.4.12.v20180830R. RyanTM2018-10-15
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jetty/versions
* | | | | | | | Merge pull request #48546 from andrew-d/andrew/hide-zfs-import-warningSarah Brofeldt2018-10-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/zfs: Hide useless errors when waiting for zpool to be ready
| * | | | | | | | Hide useless errors when waiting for zpool to be readyAndrew Dunham2018-10-16
| | | | | | | | |
* | | | | | | | | Merge pull request #48662 from cocreature/btrbkJörg Thalheim2018-10-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | btrbk: 0.26.1 -> 0.27.0
| * | | | | | | | | btrbk: 0.26.1 -> 0.27.0Moritz Kiefer2018-10-18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #48694 from eadwu/vscode/1.28.2Jörg Thalheim2018-10-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vscode: 1.28.0 -> 1.28.2
| * | | | | | | | | | vscode: 1.28.0 -> 1.28.2Edmund Wu2018-10-18
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #48682 from Mic92/tincdJörg Thalheim2018-10-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | nixos/tinc: remove unnecessary networking.interfaces
| * | | | | | | | | | tinc: remove unnecessary networking.interfacesJörg Thalheim2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This breaks with networking backends enabled and also creates large delays on boot when some services depends on the network target. It is also not really required because tinc does create those interfaces itself. fixes #27070
* | | | | | | | | | | Merge pull request #48685 from dtzWill/update/range-v3Will Dietz2018-10-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | range-v3: 0.3.7 -> 0.4.0
| * | | | | | | | | | | range-v3: 0.3.7 -> 0.4.0Will Dietz2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ericniebler/range-v3/releases/tag/0.4.0
* | | | | | | | | | | | Merge pull request #47612 from dtzWill/fix/use-regular-patchelf-with-chromeWill Dietz2018-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | google-chrome: use default patchelf, "fixes" nacl_helper crashing.
| * | | | | | | | | | | google-chrome: use default patchelf, "fixes" nacl_helper crashing.Will Dietz2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not sure what the problem is, precisely, but even so this was preventing use of things like cast'ing-- not that I'm entirely clear on what that would be the case either :/. Err on caution and let's go back to what the situation was before and fix it properly when we better understand the issue.
* | | | | | | | | | | | Merge pull request #48690 from ElvishJerricco/dont-check-cabal-macosxRyan Mulligan2018-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
| * | | | | | | | | | | | haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2Will Fancher2018-10-18
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #48630 from dotlambda/home-assistant-0.80.1Peter Hoeg2018-10-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | home-assistant: 0.77.3 -> 0.80.2
| * | | | | | | | | | | | home-assistant: 0.77.3 -> 0.80.2Robert Schütz2018-10-18
| | | | | | | | | | | | |
| * | | | | | | | | | | | python.pkgs.paho-mqtt: 1.1 -> 1.4.0Robert Schütz2018-10-17
| | | | | | | | | | | | |
| * | | | | | | | | | | | python3.pkgs.voluptuous-serialize: 2018-03-10 -> 2.0.0Robert Schütz2018-10-17
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #48513 from r-ryantm/auto-update/gpxseemarkuskowa2018-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | gpxsee: 5.18 -> 6.2