summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* musl: pick stacksize-related improvements, increase default sizeWill Dietz2018-09-24
| | | | | Also supports setting default thread stack size via linker, making it possible to fix programs without modifying source.
* musl: pick getaddrinfo fix (containers)Will Dietz2018-09-24
|
* musl: pick upstream patches for name_to_handle_at supportWill Dietz2018-09-24
|
* musl: whitespace, NFCWill Dietz2018-09-24
|
* Merge pull request #47300 from obsidiansystems/haskell-no-recJohn Ericson2018-09-24
|\ | | | | haskellPackages: Avoid outer `rec { .. }`
| * haskellPackages: Avoid outer `rec { .. }`John Ericson2018-09-24
| | | | | | | | | | | | This is much nicer for overlays. For example, if someone binds a new compiler / package set, its integer-simple variation will automatically appear.
* | Merge pull request #47238 from obsidiansystems/overrideScope-orderJohn Ericson2018-09-24
|\| | | | | lib: Deprecate `overrideScope` in lieu of `overrideScope'` taking arguments in the conventional order
| * lib: Make `overrideScope'` which takes arguments in the conventional orderJohn Ericson2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `overrideScope` bound by `makeScope` (via special `callPackage`) took an override in the form `super: self { … }`. But this is dangerously close to the `self: super { … }` form used by *everything* else, even other definitions of `overrideScope`! Since that implementation did not even share any code either until I changed it recently in 3cf43547f4be03d1d6eb0bbfc557e2dbc13b4095, this inconsistency is almost certainly an oversight and not intentional. Unfortunately, just as the inconstency is hard to debug if one just assumes the conventional order, any sudden fix would break existing overrides in the same hard-to-debug way. So instead of changing the definition a new `overrideScope'` with the conventional order is added, and old `overrideScope` deprecated with a warning saying to use `overrideScope'` instead. That will hopefully get people to stop using `overrideScope`, freeing our hand to change or remove it in the future.
* | libtins: 3.5 -> 4.0 (#38208)R. RyanTM2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libtins/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 4.0 with grep in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0 - found 4.0 in filename of file in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0 - directory tree listing: https://gist.github.com/26990576c9472ca38b4d21613157856b
* | compactor: 0.11.0 -> 0.11.1 (#47271)Felipe Espinoza2018-09-24
| |
* | Merge pull request #47296 from matthewbauer/closure-size-reductionsxeji2018-09-24
|\ \ | | | | | | ISO/OVA closure size reductions
| * | nfs-utils: properly strip system-generatorsMatthew Bauer2018-09-24
| | | | | | | | | | | | | | | | | | | | | nfs-utils had a dependency on gcc through etc/systemd/system-generators/*-server-generator. It was not stripped correctly because it’s not in an expected path. This adds it to the strip list.
| * | nixos: don’t enableQt4Support for installer profileMatthew Bauer2018-09-24
| | | | | | | | | | | | | | | | | | This is already done in installer/cd-dvd/installation-cd-graphical-kde.nix but not in profiles/graphical.nix. Related to #47256.
* | | nixos/chrony: clean up, rework to be a little closer to upstreamAustin Seipp2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most importantly, this sets PrivateTmp, ProtectHome, and ProtectSystem so that Chrony flaws are mitigated, should they occur. Moving to ProtectSystem=full however, requires moving the chrony key files under /var/lib/chrony -- which should be fine, anyway. This also ensures ConditionCapability=CAP_SYS_TIME is set, ensuring that chronyd will only be launched in an environment where such a capability can be granted. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | bluez-alsa: init at 1.3.1 (#47236)Jan Malakhovski2018-09-24
| | |
* | | Merge pull request #47112 from Avaq/add/twaJörg Thalheim2018-09-24
|\ \ \ | | | | | | | | twa: init at 1.3.1
| * | | twa: init at 1.3.1Aldwin Vlasblom2018-09-24
| | | |
* | | | dotnet-sdk: Reduce closure: Unpack to a subdirectory to prevent copying ↵baracoder2018-09-24
| | | | | | | | | | | | | | | | build files (#47269)
* | | | lhapdf: fix "lhapdf list" interactive tool (#44905)Dmitry Kalinkin2018-09-24
| | | | | | | | | | | | | | | | In version 6.2.1 the "list" command now uses python bindings, which need to be imported, so we need to set the PYTHONPATH.
* | | | fzy: 0.9 -> 1.0 (#47295)Vladyslav M2018-09-24
| | | |
* | | | texlive/combine.nix: drop nix1 support (#47294)Dmitry Kalinkin2018-09-24
| | | | | | | | | | | | Since 7d1968c0e38 ('Nix minimal version: 1.11 -> 2.0') nixpkgs now require nix 2.0+
* | | | phpPackages.phpcbf: 3.3.1 -> 3.3.2Elis Hirwing2018-09-24
| | | | | | | | | | | | | | | | Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
* | | | phpPackages.phpcs: 3.3.1 -> 3.3.2Elis Hirwing2018-09-24
| | | | | | | | | | | | | | | | Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
* | | | Merge pull request #47289 from 1000101/masterMichael Raskin2018-09-24
|\ \ \ \ | | | | | | | | | | trezord: 2.0.14 -> 2.0.19 and nixos/trezord: revised and updated udev rules
| * | | | nixos/trezord: revised and updated udev rules10001012018-09-24
| | | | | | | | | | | | | | | | | | | | nixos/trezord: revised and updated udev rules
| * | | | trezord: 2.0.14 -> 2.0.1910001012018-09-24
| | | | |
| * | | | add myself 1000101 as maintainer10001012018-09-24
| | | | |
* | | | | Merge pull request #47273 from pacien/patch-5Jörg Thalheim2018-09-24
|\ \ \ \ \ | | | | | | | | | | | | matrix-synapse: 0.33.3.1 -> 0.33.5
| * | | | | matrix-synapse: 0.33.3.1 -> 0.33.5Notkea2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade matrix-synapse to the latest version, adding a new required dependency (treq)
* | | | | | Merge pull request #47283 from flokli/elasticsearch-dsl-6.2.1Jörg Thalheim2018-09-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
| * | | | | | pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1Florian Klink2018-09-24
| | | | | | |
* | | | | | | Update overrides for ghc-8.6.x.Peter Simons2018-09-24
| | | | | | |
* | | | | | | haskell-hspec-core: use latest version when building with ghc 8.6.xPeter Simons2018-09-24
| | | | | | |
* | | | | | | haskell-stm: update overrides for the new 2.5.x versionPeter Simons2018-09-24
| | | | | | |
* | | | | | | haskell-text: update overrides for the new versionPeter Simons2018-09-24
| | | | | | |
* | | | | | | haskell-stm: update overrides for the new 2.5.x versionPeter Simons2018-09-24
| | | | | | |
* | | | | | | Add a couple of overrides to fix build with GHC 8.6.1.Peter Simons2018-09-24
| | | | | | |
* | | | | | | all-cabal-hashes: update snapshot to Hackage at 2018-09-18T11:13:20ZPeter Simons2018-09-24
| | | | | | |
* | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/be1e8a29d299be9e024a031a685db5b7fa702c38.
* | | | | | | hackage2nix: disable broken Hydra buildsPeter Simons2018-09-24
| | | | | | |
* | | | | | | nixos tests: move common configuration into separate fileDomen Kožar2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows tests outside nixos to use acme setup.
* | | | | | | jackett: 0.10.160 -> 0.10.198R. RyanTM2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jackett/versions
* | | | | | | Merge pull request #47279 from asymmetric/asymmetric/remove-dapptoolsJörg Thalheim2018-09-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove DappHub projects
| * | | | | | | *: remove DappHub projectsLorenzo Manacorda2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DappHub maintains a separate overlay at https://github.com/dapphub/dapptools/blob/master/overlay.nix
* | | | | | | | Merge pull request #47221 from Mic92/vim-additional-nix-codeJörg Thalheim2018-09-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vim: remove legacy additional-nix-code
| * | | | | | | | vim: remove legacy additional-nix-codeJörg Thalheim2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a left-over from https://github.com/NixOS/nixpkgs/pull/46394 We no longer use this.
* | | | | | | | | eztrace: 1.0.6 -> 1.1-7 (#47282)Maximilian Bosch2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://hydra.nixos.org/build/80721509 Addresses #45960
* | | | | | | | | shades-of-gray-theme: init at 1.1.1 (#47280)José Romildo Malaquias2018-09-24
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #47155 from xeji/p/installer-testsxeji2018-09-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/tests/installer: prevent race between parted and udev
| * | | | | | | | nixos/tests/installer: stop udev queue before calling mdadmUli Baum2018-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the swraid test, temporarily stop udev queue execution while creating mdraid devices to prevent a race with udev, see https://groups.google.com/forum/#!topic/scylladb-dev/u87yHgo3ylU