Commit Graph

153484 Commits

Author SHA1 Message Date
Léo Gaspard
9fde998552
Merge pull request #57425 from r-ryantm/auto-update/python3.7-numpy-stl
python37Packages.numpy-stl: 2.9.0 -> 2.10.0
2019-03-21 01:16:53 +01:00
taku0
3c83eb43a5 thunderbird: 60.5.2 -> 60.6.0 2019-03-21 08:55:10 +09:00
taku0
aa5a41a9a2 thunderbird-bin: 60.5.2 -> 60.6.0 2019-03-21 08:54:23 +09:00
Alyssa Ross
0cd7f32a4c
Merge pull request #54627 from FlorianFranzen/waybar
waybar: init at 0.4.0
2019-03-20 23:38:04 +00:00
Robert Schütz
655494495a newsboat: 2.14 -> 2.14.1 2019-03-21 00:08:30 +01:00
Alyssa Ross
33860cb9f3
Merge branch 'dbus' into master 2019-03-20 23:00:52 +00:00
betaboon
48343d0dd0 python-language-server: 0.21.2 -> 0.25.0 2019-03-20 23:37:21 +01:00
betaboon
beb60916d9 python37Packages.python-jsonrpc-server: 0.0.2 -> 0.1.2 2019-03-20 23:36:59 +01:00
Eric Ren
d2370f515b Added vim-tmux-navigator plugin to tmux-plugins 2019-03-20 15:24:41 -07:00
Peter Simons
a61b989900
Merge pull request #57748 from nomeata/haskell-clock-patch
Import cross-compilation patch for clock
2019-03-20 23:18:52 +01:00
Peter Simons
5530900d54
Merge pull request #57832 from athas/futhark-change-wrapping
futhark: only wrap the 'futhark' executable
2019-03-20 23:13:34 +01:00
Peter Simons
aacaaed346
Merge pull request #57902 from dtzWill/update/gnupg-2.2.14
gnupg: 2.2.13 -> 2.2.14
2019-03-20 23:10:22 +01:00
Carles Pagès
d918001898 duckmarines: fix build
Actually updated to 1.0c. Prevent hydra from building it.
2019-03-20 23:05:37 +01:00
worldofpeace
c1d65d680b
Merge pull request #57848 from vbgl/compcert-3.5-fix
compcert: fix source hash
2019-03-20 17:31:06 -04:00
worldofpeace
101e38fc72
Merge pull request #57842 from dtzWill/feature/lab/zsh-completion
lab: generate and install zsh completion
2019-03-20 17:22:22 -04:00
José Romildo Malaquias
0dfa84f958 shades-of-gray-theme: 1.1.5 -> 1.1.6 2019-03-20 17:37:12 -03:00
Michael Weiss
61e59fbba0
tdesktop: 1.6.0 -> 1.6.1
tdesktopPackages.preview: 1.6.0 -> 1.6.1
2019-03-20 20:59:49 +01:00
Will Dietz
68ded8b4ec gitAndTools.lab: simplify by moving to buildGoModule! 2019-03-20 14:55:05 -05:00
Will Dietz
3d8170098f lab: generate and install zsh completion
Env variables are set to dummy values
so `lab` doesn't get stuck trying to helpfully
interact with user for initial configuration.
2019-03-20 14:55:04 -05:00
Will Dietz
8d378eb822 llvmPackages_8: disable sanitizers/etc w/musl
Patch needs porting and was uncertain anyway.
2019-03-20 13:28:46 -05:00
Will Dietz
8fa5d4ab1a llvm8: remove failing test to fix w/musl 2019-03-20 13:28:36 -05:00
Will Dietz
1cca46a498 llvmPackages_{7,8}.compiler-rt: update crtbegin-and-end.patch
Minor changes after review, see linked page for discussion.
2019-03-20 13:26:49 -05:00
Graham Christensen
3b7c3cbdd0
Merge pull request #57915 from eyJhb/sl-bump
sl: 5.02 -> 5.04
2019-03-20 12:42:53 -05:00
Samuel Leathers
cafd07a54e
Merge pull request #56423 from Izorkin/nginx-unit
unit: add service unit and update package
2019-03-20 13:08:05 -04:00
Graham Christensen
5c9b1c3a48
Merge pull request #57927 from justinwoo/purescript-binary
purescript: fix purescript derivation using easy-purescript-nix
2019-03-20 11:48:04 -05:00
Will Dietz
eb62028ed4 llvmPackages_8: add top-level attributes 2019-03-20 09:58:38 -05:00
Will Dietz
5c4aed5c8a llvmPackages_8: rc5 -> 8.0.0 release 2019-03-20 09:56:20 -05:00
Graham Christensen
5aaf79d189
purescript: tweak inlined import and usages
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
2019-03-20 15:55:48 +02:00
Graham Christensen
7af53c85ed
purescript: add meta information for package
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
2019-03-20 15:52:28 +02:00
Graham Christensen
fb39447028
purescript: inline properties used from pkgs
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
2019-03-20 15:50:16 +02:00
Danylo Hlynskyi
de0612c46c
auto-patchelf: don't use grep -q, as it causes Broken pipe (#56958)
This rare sitation was caught when building zoom-us package:
```
automatically fixing dependencies for ELF files
/nix/store/71d65fplq44y9yn2fvkpn2d3hrszracd-auto-patchelf-hook/nix-support/setup-hook: line 213: echo: write error: Broken pipe
/nix/store/71d65fplq44y9yn2fvkpn2d3hrszracd-auto-patchelf-hook/nix-support/setup-hook: line 210: echo: write error: Broken pipe
```

