Commit Graph

146358 Commits

Author SHA1 Message Date
Vincent Ambo
74ca35bd81 hex2nix: 0.0.6 -> 0.0.6-a31eadd7
Updates hex2nix to a new version that includes pinned dependencies.
This allows building hex2nix even if newer versions of dependencies
than what is packaged in `hex-packages.nix` are available in the
package snapshot.

The version of ibrowse used has been downgraded due to an issue in the
library. Custom builds of the ibrowse and jsx dependencies have been
removed from the derivation.
2018-07-14 20:05:54 +02:00
Vincent Ambo
0cf4c90469 rebar3: 3.4.3 -> 3.6.1
Updates rebar3 to version 3.6.1, which amongst other things introduces
support for rebar3 on Erlang/OTP 21.

Changes made:

* rebar3 and dependencies updated to new versions
* rebar3 hermeticity patch updated to apply against new version
* hex package registry snapshot updated
2018-07-14 20:05:53 +02:00
Austin Seipp
6a1b65b606 timescaledb: 0.9.2 -> 0.10.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-14 12:53:36 -05:00
Austin Seipp
8f21a16861 timescaledb: create $out/bin in order to work around a stupid bug
See #22653 or #38469. 'manveru' reported this on IRC again, but unfortunately a
real fix requires a bit more work. In the mean time, this plugs the leak with a
bit of duct tape.

'timescale' is an often desired extension and, in the mean time, this
workaround means you also do not have to install something like postgis (with a
large dependency set) into your closure to get things to work.

Ideally in the mean time, *all* postgresql extensions should have $out/bin
created for them... Doing this will require more ongoing work, or a proper
fix to the buildEnv nonsense going on.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-14 12:50:20 -05:00
Austin Seipp
7d7d27aca6 linuxPackages.bcc: 0.5.0 -> 0.6.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-14 12:50:20 -05:00
Franz Pletz
ea9078b76b
Merge pull request #41745 from rvolosatovs/fix/sshd
nixos: Add more ssh-keygen params
2018-07-14 16:29:46 +00:00
Vladimír Čunát
0f01215203
Merge branch 'master' into staging-next
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
volth
e3d6f6f202
processing3: fix crash under XFCE 2018-07-14 15:00:02 +00:00
Peter Hoeg
d4f63206d8
Merge pull request #43519 from peterhoeg/u/matroska
libebml: 1.3.5 -> 1.3.6 and libmatroska: 1.4.8 -> 1.4.9
2018-07-14 22:26:30 +08:00
Jan Tojnar
fccbb2a9e6
gucharmap: 10.0.0 → 11.0.1 2018-07-14 15:52:20 +02:00
Jan Tojnar
5011ef2b7a
pulseeffects: 4.1.3 → 4.1.5 2018-07-14 15:52:20 +02:00
Jan Tojnar
a4ae6da060
calf: fix memory leak 2018-07-14 15:52:20 +02:00
Jan Tojnar
1997deab8d
gnome3.geary: 3.28.2 → 3.28.3 2018-07-14 15:52:20 +02:00
Peter Hoeg
6e3ee65b44
Merge pull request #43511 from peterhoeg/m/firejail
firejail: add nixos module
2018-07-14 21:04:11 +08:00
Herwig Hochleitner
6d0578934f diffoscope: 95 -> 98
enable progressbar
2018-07-14 14:24:35 +02:00
Herwig Hochleitner
8cec25bc23 i2p: 0.9.34 -> 0.9.35 2018-07-14 14:24:35 +02:00
Herwig Hochleitner
5c2ccd13a3 dwarf-fortress: re-include stonesense fix
This partially reverts commit dfc4744afd82b2d26a8df71b05ffacf05230af50.

cc @matthewbauer
2018-07-14 14:24:35 +02:00
Herwig Hochleitner
9125e448df dwarf-fortress.dwarf-therapist: restore DwarfTherapist program 2018-07-14 14:24:35 +02:00
Peter Hoeg
65eb3a590d firejail: add nixos module
Also add support for wrapping binaries with firejail.
2018-07-14 20:21:41 +08:00
Herwig Hochleitner
a6f0ff33b5 Revert "cask: init"
This reverts commit 5bede1a25280d3ce57d9140babdd2ecac6c1333a.

This commit never actually wrapped cask, so it can be safely removed.

