Commit Graph
173796 Commits
Author SHA1 Message Date
Jan Malakhovski 8f86439f75 all-packages.nix: introduce and use dontRecurseIntoAttrs 2019-02-21 01:28:30 +00:00
Matthew Bauer 475c8aa018 nixos-rebuild: get Nix from channel
If our old Nix can’t evaluate the Nixpkgs channel, try the fallback
from the new channel /first/. That way we can upgrade Nix to a newer
version and support breaking changes to Nix (like seen in the upgrade
o Nix 2.0).

This change should be backported to older NixOS versions!
2019-02-20 20:02:20 -05:00
Matthijs Steen b0ec4c1fd3 nix-prefetch: init at 0.1.0 2019-02-21 01:52:51 +01:00
Maximilian BoschandGitHub de2bb1094b Merge pull request #56108 from artemist/lepton
lepton: init at 1.2.1
2019-02-21 01:28:47 +01:00
Jörg ThalheimandGitHub 1a78500fe4 Merge pull request #56112 from NixOS/xsel-08-01-10
xsel: 2016-09-02 -> 2018-01-10
2019-02-21 00:21:25 +00:00
Jörg Thalheim c41ed752dc radare2: 3.2.1 -> 3.3.0 2019-02-21 00:06:55 +00:00
Tim Steinbach 51483ec5c9 xsel: 2016-09-02 -> 2018-01-10 2019-02-20 19:03:47 -05:00
Tim Steinbach f4e98fde9b xterm: 342 -> 344 2019-02-20 19:00:04 -05:00
Maximilian Bosch a55d96bf9e lepton: only build on x86_64-linux for now
Darwin and `aarch64-linux` builds currently fail[1][2].

Also cleaned up the `meta` section a bit.

[1] https://github.com/NixOS/nixpkgs/pull/56108/checks?check_run_id=66442317
[2] https://github.com/NixOS/nixpkgs/pull/56108#issue-254801596
2019-02-21 00:59:46 +01:00
Franz PletzandGitHub 2935a67eb9 Merge pull request #45670 from johanot/kubernetes-1.11
nixos/kubernetes: Module refactor
2019-02-20 23:31:47 +00:00
Jaka HudoklinandFranz Pletz 97a27fd2d2 nixos/kubernetes: fix flannel and kubelet startup 2019-02-21 00:26:11 +01:00
Vladyslav MandGitHub e09be19275 Merge pull request #56104 from 0x4A6F/master-zola
zola: 0.5.0 -> 0.5.1
2019-02-21 01:13:37 +02:00
Artemis Tosini 3fa211dfb8 lepton: init at 1.2.1 2019-02-20 22:55:13 +00:00
Cody Allen 0094157f86 ddgr: 1.1 -> 1.6
ddgr (DuckDuckGo CLI) 1.6 no longer requires the `requests` Python
package and includes the commit that patched zsh-completion.
2019-02-20 14:21:37 -08:00
Cody Allen 96dde14360 Add Cody Allen (ceedubs) to maintainer list 2019-02-20 14:00:17 -08:00
Frederik Rietdijk 2a81eceeba python.pkgs.acoustics: 0.2.0.post1 -> 0.2.0.post2 2019-02-20 21:52:31 +01:00
Tor Hedin BrønnerandGitHub bba6de611a Merge pull request #56046 from callahad/bolt
Add and enable Bolt to support Thunderbolt 3 settings in GNOME
2019-02-20 21:43:02 +01:00
0x4A6F 64335de9ae zola: 0.5.0 -> 0.5.1 2019-02-20 20:37:43 +00:00
Trolli Schmittlauch f9dab19839 ktouch: fix build failure due to dependecy missing
fixes #56097
2019-02-20 21:29:03 +01:00
zimbatm 288f353cdb firecracker: 0.13.0 -> 0.14.0 2019-02-20 21:16:30 +01:00
Orivej Desh d7f4b13ccf lftp: do not look for expat and zlib in /usr/include
This behaviour affects builds without sandboxing.
2019-02-20 20:11:15 +00:00
Franz PletzandChristian Albrecht 3a02205496 nixos/kubernetes: bootstrap docker without networking
Before flannel is ready there is a brief time where docker will be
running with a default docker0 bridge. If kubernetes happens to spawn
containers before flannel is ready, docker can't be restarted when
flannel is ready because some containers are still running on the
docker0 bridge with potentially different network addresses.

Environment variables in `EnvironmentFile` override those defined via
`Environment` in the systemd service config.

Co-authored-by: Christian Albrecht <christian.albrecht@mayflower.de>
2019-02-20 21:08:58 +01:00
Johan ThomsenandFranz Pletz 6045068f6c nixos/kubernetes: (test) Fix race-condition in test cases. docker load might fail due to dockerd restarting 2019-02-20 21:08:57 +01:00
Johan ThomsenandFranz Pletz 7028fac35b nixos/kubernetes: use system.path to handle dependency on flannel subnet.env
The current postStart step on flannel causes flannel.service to
sometimes hang, even when it's commanded to stop.
2019-02-20 21:08:56 +01:00
Johan ThomsenandFranz Pletz 466beb0214 nixos/kubernetes: let flannel use kubernetes as storage backend
+ isolate etcd on the master node by letting it listen only on loopback
+ enabling kubelet on master and taint master with NoSchedule

