Commit graph

170712 commits

Author SHA1 Message Date
Will Dietz c1d1bd2391 file: 5.35 -> 5.36
https://mailman.astron.com/pipermail/file/2019-February/000073.html
2019-02-21 12:48:53 -06:00
Michael Raskin 2f6b01f510
Merge pull request #55764 from oxij/pkgs/nasm-from-source
nasm: build from source
2019-02-21 09:54:48 +00:00
Frederik Rietdijk 081ce64e6e
Merge pull request #55757 from NixOS/python-unstable
Python: package set updates before branch-off
2019-02-21 10:38:22 +01:00
Maximilian Bosch 9fcd3bffc2 buildEnv: improve file check to avoid false-positives
The original change in #55372 was supposed to fix the case where a store
path which is a file should be placed into `buildEnv` which broke with a
fairly misleading Perl error.

Unfortunately this introduced a regression, `findFiles` can have targets
that are files if the file isn't a store path. Rather than adding more
obscure checks with probably further regressions, I figured that it's
better to replicate the behavior of `lib.isStorePath` and explicitly
check if the store path is a file and break in this case only.

This should also fix recent staging issues.
2019-02-21 10:37:42 +01:00
Robert Schütz 080832f411 octoprint: fix tests 2019-02-21 08:22:47 +01:00
Robert Schütz c335003b8d octoprint: ignore version constraints 2019-02-21 08:22:47 +01:00
Frederik Rietdijk 5871da418f Merge staging into python-unstable 2019-02-21 08:02:10 +01:00
Frederik Rietdijk e2cd07b997 Merge staging-next into staging 2019-02-21 07:54:33 +01:00
Frederik Rietdijk c9d8f5235b Merge master into staging-next 2019-02-21 07:53:19 +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
Tim Steinbach 51483ec5c9
xsel: 2016-09-02 -> 2018-01-10 2019-02-20 19:03:47 -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
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
Robert Schütz eb22e4c775 python.pkgs.fb-re2: no tests in tarball 2019-02-20 20:32:04 +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
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
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
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
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