The worst is that derivation continued and resulted into broken package:
https://github.com/NixOS/nixpkgs/pull/55566#issuecomment-470065690

I hope, replacing `grep -q` with `grep` will remove this race condition.
2019-03-20 14:57:59 +02:00
Gabriel Ebner
52c3ee6c4d elan: 0.7.2 -> 0.7.4 2019-03-20 13:33:24 +01:00
Sarah Brofeldt
f6e1221e8d pythonPackages.elasticsearch-curator: Jailbreak click (#57912) 2019-03-20 13:30:13 +01:00
Dmitry Kalinkin
399061d3e4 pythonPackages.fastparquet: init at 0.2.1 (#56027) 2019-03-20 12:45:58 +01:00
Robert Schütz
f088866945
Merge pull request #56193 from nyanloutre/mautrix-update
mautrix-telegram: 0.4.0.post1 -> 0.5.0
2019-03-20 12:24:23 +01:00
R. RyanTM
2fd5f716dc python37Packages.telethon: 1.5.5 -> 1.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/python3.7-telethon/versions
2019-03-20 11:59:18 +01:00
Robert Schütz
f2f577cda9
Merge pull request #57922 from dotlambda/mopidy-iris-3.33.0
mopidy-iris: 3.32.5 -> 3.33.0
2019-03-20 11:43:00 +01:00
nyanloutre
3fa5e2bab6 mautrix-telegram: 0.4.0.post1 -> 0.5.0 2019-03-20 11:42:27 +01:00
nyanloutre
0f266d1e4c pythonPackages.telethon-session-sqlalchemy: 0.2.9.post1 -> 0.2.14 2019-03-20 11:41:58 +01:00
Vincent Laporte
338f5208b3
compcert: fix source 2019-03-20 09:54:51 +00:00
Domen Kožar
49fb21232f
Add nodePackages.elm-doc-preview 2019-03-20 16:44:06 +07:00
Rob Vermaas
c254bb6c70
Merge pull request #57350 from r-ryantm/auto-update/opentracing-cpp
opentracing-cpp: 1.5.0 -> 1.5.1
2019-03-20 09:52:41 +01:00
justinwoo
ee1e16453f purescript: inline referenced derivation 2019-03-20 10:20:05 +02:00
Lily Ballard
59fdbac729 ffsend: 0.2.36 -> 0.2.38
Also add support for xclip on Linux.
2019-03-19 20:59:55 -07:00
Will Dietz
3e1079da0e libconfig: 1.5 -> 1.7.2, enable tests 2019-03-19 19:43:41 -05:00
adisbladis
419fbda8d9
pulseaudio-modules-bt: unstable-2019-01-05 -> unstable-2019-03-15 2019-03-20 00:43:34 +00:00
adisbladis
c896c74747
firefox-beta-bin: 66.0b7 -> 67.0b3 2019-03-19 23:49:16 +00:00
adisbladis
ca0d9f4154
firefox-devedition-bin: 66.0b7 -> 67.0b3 2019-03-19 23:49:15 +00:00
worldofpeace
0bdf2a391d lightdm: drop run-dir.patch
That patched the bundled configuration which is useless to NixOS.
2019-03-19 19:16:21 -04:00
Robert Schütz
a376d3ee09 python.pkgs.pylast: no longer supports python2 2019-03-19 23:37:15 +01:00
justinwoo
0810c406b7 purescript: fix purescript derivation using easy-purescript-nix
For the past couple of years, there has continued to be problems with having the PureScript compiler on nixpkgs building from Haskell packages it is not built against in its actual development and release. We have seen this issue come up multiple times here on nixpkgs, but this also causes numerous issues to be filed against the PureScript compiler repository. One example of an exchange that has occurred multiple times in the past: https://github.com/NixOS/nixpkgs/issues/53597 https://github.com/purescript/purescript/issues/3571. As noted, the PureScript compiler is not on Stackage because it is not meant to be used as a library, and it does not update itself to the latest LTS and cut releases to match LTS releases.

Instead, I have begun maintaining my own derivation for the PureScript compiler (among other tools) in a small project here: https://github.com/justinwoo/easy-purescript-nix. Within are other reference and derivations for other tools commonly used in the PureScript ecosystem, updated to their respective newest releases. These derivations use the same releases that other Linux and OSX users use, along with the standard application of patchELF to provide for runtime dependencies such as zlib, gmp, and ncurses5. These derivations are now used by a variety of NixOS, non-NixOS Linux, and OSX users.

This commit then consumes the easy-purescript-nix derivation for the PureScript compiler and provides it in all-packages for consumption.
2019-03-20 00:36:55 +02:00
Robert Schütz
11f0d36737 mopidy-iris: 3.32.5 -> 3.33.0
The removed dependencies were dropped in the following commits:
0c134459ea
4d64980900
c9861bc79c

Requests was added in:
28b5f69333
2019-03-19 23:35:33 +01:00
Robert Helgesson
c18bb57627
openshift: remove obsolete comment 2019-03-19 23:24:37 +01:00
Matthew Bauer
0bf5c6acb4
Merge pull request #57820 from illegalprime/fix/tree-cross
tree: use $CC instead of cc to build
2019-03-19 17:48:56 -04:00
Robert Schütz
1ca05690c6 python.pkgs.mt-940: 4.13.0 -> 4.13.2 2019-03-19 22:29:46 +01:00
Alyssa Ross
bc3e7f875e python3Packages.priority: fix build (#57807) 2019-03-19 22:28:54 +01:00
Alyssa Ross
c357b53763 python36Packages.hpack: fix build (#57808) 2019-03-19 22:26:32 +01:00
dywedir
b9aaa63f0f
skim: 0.5.5 -> 0.6.2 2019-03-19 23:15:01 +02:00
Robert Schütz
d338fc1583 python.pkgs.msrest: fix build on python2 2019-03-19 22:01:54 +01:00
eyjhbb@gmail.com
a8654f8858 sl: 5.02 -> 5.04 2019-03-19 21:06:08 +01:00
Bob van der Linden
d394fa0d96
ngrok2: cleanup update.sh 2019-03-19 20:28:30 +01:00
Bob van der Linden
b1bfe7b478
ngrok-2: set updateScript 2019-03-19 20:03:41 +01:00
Bob van der Linden
acedabeff7
ngrok-2: rename update to update.sh 2019-03-19 20:03:27 +01:00
Daiderd Jordan
373488e6f4
Merge pull request #57868 from Kaali/coreaudio-sox
Add CoreAudio to sox on macOS
2019-03-19 19:11:13 +01:00
zimbatm
8403965d01 pythonPackages.invoke: patch the default bash path (#57908)
Use a reasonable path :)
2019-03-19 17:38:55 +01:00
Robert Schütz
0cbe2fa18c python.pkgs.msrest: cleanup
I accidentally pushed fcf74c6 in a premature state.
2019-03-19 16:40:24 +01:00
Robert Schütz
fcf74c6dc0 python.pkgs.msrest: 0.6.2 -> 0.6.4 2019-03-19 16:34:24 +01:00
Robert Schütz
fc172b3590 python.pkgs.aiodns: 1.2.0 -> 2.0.0 2019-03-19 16:34:24 +01:00
Robert Schütz
99cd4a1063 python.pkgs.pycares: 2.4.0 -> 3.0.0 2019-03-19 16:34:24 +01:00
Robert Schütz
5c52dcf1d9 python.pkgs.simpleparse: fix build 2019-03-19 16:34:24 +01:00
Will Dietz
b9045b073d
Merge pull request #57884 from dtzWill/update/libssh2-1.8.1
libssh2: 1.8.0 -> 1.8.1 (SECURITY)
2019-03-19 09:31:53 -05:00
Robert Schütz
deb20c14a2 python.pkgs.mecab-python3: correct meta 2019-03-19 15:30:50 +01:00
Robert Schütz
06bcb5c21b python.pkgs.mecab-python3: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-19 15:28:32 +01:00
Jan Tojnar
f4ffeaf9a5
Merge pull request #57889 from mat8913/flatpak-bubblewrap-paths
flatpak: Fix bubblewrap paths for icon-validator
2019-03-19 15:11:29 +01:00
Ryan Mulligan
f4db78b4f2
Merge pull request #57334 from r-ryantm/auto-update/now-cli
now-cli: 13.1.2 -> 14.0.3
2019-03-19 07:03:46 -07:00
Tim Steinbach
6a9896b411
linux: 5.0.2 -> 5.0.3 2019-03-19 08:56:06 -04:00
Tim Steinbach
4adf858377
linux: 4.20.16 -> 4.20.17 2019-03-19 08:55:56 -04:00
Tim Steinbach
b1c72326ce
linux: 4.19.29 -> 4.19.30 2019-03-19 08:55:47 -04:00
Tim Steinbach
08414dd72e
linux: 4.14.106 -> 4.14.107 2019-03-19 08:55:35 -04:00
Tim Steinbach
9e2adb4e36
linux: 4.9.163 -> 4.9.164 2019-03-19 08:51:04 -04:00
Will Dietz
43ed5cb1df gnupg: 2.2.13 -> 2.2.14
https://lists.gnupg.org/pipermail/gnupg-announce/2019q1/000435.html
2019-03-19 07:34:02 -05:00
Jörg Thalheim
03050e9749
dino: 2019-02-06 -> 2019-03-07 2019-03-19 10:57:35 +00:00
Jörg Thalheim
5e888d1854
Merge pull request #57896 from dotlambda/asyncio-remove
python.pkgs.asyncio: remove
2019-03-19 10:55:37 +00:00
Pascal Wittmann
ed5bee9415
Merge pull request #57772 from dywedir/wmfocus
wmfocus: 1.0.2 -> 1.1.2
2019-03-19 11:36:41 +01:00
Robert Hensing
2f410841b8
Merge pull request #57536 from roberth/ngrok-update
Ngrok update + update script
2019-03-19 11:07:33 +01:00
Robert Schütz
180c68d88a
python.pkgs.cairocffi: make withXcffib work again (#57855) 2019-03-19 10:20:05 +01:00
Will Dietz
b517554ea6 nnn: 2.3 -> 2.4 (#57890)
https://github.com/jarun/nnn/releases/tag/v2.4
2019-03-19 10:17:25 +01:00
Robert Schütz
271835909e python.pkgs.aioeventlet: 0.5.1 -> 0.5.2 2019-03-19 10:17:16 +01:00
Robert Schütz
a4a61777e8 python.pkgs.asyncio: remove
> This version is only relevant for Python 3.3,
> which does not include asyncio in its stdlib.
We don't ship 3.3 anymore.
2019-03-19 10:11:23 +01:00
Robert Schütz
3172140c19
Merge pull request #57724 from dotlambda/pyalgotrade-fix
python.pkgs.pyalgotrade: fix build
2019-03-19 09:57:03 +01:00
Robert Schütz
4cf0a12d34 python.pkgs.pyalgotrade: fix build 2019-03-19 09:39:38 +01:00
Robert Schütz
ae5b83683a python.pkgs.ws4py: enable for all Python versions 2019-03-19 09:39:37 +01:00
Cedric Cellier
913e33897c ocaml-syslog: init at 1.5 2019-03-19 09:31:12 +01:00
Aleksey Kladov
c5c886f091 jumpapp: init at 1.0 (#57893) 2019-03-19 10:20:21 +02:00
Matthew Harm Bekkema
f2d6e4ab04 flatpak: Fix bubblewrap paths for icon-validator
Otherwise, `flatpak-validate-icon --sandbox` gives error:
  bwrap: Can't find source path /etc/ld.so.cache: No such file or directory
2019-03-19 15:57:43 +11:00
worldofpeace
d04c4ff1c2 pantheon.contractor: add wrapGAppsHook
Probably got tossed out somehow.
2019-03-18 23:32:08 -04:00
worldofpeace
201de89641 pantheon.wingpanel: 2.2.2 -> 2.2.3 2019-03-18 23:31:12 -04:00
worldofpeace
735b047ead pantheon.switchboard-plug-security-privacy: 2.2.0 -> 2.2.1
https://github.com/elementary/switchboard-plug-security-privacy/releases/tag/2.2.1
2019-03-18 23:31:12 -04:00
worldofpeace
5b2d2abd3c pantheon.elementary-code: 3.1.0 -> 3.1.1
https://github.com/elementary/code/releases/tag/3.1.1
2019-03-18 23:31:12 -04:00
worldofpeace
6e72318904 lollypop: 0.9.923 -> 1.0
Large release, regressions expected.

Changes: https://gitlab.gnome.org/World/lollypop/compare/0.9.923...1.0

Release Notes:
* https://gitlab.gnome.org/World/lollypop/tags/0.9.924
* https://gitlab.gnome.org/World/lollypop/tags/0.9.925
* https://gitlab.gnome.org/World/lollypop/tags/1.0
2019-03-18 23:31:12 -04:00