Commit Graph

7429 Commits

Author SHA1 Message Date
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
Frederik Rietdijk d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +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
Maximilian Bosch 09e58bc4e7
weechat-xmpp: create proper runtime environment
The `weechat-xmpp` plugin requires `pydns` to properly resolve the
XMPP host. Furthermore it's much easier to use substituteAll rather than
messing around with substituteInPlace in a patched file.
2018-08-08 17:55:43 +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
Tuomas Tynkkynen 008fd5fcf5 Merge remote-tracking branch 'upstream/master' into staging 2018-08-04 15:17:42 +03: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
Florian Klink 5d4ab1baaa terraform: update all providers
also, stop excluding terraform.plugins.telefonicaopencloud (since
c07670bcdc), as there's a tag on their
repo now.
2018-08-04 00:54:21 +02:00
John Ericson f0d6b385d1 treewide: Make all the rest of configureFlags 2018-08-03 17:06:03 -04:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Jörg Thalheim a6900b9a13 dino: 2018-06-03 -> 2018-07-08 2018-08-03 16:54:21 +01:00
xeji 725f253190
Merge pull request #44346 from Fork-Native-Light-Foundation/package/protonmail-bridge
protonmail-bridge: init at 1.0.5-1
2018-08-03 16:42:54 +02:00
Michael Weiss 1ebee36c23 tdesktopPackages.preview: 1.3.10 -> 1.3.11 2018-08-03 14:15:22 +02:00
LightDiscord 3f9edf1bd6
protonmail-bridge: init at 1.0.5-1 2018-08-03 14:04:10 +02:00
Michael Weiss 915e506f7c signal-desktop: 1.14.4 -> 1.15.0 2018-08-03 13:11:44 +02:00
Uli Baum 3835786896 gitter: fix eval
gnome3.gconf was dropped
2018-08-01 21:55:14 +02:00
Ivan Malison e090fb2967 gitter: init at 4.1.0 (#43505) 2018-08-01 20:51:17 +02:00
Jörg Thalheim 94cbb8e3cd
Merge pull request #44251 from kalbasit/add-browsh
browsh: init at 1.4.10
2018-07-31 11:11:37 +01:00
Jörg Thalheim 135c085924 browsh: remove wildcard argument 2018-07-31 11:02:04 +01:00
Sarah Brofeldt cb19404faf
Merge pull request #44245 from Infinisil/add/bukubrow
bukubrow: Init at 2.4.0
2018-07-31 08:35:39 +02:00
Wael M. Nasreddine 446b72ef3b
browsh: init at 1.4.10
closes #43283
2018-07-30 23:19:38 -07:00
Robert Schütz 8dc732342e
Merge pull request #44247 from dotlambda/seafile-client-6.2.3
seafile-client: 6.2.2 -> 6.2.3
2018-07-31 00:15:43 +02:00
Robert Schütz ad5638227d seafile-client: 6.2.2 -> 6.2.3 2018-07-30 23:50:23 +02:00
Silvan Mosberger 49bc1adb26
firefox: Add enableBukubrow config option 2018-07-30 23:02:32 +02:00
Sarah Brofeldt 7679891e2b chromium: Increase build timout to two days 2018-07-30 12:29:58 +02:00
hyper_ch 2ba9db4f50 flexget: 2.14.5 -> 2.14.9 2018-07-29 10:03:41 +02:00
Lluís Batlle i Rossell f54b387b63 Merge remote-tracking branch 'central/master' into viric_clean 2018-07-28 19:25:14 +02:00
Yuriy Taraday cd3283f921 chromium: 67.0.3396.99 -> 68.0.3440.75 2018-07-27 14:38:23 +02:00
Janne Heß 6d2ab18915 sieve-connect: Init at 0.89 2018-07-26 14:12:03 -07:00
Wael M. Nasreddine 8fb92a733e kubetail: init at 1.6.1 2018-07-25 07:15:42 -07:00
Silvan Mosberger 7e396ecd93
Merge pull request #43903 from averelld/fix-pidgin-plugin-wrapper
fix pidgin-with-plugins build
2018-07-24 23:27:01 +02:00
Frederik Rietdijk 099c13da1b Merge staging-next into master (#44009)
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.

* libffi: simplify using `checkInputs`

* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix

* utillinux: 2.32 -> 2.32.1

https://lkml.org/lkml/2018/7/16/532

* busybox: 1.29.0 -> 1.29.1

* bind: 9.12.1-P2 -> 9.12.2

https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html

* curl: 7.60.0 -> 7.61.0

* gvfs: make tests run, but disable

* ilmbase: disable tests on i686. Spooky!

* mdds: fix tests

* git: disable checks as tests are run in installcheck

* ruby: disable tests

* libcommuni: disable checks as tests are run in installcheck

* librdf: make tests run, but disable

* neon, neon_0_29: make tests run, but disable

* pciutils: 3.6.0 -> 3.6.1

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

* mesa: more include fixes

mostly from void-linux (thanks!)

* npth: 1.5 -> 1.6

minor bump

* boost167: Add lockfree next_prior patch

* stdenv: cleanup darwin bootstrapping

Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.

* Revert "pciutils: use standardized equivalent for canonicalize_file_name"

This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.

* binutils-wrapper: Try to avoid adding unnecessary -L flags

(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>

* libffi: don't check on darwin

libffi usages in stdenv broken darwin. We need to disable doCheck for that case.

* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook

* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273

When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.

* parity-ui: fix after merge

* python.pkgs.pytest-flake8: disable test, fix build

* Revert "meson: 0.46.1 -> 0.47.0"

With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.

When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.

Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.

I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)

This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.

--

Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).

Fixes #43650.

This reverts commit 305ac4dade.

(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01:00
adisbladis 35e7485847
firefox-beta-bin: 62.0b8 -> 62.0b10 2018-07-23 15:28:47 +08:00
adisbladis 653e439ce4
firefox-devedition-bin: 62.0b8 -> 62.0b10 2018-07-23 15:28:39 +08:00
Lluís Batlle i Rossell 66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Pascal Wittmann 758038a4e0
amsn: add license
see issue #43716
2018-07-22 17:24:10 +02:00
Frederik Rietdijk 6c72782d36 Merge staging-next into master 2018-07-22 11:04:28 +02:00
Frederik Rietdijk 5c72c7f055
Merge pull request #43922 from r-ryantm/auto-update/owncloud-client
owncloud-client: 2.4.1 -> 2.4.2
2018-07-22 08:40:00 +02:00
volth cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
R. RyanTM 0e0f49438e owncloud-client: 2.4.1 -> 2.4.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/owncloud-client/versions.
2018-07-21 13:44:41 -07:00
Frederik Rietdijk ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Frederik Rietdijk e97e174726
Merge pull request #43904 from r-ryantm/auto-update/wireshark-gtk
wireshark-gtk: 2.6.1 -> 2.6.2
2018-07-21 19:41:16 +02:00
R. RyanTM 564e733a52 wireshark-gtk: 2.6.1 -> 2.6.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/wireshark-gtk/versions.
2018-07-21 09:12:39 -07:00
Averell Dalton 31df054e96 fix pidgin-with-plugins build 2018-07-21 18:04:16 +02:00
Jörg Thalheim 7d8fb852c5
Merge pull request #43896 from r-ryantm/auto-update/znc
znc: 1.7.0 -> 1.7.1
2018-07-21 16:16:13 +01:00
R. RyanTM 932d2e4f94 znc: 1.7.0 -> 1.7.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/znc/versions.
2018-07-21 08:09:01 -07:00
Jörg Thalheim 218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Michael Weiss c89bdf9704 signal-desktop: 1.14.3 -> 1.14.4 2018-07-21 11:30:46 +02:00
Frederik Rietdijk 8424ac61a9
Merge pull request #43862 from volth/unused3
[bot] treewide: remove unused 'args@' in lambdas
2018-07-21 11:14:44 +02:00
Frederik Rietdijk 251a0a9a86
Merge pull request #43860 from volth/unused2
treewide: remove unused 'inherit' in let blocks
2018-07-21 11:13:36 +02:00
Frederik Rietdijk 321f395f67
Merge pull request #43747 from r-ryantm/auto-update/neomutt
neomutt: 20180622 -> 20180716
2018-07-21 10:49:25 +02:00
Frederik Rietdijk 4431adc889
Merge pull request #43751 from r-ryantm/auto-update/mutt
mutt: 1.10.0 -> 1.10.1
2018-07-21 10:48:40 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth dda95bae35 [bot] treewide: remove unused 'args@' in lambdas 2018-07-20 19:54:05 +00:00
volth 6d2857a311 [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
Frederik Rietdijk 1a6af9f88e
Merge pull request #43857 from volth/unused
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth 87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Tim Steinbach b77a32f6cf
minikube: 0.28.0 -> 0.28.1 2018-07-20 08:18:01 -04:00