The reason for the latter is that flannel requires all nodes to be "registered"
in the cluster in order to setup the cluster network. This means that the
kubelet is needed even at nodes on which we don't plan to schedule anything.
2019-02-20 21:08:56 +01:00
Johan ThomsenandFranz Pletz 1f49c2160a nixos/kubernetes: CoreDNS privileges has to be assigned by addon manager bootstrap
- because the kube-addon-manager drops most of its privileges after
startup.
2019-02-20 21:08:55 +01:00
Johan ThomsenandFranz Pletz 6334796370 nixos/kubernetes: use the certmgr-selfsigned variant 2019-02-20 21:08:54 +01:00
Johan ThomsenandFranz Pletz 8d62d7972f nixos/kubernetes: adding manual section for kubernetes and writing release note for NixOS 19.03 2019-02-20 21:08:51 +01:00
Johan ThomsenandFranz Pletz e2380e79e1 nixos/kubernetes: major module refactor
- All kubernetes components have been seperated into different files
- All TLS-enabled ports have been deprecated and disabled by default
- EasyCert option added to support automatic cluster PKI-bootstrap
- RBAC has been enforced for all cluster components by default
- NixOS kubernetes test cases make use of easyCerts to setup PKI
2019-02-20 21:08:01 +01:00
Michael Weiss 5a4c8092c0 dynamips: 0.2.19 -> 0.2.20 2019-02-20 20:36:39 +01:00
Robert Schütz eb22e4c775 python.pkgs.fb-re2: no tests in tarball 2019-02-20 20:32:04 +01:00
Sarah BrofeldtandGitHub e10a372a81 Merge pull request #56047 from Anton-Latukha/handbrake-1.2.1
handbrake: 1.2.0 -> 1.2.1
2019-02-20 20:31:25 +01:00
Vincent WeisnerandMatthew Bauer 1eca8366e8 alpha-embedded: isAlpha code Added (#56090)
Adds isAlpha to stdenv.<platform> flags.
2019-02-20 14:27:47 -05:00
Robert Schütz c01276654e python.pkgs.pygame: fix build
after setting `strictDeps = true;`
2019-02-20 20:27:34 +01:00
Vladimír Čunát bcf3bdf937 Merge #56101: Revert "Remove maintainership" 2019-02-20 20:16:22 +01:00
Robert Schütz 5124cf7a14 beets: use checkInputs 2019-02-20 20:07:21 +01:00
Peter Simons 30432fa06a ghc-8.4.x: don't build Sphinx documentation
The build was broken by the recent Sphinx 1.8.x update.

Fixes https://github.com/NixOS/nixpkgs/issues/55662.
2019-02-20 20:07:07 +01:00
Peter Simons 6968539751 git-annex: update sha256 hash for version 7.20190219 2019-02-20 20:07:07 +01:00
Peter Simons 905ffbba4b hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.1-6-gd2bed2e from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/51bfa342342c79c93b63ae06fad97dde86b38a9f.
2019-02-20 20:07:02 +01:00
Peter Simons 19fcb0861b hackage2nix: disable failing Hydra builds 2019-02-20 20:07:01 +01:00
Peter Simons 44ae35170f LTS Haskell 13.8 2019-02-20 20:07:01 +01:00
Robert Schütz 4348c8a0ba python.pkgs.soco: use pytest_3
Otherwise, we get
    [pytest] section in setup.cfg files is no longer supported,
    change to [tool:pytest] instead
2019-02-20 19:59:30 +01:00
Matthias Beyer f1f4f38909 Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093.
2019-02-20 19:57:34 +01:00
Robert Schütz 8cf396442d python.pkgs.sphinx_rtd_theme: fix tests 2019-02-20 19:57:06 +01:00
Robert Schütz 4b8049ee4a python.pkgs.readthedocs-sphinx-ext: init at 0.5.16 2019-02-20 19:55:45 +01:00
Meghea Iulian 7022210b31 gitkraken: refactor wrapGAppsHook 2019-02-20 20:51:18 +02:00
Meghea Iulian e53f68800b gitkraken: use wrapGAppsHook 2019-02-20 20:51:18 +02:00
Meghea Iulian a21cbcb4a2 gitkraken: 4.2.1 -> 4.2.2 2019-02-20 20:51:17 +02:00
Meghea Iulian f2fa842eed gitkraken: fix missing gsettings schemas 2019-02-20 20:51:17 +02:00
Robert HelgessonandGitHub 48b5ad2739 Merge pull request #55575 from jerith666/eclipse-2018-12
eclipse: 2018-09 -> 2018-12
2019-02-20 19:15:02 +01:00