summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | | | vimPlugins.dhall-vim: init at 2018-06-04 (#42648)Sarah Brofeldt2018-06-27
| | | | | | |
* | | | | | | esptool: 2.3.1 -> 2.4.1 (#42632)Robert Schütz2018-06-27
| | | | | | |
* | | | | | | pynac: 0.7.21 -> 0.7.22 (#42650)Timo Kaufmann2018-06-27
| | | | | | |
* | | | | | | Merge pull request #42637 from obsidiansystems/disallow-substitutes-requirefilexeji2018-06-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | trivial-builders: disallow sub in requireFile
| * | | | | | | trivial-builders: disallow sub in requireFileMatthew Bauer2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The requireFile call was being substituted from the binary cache. We do not want this to happen as the user needs to download the file themselves.
* | | | | | | | palp: restrict platforms to linux (#42651)Timo Kaufmann2018-06-27
| | | | | | | |
* | | | | | | | haskell-filecache: disable test suite on DarwinPi3r2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/bartavelle/filecache/issues/4 for details. Closes https://github.com/NixOS/nixpkgs/pull/42629. Update configuration-common.nix
* | | | | | | | Adding config for the tiny_tds gem (#42406)Judson Lester2018-06-27
| | | | | | | |
* | | | | | | | firefox-beta-bin: 61.0b14 -> 62.0b3adisbladis2018-06-27
| | | | | | | |
* | | | | | | | firefox-devedition-bin: 62.0b2 -> 62.0b3adisbladis2018-06-27
| | | | | | | |
* | | | | | | | Merge pull request #40418 from oxij/lib/fix-module-aliasesMichael Raskin2018-06-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lib, nixos: fix module aliases in presence of defaults
| * | | | | | | | lib: fix and simplify `doRename`Jan Malakhovski2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change `mkRenamedOptionModule` would override option defaults even when the old option name is left unused. For instance ```nix { optios = { services.name.new = mkOption { default = { one = {}; }; }; }; imports = [ (mkRenamedOptionModule [ "services" "name" "old" ] [ "services" "name" "new" "two" ]) ]; config = {}; } ``` would evaluate to `{ config.services.name.new = { two = {}; }; }` when you'd expect it to evaluate to `{ config.services.name.new = { one = {}; }; }`.
| * | | | | | | | lib: simplify `mkAliasAndWrapDefinitions`Jan Malakhovski2018-06-11
| | | | | | | | |
* | | | | | | | | git-annex: update to version 6.20180626Peter Simons2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update fixes CVE-2018-10857 and CVE-2018-10859.
* | | | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/dc8aa30e8c4332518991fd46e623865fff9d0864.
* | | | | | | | | python2Packages.rpy2: fix python2 compatibility (#42634)Timo Kaufmann2018-06-27
| | | | | | | | |
* | | | | | | | | trezord: 2.0.12 -> 2.0.14 (#42627)William Casarin2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested-by: William Casarin <jb55@jb55.com> Signed-off-by: William Casarin <jb55@jb55.com>
* | | | | | | | | palp: fix runtime error introduced by #28029 (#42633)Timo Kaufmann2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After #28029 it is necessary to add "strictoverflow" to the disabled hardening flags. That probably has something to do with the `-O3` option in palps makefile. This commit also adds a test to check for this regression (as it only occured at runtime).
* | | | | | | | | Merge pull request #42636 from aespinosa/nexusadisbladis2018-06-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nexus: 3.11.0 -> 3.12.1
| * | | | | | | | | nexus: 3.11.0 -> 3.12.1Allan Espinosa2018-06-26
|/ / / / / / / / /
* | | | | | | | | nano: 2.9.7 -> 2.9.8Tim Steinbach2018-06-26
| | | | | | | | |
* | | | | | | | | linux: 4.17.2 -> 4.17.3Tim Steinbach2018-06-26
| | | | | | | | |
* | | | | | | | | linux: 4.16.17 -> 4.16.18Tim Steinbach2018-06-26
| | | | | | | | |
* | | | | | | | | linux: 4.14.51 -> 4.14.52Tim Steinbach2018-06-26
| | | | | | | | |
* | | | | | | | | linux: 4.9.109 -> 4.9.110Tim Steinbach2018-06-26
| |/ / / / / / / |/| | | | | | |
* | | | | | | | ghcjs-ng: Move to $out/lib/ghcjs-8.4Matthew Bauer2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is standard for ghc compilers & much more convenient. This seems to fix the issues we have been having in ghcjs pkgs. Fixes #42032 Fixes #42617
* | | | | | | | pasystray: add libappindicator-gtk3 for appindicator support (#42184)Ivan Malison2018-06-26
| | | | | | | |
* | | | | | | | home-assistant: 0.72.0 -> 0.72.1Robert Schütz2018-06-26
| |_|/ / / / / |/| | | | | |
* | | | | | | idrisPackages.bi: 2018-01-17 -> 2018-06-25 (#42621)Silvan Mosberger2018-06-26
| | | | | | |
* | | | | | | Merge pull request #42628 from Synthetica9/atom-touchupxeji2018-06-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | atom, atom-beta: nicer fix for #42618
| * | | | | | | atom, atom-beta: nicer fix for #42618Patrick Hilhorst2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supersedes #42622
| * | | | | | | Revert "atom-beta: fix build (#42622)"Patrick Hilhorst2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9e02afcd80043f57e193bdc0f31a7745ffd2164f.
* | | | | | | | albert: 0.14.15 -> 0.14.21 (#42626)Jon Banafato2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Albert has a new release including several extensions and bug fixes. Additionally, this upgrade solves current QT build issues. See https://albertlauncher.github.io/news/ for the full changelog.
* | | | | | | | dwm-status: 0.5.1 -> 1.0.0 (#42624)Tobias Happ2018-06-26
|/ / / / / / /
* | | | | | | Merge pull request #42052 from makefu/pkgs/python-forecastio/initRobert Schütz2018-06-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pythonPackages.python-forecastio: init at 1.4.0
| * | | | | | | home-assistant: regenerate component-packagesmakefu2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds python-forecastio to weather.darksky
| * | | | | | | pythonPackages.python-forecastio: init at 1.4.0makefu2018-06-26
| | | | | | | |
* | | | | | | | atom-beta: fix build (#42622)Tobias Happ2018-06-26
| | | | | | | |
* | | | | | | | agedu: init at 20180522.5b12791 (#42538)symphorien2018-06-26
| | | | | | | |
* | | | | | | | Merge pull request #42609 from uri-canva/bazel-darwin-fixMatthew Justin Bauer2018-06-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bazel: fix darwin
| * | | | | | | | bazel: fix darwinUri Baghin2018-06-26
| | | | | | | | |
* | | | | | | | | libsecurity_generic: fix apple_sdk lookupMatthew Justin Bauer2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | apple_sdk is now multiple output.
* | | | | | | | | Merge pull request #42616 from dtzWill/fix/remove-unused-glibc-patchesxeji2018-06-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | glibc: remove unused 2.26 patch series
| * | | | | | | | | glibc: remove unused 2.26 patch seriesWill Dietz2018-06-26
| | | | | | | | | |
* | | | | | | | | | Merge pull request #42586 from Ma27/phonon-qt5-by-defaultxeji2018-06-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | phonon-backend-vlc: use qt5 by default
| * | | | | | | | | | tomahawk: mark as brokenMaximilian Bosch2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During `8d6502f8ca9` `phonon-backend-vlc` uses QT5 by default. Rather than fixing this it has been marked as broken as it's currently unmaintained (see c76ad476b0245c474c057b451ba6fec18e7f81f1) and broken since March (https://hydra.nixos.org/build/71873808). For now I've marked it as broken as the last *stable* release is from 2015 (see https://github.com/tomahawk-player/tomahawk/releases/tag/0.8.4).
| * | | | | | | | | | phonon-backend-vlc: use qt5 by defaultMaximilian Bosch2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `minitube` is currently broken transitively due to the broken `phonon-backend-qt4`: https://hydra.nixos.org/build/76523277 Although QT4 is fairly old, this package is still built with `qt4` ATM, however QT5 is available as well. After this change, QT5 will be built by default and in case anybody requires legacy QT4 it has to be enabled explicitly like this: ``` with import <nixpkgs> { }; phonon-backend-vlc.override { withQt4 = true; } ``` Now the QT5-only build can be used (which fixes `minitube`) and there are no confusions anymore with the build dependencies. Previously `phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by default which was likely responsible for broken `minitube`.
* | | | | | | | | | | Merge pull request #42567 from vbgl/ocaml-psmt2-frontendxeji2018-06-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ocamlPackages.psmt2-frontend: init at 0.1
| * | | | | | | | | | | ocamlPackages.psmt2-frontend: init at 0.1Vincent Laporte2018-06-25
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #42599 from obsidiansystems/xcodever-in-systemMatthew Justin Bauer2018-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | xcode: add xcodePlatform to system