Vladimír Čunát
838d63eced
Merge #44885 : firefox*: 61.0.1 -> 61.0.2
2018-08-11 19:47:02 +02:00
Vladimír Čunát
d4741d79e1
Merge #44603 : thunderbird*: 52.9.1 -> 60.0
2018-08-11 19:47:02 +02:00
Michael Weiss
b28f8b4c94
signal-desktop: 1.15.3 -> 1.15.4
2018-08-11 19:27:43 +02:00
Pascal Wittmann
a34579e01e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/tools/networking/network-manager/fortisslvpn.nix
2018-08-11 09:36:34 +02:00
Matthew Bauer
fca6cdc362
Merge pull request #44632 from matthewbauer/putty
...
Support building putty for windows
2018-08-10 12:41:36 -04:00
adisbladis
fdfa977336
Merge pull request #44751 from r-ryantm/auto-update/liferea
...
liferea: 1.12.3 -> 1.12.4
2018-08-10 18:04:20 +08:00
Jan Tojnar
c83e929b94
Merge pull request #44689 from jtojnar/gnome-cleanup
...
GNOME2 cleanup
2018-08-09 18:55:59 +02:00
Jan Tojnar
34aea495eb
gnome2.gnome_keyring: drop
2018-08-09 17:36:48 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Pascal Wittmann
456b67e70f
nheko: add license
...
see issue #43716
2018-08-09 12:59:52 +02:00
Pascal Wittmann
f71165da03
owncloudclient: add license
...
see issue #43716
2018-08-09 12:46:06 +02:00
Cole Mickens
e7f93b5980
ipfs: 0.4.15 -> 0.4.17 ( #44696 )
2018-08-09 08:46:57 +02:00
Bob van der Linden
7ccc0e32dc
lsyncd: 2.2.2 -> 2.2.3 ( #44770 )
2018-08-09 00:09:53 +02:00
R. RyanTM
08a9b7687c
liferea: 1.12.3 -> 1.12.4
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/liferea/versions .
2018-08-08 13:02:46 -07:00
taku0
743677310a
firefox: 61.0.1 -> 61.0.2
2018-08-09 03:13:10 +09:00
taku0
106c654af3
firefox-bin: 61.0.1 -> 61.0.2
2018-08-09 03:12:15 +09:00
Michael Weiss
c7e04336a7
signal-desktop: 1.15.0 -> 1.15.3
...
Skipped 1.15.1 due to upstream issues (see GitHub), 1.15.2 and 1.15.3
should be fine (at least there are fewer issues).
2018-08-08 18:18:13 +02:00
R. RyanTM
bf1b50cbc8
remmina: 1.2.30.1 -> 1.2.31.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/remmina/versions .
2018-08-08 06:45:41 -07:00
taku0
4ce863ed74
thunderbird: 52.9.1 -> 60.0
2018-08-08 19:36:08 +09:00
Austin Seipp
d3b51ab973
libtorrentRasterbar: multi outputs, install python2/3 bindings
...
Also fixes the Deluge build, which relied on .out and .python
being the same.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Robert Schütz
b35238f909
Merge pull request #44510 from fgaz/pybitmessage
...
pybitmessage: 0.6.2 -> 0.6.3.2
2018-08-07 23:59:44 +02:00
jpathy
11a1c5cf6c
Palemoon: 27.9.2 -> 27.9.4 ( #44502 )
...
* Palemoon update to 27.9.4
* fix hash
* disable format-security
2018-08-07 23:38:14 +02:00
Matthew Bauer
b744586c7b
putty: build on windows
2018-08-07 14:17:11 -04:00
adisbladis
16a44f8cfe
firefox-beta-bin: 62.0b14 -> 62.0b15
2018-08-07 14:17:13 +08:00
adisbladis
e346db09d3
firefox-devedition-bin: 62.0b14 -> 62.0b15
2018-08-07 14:17:00 +08:00
Jörg Thalheim
893b080e56
Merge pull request #44522 from Ma27/allow-citrix-custom-certs
...
citrix_receiver: allow custom certs and hooks for the installation
2018-08-07 01:29:49 +01:00
Pascal Wittmann
619d51f290
rambox: restrict to supported platforms
2018-08-06 18:30:20 +02:00
Matthew Bauer
c6d55e92bb
firefoxPackages: add licenses
...
tor-browser is bsd3
firefox is mpl20
2018-08-06 10:15:59 -04:00
Maximilian Bosch
3d7b147a2c
citrix_receiver: drop all packages below 13.8
...
All Citrix versions until 13.7 will be EOLed during the lifetime of
18.09: https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2018-08-06 15:17:14 +02:00
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
Pascal Wittmann
ff161dcd69
irssi: add license
...
see issue #43716
2018-08-06 13:06:06 +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
fec4795f00
rambox: inherit meta from bare derivation
...
see issue #43716
2018-08-06 12:19:13 +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
taku0
9f415e386b
thunderbird-bin: 52.9.1 -> 60.0
2018-08-06 16:03:52 +09:00
Francesco Gazzetta
26e939e22c
pybitmessage: use pname
instead of name
2018-08-05 22:32:32 +02:00
Francesco Gazzetta
3bddc85171
pybitmessage: specify python version 2
...
pybitmessage does not support python3 yet
2018-08-05 22:29:57 +02:00
Francesco Gazzetta
28fe9047ef
pybitmessage: 0.6.2 -> 0.6.3.2
2018-08-05 22:26:47 +02:00
Pascal Wittmann
a62fa40209
ekiga: add license
...
see issue #43716
2018-08-05 16:36:23 +02:00
Jens Binkert
f5cf11b2f1
openshift: 3.9.0 -> 3.10.0 ( #44484 )
2018-08-05 16:28:45 +02:00
Pascal Wittmann
5e493c9475
dillo: add license
...
see issue #43716
2018-08-05 16:24:34 +02:00
Michael Weiss
c3266a03a8
tdesktopPackages.preview: 1.3.11 -> 1.3.12
2018-08-05 11:56:10 +02:00
Pascal Wittmann
60ad4b1594
sidproxd: add license
...
see issue #43716
2018-08-04 18:37:19 +02:00
Bignaux Ronan
39ab7a0778
soulseekqt: 2016-1-17 -> 2018-1-30 ( #44460 )
2018-08-04 17:24:52 +02:00
adisbladis
ffcaaedf75
firefox-beta-bin: 62.0b10 -> 62.0b14
2018-08-04 22:40:55 +08:00
adisbladis
6b0bed4f01
firefox-devedition-bin: 62.0b10 -> 62.0b14
2018-08-04 22:40:54 +08:00
Pascal Wittmann
1ab197b9e7
w3m: add license
...
see issue #43716
2018-08-04 16:08:03 +02:00
Michael Weiss
9ef1406a99
signal-desktop: Allow overriding the spell checker language ( #44456 )
...
Thought this could be useful for others as well. Unfortunately it will
also override the UI language.
Example usage:
environment.systemPackages = with pkgs; [
(signal-desktop.override {
spellcheckerLanguage = "de_DE";
})
];
2018-08-04 16:01:44 +02:00
Florian Klink
0a772e3c04
terraform-provider-libvirt: 0.3 -> 0.4
...
goDeps isn't used anymore
add note about why cdrtools is propagated
2018-08-04 00:54:21 +02:00
Florian Klink
5bf656e33b
terraform: filter out azure-classic while generating data.nix
2018-08-04 00:54:21 +02:00