160905 Commits

Author SHA1 Message Date
Matthew Bauer
e6f7f2928f darwin: 10.11 → 10.12
Lots of stuff has gotten moved around. Many security libraries have been merged
into the Security monorepo. I’ve cleared them out for now, we will
need to modify Security to build them!

This also moves some things around to more clearly separate
bootstrapping the stdenv from everything else. We want the “normal”
mode to be the non-bootstrapped version. When you ask for “Security”,
you want the actual built software, not a crippled one.

- Add TARGET_OS_OSX to darwin.libSystem. Looks like something
  introduced in 10.12. TARGET_OS_MAC is only set when building for
  desktop (iOS will have TARGET_OS_MAC set)
- Bump darwin.dtrace
- Bump darwin.libpthread
- Remove SmartCardServices, libsecurity*, etc.
- Install some more headers for darling.
2018-12-17 00:07:09 -06:00
Matthew Bauer
73d537672d xcbuild: set -Wno-error
gcc doesn’t know all of the specific flags here. It is easier to just
set -Wno-error.
2018-11-29 20:12:31 -06:00
Jörg Thalheim
6f2475f5bf
Merge pull request #50835 from Mic92/go-cross
Go cross compilation
2018-11-24 10:39:11 +00:00
Jörg Thalheim
79b9462468
go_1_11: fix cross compilation 2018-11-24 10:36:57 +00:00
Frederik Rietdijk
c1792242ef Merge staging-next into staging 2018-11-24 10:44:50 +01:00
Frederik Rietdijk
e41154d1ab Merge master into staging-next 2018-11-24 10:43:33 +01:00
Will Dietz
28cdb6e841 pyjwt: fix tests to work with pytest >= 3.9.0 2018-11-24 10:41:36 +01:00
Sarah Brofeldt
25c562e451
Merge pull request #50550 from jD91mZM2/xidlehook
xidlehook: 0.6.0 -> 0.6.1
2018-11-24 10:32:55 +01:00
Michael Raskin
f79bf0a924
Merge pull request #50973 from c0bw3b/pkg/nsjail
nsjail: 2.7 -> 2.8
2018-11-24 08:01:47 +00:00
worldofpeace
3ce5fac5e3
Merge pull request #50975 from worldofpeace/minizinc/2.2.3
minizinc: 2.2.1 -> 2.2.3
2018-11-24 00:18:10 -05:00
worldofpeace
598fcb0421
powershell: 6.1.0 -> 6.1.1
Also fix libraries for darwin.

Closes #50966

Co-authored-by: Robin Gloster <mail@glob.in>
2018-11-24 03:56:35 +01:00
Will Dietz
af9ba3758f hyperfine: 1.3.0 -> 1.4.0 2018-11-23 19:26:11 -06:00
Will Dietz
d3c85e3314 webkitgtk: 2.22.3 -> 2.22.4 2018-11-23 19:25:16 -06:00
Franz Pletz
5ea22c49f1
browserpass: 2.0.18 -> 2.0.22 2018-11-24 01:35:47 +01:00
Jörg Thalheim
6d9a35a6de
direnv: 2.17.0 -> 2.18.2 2018-11-24 00:16:01 +00:00
worldofpeace
1040875bf4 minizinc: 2.2.1 -> 2.2.3
Using a git revision for 2.2.3 because their tags are disappearing.

See:
- https://github.com/MiniZinc/libminizinc/issues/257
- https://github.com/MiniZinc/libminizinc/issues/248
2018-11-23 18:51:24 -05:00
worldofpeace
2c320ea8be
Merge pull request #50868 from jhillyerd/imwheel
imwheel: init at 1.0.0pre12
2018-11-23 18:30:22 -05:00
c0bw3b
9e5b98c81a nsjail: 2.7 -> 2.8
Changelog: https://github.com/google/nsjail/releases/tag/2.8
2018-11-24 00:26:40 +01:00
James Hillyerd
c5933f4bf2 imwheel: init at 1.0.0pre12 2018-11-23 15:17:56 -08:00
Michael Raskin
5e159d463b
Merge pull request #49228 from Ekleog/rss2email-module
rss2email module: init
2018-11-23 22:30:29 +00:00
Renaud
f11297acb9
Merge pull request #49892 from kalbasit/nixpkgs_add-ssh-agents
ssh-agents: init at 1.0.1
2018-11-23 22:43:54 +01:00
Wael M. Nasreddine
d4158b1b9c
ssh-agents: init at 1.0.1 2018-11-23 12:59:33 -08:00
Franz Pletz
2bf16cbbc3
matrix-synapse: 0.33.8 -> 0.33.9 2018-11-23 21:09:57 +01:00
Andreas Rammhold
b4d9f14d3c
Merge pull request #49756 from andir/prometheus
nixos/prometheus: check alertmanager configuration
2018-11-23 19:55:30 +01:00
Andreas Rammhold
51c3082119 nixos/prometheus: require one alertmanager configuration parameter
This commit adds an assertion that checks that either `configFile` or
`configuration` is configured for alertmanager. The alertmanager config
can not be an empty attributeset. The check executed with `amtool` fails
before the service even has the chance to start. We should probably not
allow a broken alertmanager configuration anyway.

