Franz Pletz
32e7904624
gnupg agent module: fix ssh agent assertion logic
2017-08-04 02:07:49 +02:00
Robin Gloster
5b3e403eca
ola: init at 0.10.4
2017-08-04 02:06:01 +02:00
Jörg Thalheim
3badb04866
Merge pull request #27914 from mbrgm/upgrade-journalbeat
...
journalbeat: 5.4.1 -> 5.5.0
2017-08-04 00:02:16 +01:00
John Ericson
1ad0eae36e
darwin-tested channel: Fix eval
2017-08-03 18:46:40 -04:00
John Ericson
8b024834f2
darwin-test-channel: I broke it a bit adding macos-sierra-shared
...
This doesn't completely unbreak it, but gets it closer.
2017-08-03 18:20:31 -04:00
Michael Weiss
8f141b2a07
androidenv: Update all packages using fetch.sh
2017-08-04 00:07:39 +02:00
John Ericson
8ba6012dfd
Merge PR #27536
2017-08-03 17:25:30 -04:00
Robin Gloster
264d6641ec
privoxy: fix weird use of STRIP in the Makefile
2017-08-03 23:19:41 +02:00
Cillian de Róiste
2244b1815d
shotcut: fix homepage
2017-08-03 23:03:04 +02:00
Cillian de Róiste
847fbea098
ttfautohint: fix homepage
2017-08-03 23:03:04 +02:00
Cillian de Róiste
f68a45fc22
yaws: fix homepage
2017-08-03 23:03:04 +02:00
Cillian de Róiste
feb7d844f8
processing: fix homepage
2017-08-03 23:03:04 +02:00
Cillian de Róiste
09f2e20a79
movit: fix homepage
2017-08-03 23:03:04 +02:00
Cillian de Róiste
5c7edf239f
mlt: fix homepage
2017-08-03 23:03:03 +02:00
Cillian de Róiste
52ebfd6bc6
mixxx: fix homepage
2017-08-03 23:03:03 +02:00
Cillian de Róiste
7c17925aae
key-mon: fix download and homepage URLs
2017-08-03 23:03:03 +02:00
Cillian de Róiste
4b960e2ce2
drumgizmo: fix homepage
2017-08-03 23:03:03 +02:00
Cillian de Róiste
8a1328facb
chromedriver: update homepage
2017-08-03 23:03:03 +02:00
Cillian de Róiste
8fb5217cf7
blender metadata: fix homepage
2017-08-03 23:03:03 +02:00
Cillian de Róiste
475c303e91
a2jmidid: fix download URL
...
gna.org is dead, so the homepage is also now longer valid. According to
openhub repo.or.cz seems to be the most relevant repo currently.
2017-08-03 23:03:03 +02:00
John Ericson
cd6c452ade
cc-wrapper: Don't hardcode MacOS min version for delegates
2017-08-03 16:37:27 -04:00
John Ericson
2e61d8b71c
cc-wrapper: Handle more -l.... gotchas
2017-08-03 16:37:27 -04:00
Marius Bergmann
4a93ce179d
journalbeat: 5.4.1 -> 5.5.0
2017-08-03 22:23:53 +02:00
Thomas Tuegel
06e3727994
Merge pull request #27883 from joehealy/update/dropbox
...
dropbox: 30.4.22 -> 31.4.24
2017-08-03 15:12:20 -05:00
Robin Gloster
0b96f1d6d3
bsdgames: fix weird Makefile use of STRIP
2017-08-03 21:50:50 +02:00
Markus Mueller
1793c96be2
tests/nat: Use switch-to-configuration in test case
2017-08-03 21:16:14 +02:00
Markus Mueller
53d2f0980d
nat: always flush nixos nat rules on firewall start/reload
...
Fixes #27510
2017-08-03 21:16:14 +02:00
Daiderd Jordan
d604336b5b
Merge pull request #27905 from davidak/restic
...
restic: enable darwin builds
2017-08-03 20:01:08 +02:00
Daiderd Jordan
09a1f99899
Merge pull request #27898 from matthewbauer/irony-server-darwin
...
irony-server: supports darwin
2017-08-03 20:00:15 +02:00
WilliButz
aa8cbedf37
packer: add missing go dependency
2017-08-03 18:48:04 +02:00
davidak
31870ae18d
restic: enable darwin builds
2017-08-03 16:37:04 +02:00
Daniel Fullmer
caaa79f246
nixos/pulseaudio: Fix for missing zeroconf module
2017-08-03 14:21:34 +02:00
John Ericson
74f5fe5068
haskell infra: Misc cleanups
...
- The haskell lib is very close to not relying on Nixpkgs. I think
this is good---simpler to think about and matches Nixpkgs's lib.
- The haskell lib is only imported once
- stdenv is exposed more shallowly so it can be overriden more easily.
I'll eventually use this on Darwin to avoid the Sierra shared
library problems (unless changes are to be made system-wide).
Closes https://github.com/NixOS/nixpkgs/pull/27840 .
2017-08-03 13:12:01 +02:00
Peter Simons
a2825a3c6f
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.4-2-ge4f891e from Hackage revision
c54ab27c33
.
2017-08-03 13:11:56 +02:00
zimbatm
a1c953dfc7
terraform: 0.9.11 -> 0.10.0
2017-08-03 11:06:23 +01:00
Mathias Schreck
cd3d852943
dockerTools: document image spec v1.2 compatibility
2017-08-03 11:52:03 +02:00
Mathias Schreck
86d9b09c9b
dockerTools: fix image json and manifest
...
The image json is not exactly the same as the layer json, therefore I
changed the implementation to use the `baseJson` which doesn’t include
layer specific details like `id`, `size` or the checksum of the layer.
Also the `history` entry was missing in the image json. I’m not totally
sure if this field is required, but a I got an error from a docker
registry when I’ve tried to receive the distribution manifest of an
image without those `history` entry:
GET: `http://<registry-host>/v2/<imageName>/manifests/<imageTag>`
```json
{
"errors": [
{
"code": "MANIFEST_INVALID",
"message": "manifest invalid",
"detail": {}
}
]
}
```
I’ve also used a while loop to iterate over all layers which should make
sure that the order of the layers is correct. Previously `find` was
used and I’m not sure if the order was always correct.
2017-08-03 11:52:03 +02:00
Matthew Bauer
55b80467c3
irony-server: supports darwin
...
Package should support all unix-like systems.
2017-08-03 01:30:25 -07:00
Frederik Rietdijk
f6817ddf99
Merge pull request #27895 from jtojnar/patch-1
...
improve description of fonts
2017-08-03 10:24:30 +02:00
Frederik Rietdijk
c41b81f0da
intltool: fix url
...
(cherry picked from commit 34aa9a6a40
)
2017-08-03 10:18:19 +02:00
Charles Strahan
c1d8a84d5b
Merge pull request #27629 from cstrahan/envoy-staged
...
Envoy: init at 1.3.0
2017-08-03 03:31:53 -04:00
Jan Tojnar
ef7cc032ad
lohit-fonts: add package description
2017-08-03 09:09:03 +02:00
Joachim F
670e1e518d
Merge pull request #27838 from sauyon/numix-sx
...
numix-sx-gtk-theme: init at 2017-04-24
2017-08-03 07:09:49 +01:00
Jan Tojnar
881e2556f4
junicode: make description more concrete
2017-08-03 07:08:02 +02:00
Charles Strahan
e50f3d37e9
envoy: init at 1.3.0
...
L7 proxy and communication bus designed for large modern service
oriented architectures.
See: https://lyft.github.io/envoy/
2017-08-03 00:38:33 -04:00
Charles Strahan
4fcc6da889
rapidjson: init at 1.1.0
...
A fast JSON parser/generator for C++ with both SAX/DOM style API.
See: http://rapidjson.org/
2017-08-03 00:38:33 -04:00
Charles Strahan
cd2b6a94f7
lightstep-tracer-cpp: init at 0.36
...
The LightStep distributed tracing library for C++.
See: http://lightstep.com
2017-08-03 00:38:33 -04:00
Charles Strahan
f281cfe76d
backward: init at 1.3
...
A beautiful stack trace pretty printer for C++
2017-08-03 00:38:33 -04:00
Charles Strahan
958cdf37c1
spdlog: 292bdc5eb492 -> 0.13.0
2017-08-03 00:38:33 -04:00
Charles Strahan
3be19de8e4
libevent: 2.0.22 -> 2.1.8
2017-08-03 00:38:32 -04:00