Maximilian Bosch
10b2208ec5
citrix_receiver: allow custom certs and hooks for the installation
...
Sometimes it's required to modify some parts of the Citrix build on
their own which is why `{pre,post}Install` hooks can be quite helpful.
Additionally some corporate clients use their own certificates that
aren't stored as trusted ones in the `cacert` package with all of the
trusted certs by Mozilla.
Now it's possible to add custom certs like this:
``` nix
with import <nixpkgs> { config.allowUnfree = true; };
let path = ../../Downloads/custom-corporate-cert.pem; in
citrix_receiver.override {
extraCerts = [ path ];
}
```
2018-08-06 15:16:16 +02:00
Yegor Timoshenko
c1973f0fec
toggldesktop: init at 7.4.231
2018-08-06 15:12:48 +03:00
Yegor Timoshenko
0d7170cb85
Merge pull request #44459 from kirelagin/b2sum
...
b2sum: init at 20160619
2018-08-06 15:03:53 +03:00
georgewhewell
a052e52a27
fix rasperrypifw cross build
2018-08-06 14:49:45 +03:00
Yegor Timoshenko
dbdbdaf1c6
b2sum: use fetchzip, clean up
2018-08-06 14:47:29 +03:00
Pascal Wittmann
5356b5b355
pyrex: fix evaluation
2018-08-06 13:28:07 +02:00
Jörg Thalheim
6da4ab627f
Merge pull request #44547 from leenaars/matterbridge
...
matterbridge: 1.7.1 -> 1.11.0
2018-08-06 12:17:33 +01:00
Francesco Gazzetta
77c0760ee6
duktape: 2.2.1 -> 2.3.0
2018-08-06 13:15:50 +02:00
Pascal Wittmann
602a462512
Merge pull request #44549 from NixOS/remove-jumanji
...
remove jumanji
2018-08-06 13:10:01 +02:00
Pascal Wittmann
ff161dcd69
irssi: add license
...
see issue #43716
2018-08-06 13:06:06 +02:00
Pascal Wittmann
94fb1225af
junicode: add license
...
see issue #43716
2018-08-06 13:04:34 +02:00
Pascal Wittmann
21bcaf80e3
jbrout: add license
...
see issue #43716
2018-08-06 13:03:36 +02:00
Pascal Wittmann
8083fe9ea8
jikes: add license
...
see issue #43716
2018-08-06 13:02:43 +02:00
Pascal Wittmann
0efd8a8f70
remove jumanji
...
jumanji isn't activly developed since the end of 2015
and uses an insecure and old version of webkit.
2018-08-06 12:57:17 +02:00
Pascal Wittmann
f442f7d2b2
dosbox-unstable: add license
...
see issue #43716
2018-08-06 12:45:57 +02:00
Pascal Wittmann
f22ffa6b6a
morty: add license
...
see issue #43716
2018-08-06 12:43:58 +02:00
Pascal Wittmann
77d5aff75e
moreutils: add license
...
see issue #43716
2018-08-06 12:42:49 +02:00
Pascal Wittmann
2e57556e62
multitail: add license
...
see issue #43716
2018-08-06 12:41:40 +02:00
Pascal Wittmann
7c19cc3c49
nasm: add license
...
see issue #43716
2018-08-06 12:39:39 +02:00
Pascal Wittmann
351ee40066
nedit: add license
...
see issue #43716
2018-08-06 12:38:10 +02:00
Pascal Wittmann
bf56cfe48c
pyrex: add license
...
see issue #43716
2018-08-06 12:32:28 +02:00
Pascal Wittmann
934c71f806
riemann-tools: add meta-data
...
see issue #43716
2018-08-06 12:29:24 +02:00
Pascal Wittmann
7baa750efc
riak: add license
...
see issue #43716
2018-08-06 12:26:03 +02:00
Michiel Leenaars
e61dae0f0f
matterbridge: 1.7.1 -> 1.11.0
2018-08-06 12:25:25 +02:00
Pascal Wittmann
80b5d9e3d3
rebar3: add license
...
see issue #43716
2018-08-06 12:24:38 +02:00
Jan Tojnar
10dd73b5e2
keybinder: remove GTK3 dependency
...
kyebinder never supported GTK 3, only keybinder-3.0 (keybinder3 package) does.
This effectively reverts c0c835dccee7d05df14d424eb7a4fbb9bd3684da
2018-08-06 12:23:13 +02:00
Pascal Wittmann
d84ce36fb6
rebar: add license
...
see issue #43716
2018-08-06 12:22:59 +02:00
Pascal Wittmann
94d090ba8c
refind: add license
...
see issue #43716
2018-08-06 12:21:56 +02:00
Pascal Wittmann
21b81f41ae
renameutils: add license
...
see issue #43716
2018-08-06 12:20:53 +02:00
Pascal Wittmann
fec4795f00
rambox: inherit meta from bare derivation
...
see issue #43716
2018-08-06 12:19:13 +02:00
Pascal Wittmann
f6b1f03f34
psmisc: add license
...
see issue #43716
2018-08-06 12:15:43 +02:00
Pascal Wittmann
123e622466
phabricator: add license
...
see issue #43716
2018-08-06 12:14:05 +02:00
Pascal Wittmann
2a7f6d6960
pdfshuffler: add license
...
see issue #43716
2018-08-06 12:09:23 +02:00
Vladimír Čunát
f504af072b
Merge branch 'master' into staging-next
...
There's been some large rebuild on master.
I don't really have time ATM to find what it was.
2018-08-06 12:07:37 +02:00
Pascal Wittmann
9b16e0e594
pdfmod: add license
...
see issue #43716
2018-08-06 12:07:14 +02:00
Pascal Wittmann
f7be21f4c9
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/development/libraries/exiv2/default.nix
Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Peter Hoeg
9823e4caa7
emacs-magit-annex: git was missing
2018-08-06 17:09:26 +08:00
Uli Baum
6820e2f0dd
mpd: don't use smbclient alias
...
didn't eval on Hydra as release.nix doesn't allow aliases, see #44299
Use samba instead.
2018-08-06 10:07:20 +02:00
Robert Schütz
c3b1a8178b
duply: explicitly use python2
2018-08-06 09:36:55 +02:00
Robert Schütz
3b490c653c
ddar: explicitly use python2
2018-08-06 09:28:20 +02:00
taku0
9f415e386b
thunderbird-bin: 52.9.1 -> 60.0
2018-08-06 16:03:52 +09:00
Sarah Brofeldt
c6a4f9af60
Merge pull request #44528 from samueldr/fix/mention-bot
...
doc: Fixes mentions of mention-bot.
2018-08-06 08:59:10 +02:00
Izorkin
5fce5fadf5
tengine: init init at v2.2.2
2018-08-06 08:11:03 +03:00
Cray Elliott
4c45016c29
Revert "mariadb: 10.2.16 -> 10.3.8"
...
This reverts commit 00ab5c5b6af27850268e2cb29479fd54d67b5e02.
The commit listed broke darwin and held up Hydra. sorry about that!
2018-08-05 20:12:18 -07:00
Silvan Mosberger
66793d9284
Merge pull request #44058 from borisbabic/feature/choose-trackpoint-device
...
trackpoint: Make the device name configurable
2018-08-06 03:14:16 +02:00
Boris Babic
0ef3119c69
trackpoint: Make the device name configurable
2018-08-06 02:56:32 +02:00
Samuel Dionne-Riel
e97112bdc3
doc: Fixes mentions of mention-bot.
...
Its last mention was on 2017-09-25. Close to a year.
The CODEOWNERS feature of github, though, fills in the gap in a more
appropriate manner (IMHO).
2018-08-05 20:22:32 -04:00
Sander van der Burg
9748d7c60b
nixos/disnix: undo dysnomia rename to fix disnix and retain compatibility with previous release
2018-08-06 01:25:38 +02:00
Silvan Mosberger
56ac23a19c
Merge pull request #44398 from dotlambda/blueman-python3
...
bluez: use python3
2018-08-05 23:50:39 +02:00
Silvan Mosberger
373d727793
Merge pull request #44412 from dotlambda/ams-lv2-python3
...
ams-lv2: use python3
2018-08-05 23:46:44 +02:00