This also introduces a test for alertmanager configuration that piggy
backs on the existing prometheus tests.
2018-11-23 19:45:17 +01:00
Andreas Rammhold
b1032db5a9 nixos/prometheus: check alertmanager configuration 2018-11-23 19:45:17 +01:00
Andreas Rammhold
d1ef00ebee nixos/prometheus: add package option to alertmanager 2018-11-23 19:45:17 +01:00
Linus Heckemann
6845ebbff1 wpa_supplicant: improve manpage
Now points to the store path of the sample config rather than
/usr/share/doc.
2018-11-23 18:01:19 +01:00
Linus Heckemann
1a7f21f398 wpa_supplicant: copy sample config into output 2018-11-23 18:01:19 +01:00
Franz Pletz
f88543769e
minetest: 0.4.17 -> 0.4.17.1 2018-11-23 17:48:14 +01:00
Jörg Thalheim
9df9cfbb3a
Merge pull request #50956 from eadwu/iwd/disableParallelBuilding
iwd: disable parallel building
2018-11-23 15:30:20 +00:00
Edmund Wu
5a6ee6a4e7
iwd: disable parallel building 2018-11-23 10:20:19 -05:00
Jörg Thalheim
f713b737a1
Merge pull request #50887 from asymmetric/pretty
prettytable: 0.7.1 -> 0.7.2
2018-11-23 15:18:40 +00:00
Franz Pletz
7ce5ab6e21
Merge pull request #50931 from elseym/python-nanoleaf
pythonPackages.nanoleaf: init at 0.4.1
2018-11-23 14:50:03 +00:00
R. RyanTM
20bc7ace64 inter-ui: 2.5 -> 3.0
* inter-ui: 2.5 -> 3.0 (#50782)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/inter-ui/versions

* inter-ui: correct sha hash
2018-11-23 15:41:22 +01:00
elseym
1fd55e5e90
home-assistant: add nanoleaf dependency 2018-11-23 15:20:22 +01:00
elseym
c598aab31f
pythonPackages.nanoleaf: init at 0.4.1 2018-11-23 15:16:55 +01:00
Franz Pletz
2fb90e57fd
home-assistant: pin to python 3.6 2018-11-23 15:14:31 +01:00
Franz Pletz
4470dd9902
Merge pull request #50948 from Ma27/fix-nixos-build-vms-eval
nixos-build-vms: fix eval
2018-11-23 14:10:30 +00:00
Vincent Demeester
80c2d4249d skaffold: 0.16.0 -> 0.18.0 (#50922)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-23 14:43:10 +01:00
Tim Steinbach
13e38d8180
linux: 4.19.3 -> 4.19.4 2018-11-23 08:33:53 -05:00
Tim Steinbach
86f9ac22e2
linux: 4.14.82 -> 4.14.83 2018-11-23 08:33:45 -05:00
Tim Steinbach
5879586e01
linux: 4.9.138 -> 4.9.140 2018-11-23 08:33:32 -05:00
Graham Christensen
9836d4844b
Merge pull request #50947 from mayflower/bump-hound
hound: 20170324 -> 2018-11-02
2018-11-23 08:16:32 -05:00
Maximilian Bosch
80e9f77ed5
Merge pull request #50475 from Pneumaticat/ibus-table-chinese-init
ibus-table-chinese: init at 1.8.2
2018-11-23 14:11:58 +01:00
Massimo Redaelli
1bf18e4c85 pymssql: init at 2.1.4 2018-11-23 13:46:40 +01:00
Linus Heckemann
5bc4595d25
Merge pull request #50941 from vbgl/timidity-2.15
timidity: 2.14.0 -> 2.15.0
2018-11-23 13:45:25 +01:00
Maximilian Bosch
b36fa8ef91
nixos-build-vms: fix eval
Previously I got the following error message:

```
error: opening file '/home/ma27/Projects/nixpkgs/nixos/modules/installer/default.nix': No such file or directory
```

Probably related to 6c68fbd4e1f8beac39cb1f499ff90c78256262d6.
2018-11-23 13:43:47 +01:00
Linus Heckemann
ef5da57ea2 hound: 20170324 -> 2018-11-02 2018-11-23 13:22:01 +01:00
Jörg Thalheim
04719a0052
Merge pull request #50919 from sjau/flexget-2.17.14
Flexget: 2.16.2 -> 2.17.4
2018-11-23 11:57:56 +00:00