Commit graph

170224 commits

Author SHA1 Message Date
Cray Elliott 4cfb4ec5f4 dolphinEmuMaster: 2018-12-25 -> 2019-02-16 2019-02-21 01:27:28 -08:00
Jörg Thalheim 6fed64710a
Merge pull request #56113 from Mic92/radare2
radare2: 3.2.1 -> 3.3.0
2019-02-21 09:27:13 +00:00
Jörg Thalheim bf1b39d127
Merge pull request #56129 from dywedir/alacritty
alacritty: add wayland, libxkbcommon to rpath
2019-02-21 09:21:24 +00:00
Jörg Thalheim a9b16ad4e7
Merge pull request #56111 from NeQuissimus/xterm_344
xterm: 342 -> 344
2019-02-21 09:19:48 +00:00
Cray Elliott da4484c9a6 mwprocapture: 1.2.3950 -> 1.2.4054 2019-02-21 01:11:09 -08:00
Cray Elliott 6959c375a5 openjdk11: 11.0.1+13 -> 11.0.2+9 2019-02-21 01:01:04 -08:00
Cray Elliott c210206b7a mgba: 0.6.3 -> 0.7.0 2019-02-21 00:56:52 -08:00
dywedir cf549409ce
alacritty: add wayland, libxkbcommon to rpath 2019-02-21 10:49:36 +02:00
Robert Schütz 2ca0cfb0d1
Merge pull request #56100 from ceedubs/ddgr-to-1.6
ddgr: 1.1 -> 1.6
2019-02-21 08:33:53 +01:00
Maximilian Bosch de2bb1094b
Merge pull request #56108 from artemist/lepton
lepton: init at 1.2.1
2019-02-21 01:28:47 +01:00
Jörg Thalheim 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 Pletz 2935a67eb9
Merge pull request #45670 from johanot/kubernetes-1.11
nixos/kubernetes: Module refactor
2019-02-20 23:31:47 +00:00
Jaka Hudoklin 97a27fd2d2
nixos/kubernetes: fix flannel and kubelet startup 2019-02-21 00:26:11 +01:00
Vladyslav M 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ønner 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
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 Pletz 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 Thomsen 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 Thomsen 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 Thomsen 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 Thomsen 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 Thomsen 6334796370
nixos/kubernetes: use the certmgr-selfsigned variant 2019-02-20 21:08:54 +01:00
Johan Thomsen 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 Thomsen 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
Sarah Brofeldt 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 Weisner 1eca8366e8 alpha-embedded: isAlpha code Added (#56090)
Adds isAlpha to stdenv.<platform> flags.
2019-02-20 14:27:47 -05:00
Vladimír Čunát bcf3bdf937
Merge #56101: Revert "Remove maintainership" 2019-02-20 20:16:22 +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
51bfa34234.
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
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 Helgesson 48b5ad2739
Merge pull request #55575 from jerith666/eclipse-2018-12
eclipse: 2018-09 -> 2018-12
2019-02-20 19:15:02 +01:00
Sarah Brofeldt c88f5cf52a
Merge pull request #56081 from dywedir/skim
skim: 0.5.2 -> 0.5.4
2019-02-20 18:51:59 +01:00
Sarah Brofeldt 770d6cecb1
Merge pull request #56089 from fadenb/aptly_1.3.0
aptly: 1.2.0 -> 1.3.0
2019-02-20 18:47:48 +01:00
Sarah Brofeldt 51005baa3a
Merge pull request #56095 from asymmetric/solc-z4-opt
solc: make z3 dependency optional
2019-02-20 18:45:04 +01:00
Lorenzo Manacorda e639f24681 solc: make z3 dependency optional
It is an optional dependency, which defaults to true.

https://solidity.readthedocs.io/en/latest/installing-solidity.html#smt-solvers
2019-02-20 18:15:45 +01:00
Sarah Brofeldt 831e045ad4
Merge pull request #56074 from asymmetric/geth-1.8.22
go-ethereum: 1.18.21 -> 1.18.22
2019-02-20 18:04:27 +01:00