see https://github.com/NixOS/nixpkgs/pull/42419
2018-07-14 14:18:57 +02:00
Benjamin Andresen
e805874891 cask: fix incorrect exec 2018-07-14 14:07:23 +02:00
Benjamin Andresen
b07deda268 emacsPackages.cask: 0.8.1 -> 0.8.4 2018-07-14 14:07:23 +02:00
Robert Schütz
bcd0483528 python3.pkgs.djmail: fix build 2018-07-14 13:47:08 +02:00
Robert Schütz
db9e9ed057 python.pkgs.eve: remove superfluous patch 2018-07-14 13:47:08 +02:00
Robert Schütz
3575e894b2 python.pkgs.events: 0.2.1 -> 0.3 2018-07-14 13:47:08 +02:00
Robert Schütz
013ba39557 python.pkgs.celery: fix tests 2018-07-14 13:47:08 +02:00
Robert Schütz
5d59194820 python.pkgs.kombu: 4.0.2 -> 4.2.1 2018-07-14 13:47:08 +02:00
Maximilian Bosch
af17bfdedf pythonPackages.scikitlearn: apply max_iter patch from scikitlearn master (#43483)
See https://github.com/scikit-learn/scikit-learn/pull/10723

This fixes the build of `scikitlearn` on master and nixos-unstable.

The issue is originally an upstream issue
(see https://github.com/scikit-learn/scikit-learn/issues/10619) which
was fixed on master and was mainly caused by changes to the environment.

Closes #43466
2018-07-14 13:20:37 +02:00
Mario Rodas
4d6ad88fe2 jbuilder: 1.0+beta20 -> 1.0.0 2018-07-14 11:11:45 +00:00
adisbladis
e8ec91bb59
Merge pull request #43502 from kalbasit/add-charles
charles: init at 4.2.6
2018-07-14 17:51:09 +08:00
Peter Hoeg
85f44394a1 libmatroska: 1.4.8 -> 1.4.9 2018-07-14 17:44:44 +08:00
Peter Hoeg
88b8186b13 libebml: 1.3.5 -> 1.3.6 2018-07-14 17:44:18 +08:00
Jan Tojnar
1a246c0d19
Merge pull request #43480 from r-ryantm/auto-update/bubblewrap
bubblewrap: 0.2.1 -> 0.3.0
2018-07-14 10:23:33 +02:00
Wael M. Nasreddine
d212160762 remove useless flags 2018-07-13 23:19:52 -07:00
Wael M. Nasreddine
b24e4e6493 fix the java.library.path 2018-07-13 23:18:51 -07:00
Wael M. Nasreddine
137b4ffbb9 address volth comments 2018-07-13 23:17:31 -07:00
Peter Hoeg
bc5f34aed9
Merge pull request #43463 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 24.0.0 -> 25.0.0
2018-07-14 13:35:35 +08:00
Wael M. Nasreddine
fdf7402e3a simplify the build phase 2018-07-13 22:28:27 -07:00
Wael M. Nasreddine
c32cea4762 revert trailing-space change 2018-07-13 21:18:02 -07:00
adisbladis
f75e591a46
all-packages.nix: Remove traling whitespace 2018-07-14 10:59:03 +08:00
adisbladis
fccdc1be81
firefox-beta-bin: 62.0b7 -> 62.0b8 2018-07-14 10:52:07 +08:00
adisbladis
4a01bd4a3c
firefox-devedition-bin: 62.0b7 -> 62.0b8 2018-07-14 10:51:59 +08:00
Niklas Hambüchen
e15496203e haskell: Pass dontStrip to cabal. Fixes #43506 2018-07-14 03:41:39 +02:00
Jörg Thalheim
d22cb7a619
Merge pull request #43504 from Mic92/slim-go
go_1_10: remove cache artificates (closure size reduction)
2018-07-13 21:37:25 -04:00
Jörg Thalheim
b0f2233917 go_1_10: remove cache artifacts from package
fixes #42465
2018-07-13 20:02:36 -04:00
Jörg Thalheim
087cf4a537 iana-etc: 20180405 -> 20180711 2018-07-13 20:02:30 -04:00
volth
2a7aa43c16 bazel: use per-user tmp directory to avoid conflict with other builders 2018-07-13 23:35:28 +00:00
Wael M. Nasreddine
8384f817e8 add me to the maintainer-list 2018-07-13 16:14:06 -07:00
Wael M. Nasreddine
f3bf0026a2 charles: init at 4.2.6 2018-07-13 16:11:43 -07:00
Michael Hoang
d73fac6b10 termite: Add support for macOS (#43415)
Replace fetchgit with fetchFromGitHub now that it supports fetching
submodules. Remove unnecessary postPatch to add <math.h> as termite
already includes <cmath>. Add a patch to include <errno.h> on all
platforms and remove the --as-needed flag from ld on macOS.
2018-07-14 01:00:39 +02:00