Vincent Laporte
d6a60a7e91
ocamlPackages.labltk: init at 8.06 ( #43963 )
...
LablTk is an OCaml interface to the Tcl/Tk GUI framework.
homepage: http://labltk.forge.ocamlcore.org/
2018-07-29 08:35:35 +00:00
Vincent Laporte
1747b29a4c
ocamlPackages.httpaf: init at 0.4.1
...
http/af is a high-performance, memory-efficient, and scalable web server for
OCaml.
Homepage: https://github.com/inhabitedtype/httpaf
2018-07-29 07:47:21 +00:00
Vincent Laporte
51d9081123
ocamlPackages.angstrom: 0.8.1 -> 0.10.0
2018-07-29 07:47:21 +00:00
Vincent Laporte
96b9fdaa35
ocamlPackages.bigstringaf: init at 0.3.0
...
Bigstring intrinsics and fast blits based on memcpy/memmove
homepage: https://github.com/inhabitedtype/bigstringaf
2018-07-29 07:47:21 +00:00
Frederik Rietdijk
e46e7f44c2
Merge staging-next into master
2018-07-29 09:13:54 +02:00
Frederik Rietdijk
2226b7de07
Merge pull request #44177 from LnL7/nix-tempdir
...
nix: don't use /tmp for the tests on darwin
2018-07-29 09:12:41 +02:00
Will Dietz
0eb13162f1
Revert "Merge pull request #43983 from viric/coreutils_ssl_master"
...
coreutils is part of stdenv, which doesn't allow openssl currently.
It's unclear that adding openssl to stdenv was intended,
but if it was it was not discussed or mentioned.
To unbreak "all the things", reverting until this
has been discussed and a proper fix has been put together.
This reverts commit df9f76c62d
, reversing
changes made to 585ded7329
.
2018-07-28 19:20:26 -05:00
Cray Elliott
13df2522b4
doomseeker: 2018-03-03 -> 2018-03-05
...
also fix the build with qt 5.11 since it seems this package had broken
2018-07-28 16:59:38 -07:00
Matthew Bauer
a22797d356
systems: fix netbsd triple parsing
...
binutils expects x86_64-unknown-netbsd<version> (only 3 parts!). Any other combo seems to fail.
Also handle darwin versions similarly.
/cc @Ericson2314
2018-07-28 19:54:09 -04:00
Matthew Bauer
96ce1e03a4
{cc,bintools}-wrapper: also replace . in config
...
Some configs will have dots for version numbers. To normalize we can
just use _ again.
2018-07-28 19:54:09 -04:00
Jörg Thalheim
82f3cd631c
Merge pull request #44180 from vbgl/ocaml-sqlexpr-0.9.0
...
ocamlPackages.sqlexpr: 0.5.5 -> 0.9.0
2018-07-28 23:22:23 +01:00
Lluís Batlle i Rossell
8f5bfc6901
coreutils: fix unwanted change in prev merge
...
I didn't mean to change the enableParallelBuilding.
2018-07-29 00:20:18 +02:00
Jörg Thalheim
c70dee9b86
Merge pull request #44141 from jbboehr/mist-0.11.1
...
altcoins.mist: 0.10.0 -> 0.11.1
2018-07-28 23:18:42 +01:00
Jörg Thalheim
e7ee823abb
Merge pull request #44149 from Izorkin/shells-zsh-command-time
...
zsh-command-time: disable exec flag
2018-07-28 23:18:28 +01:00
viric
df9f76c62d
Merge pull request #43983 from viric/coreutils_ssl_master
...
Openssl in coreutils makes *sum programs much faster (RFC)
2018-07-29 00:17:44 +02:00
Jörg Thalheim
585ded7329
Merge pull request #44179 from gnidorah/maintainers
...
twilight, kde2-decoration: add myself to maintainers
2018-07-28 23:17:29 +01:00
viric
5c77b9cddb
Merge pull request #43982 from viric/viric_clean
...
Take me (viric) out of most maintenance
2018-07-29 00:17:08 +02:00
Jörg Thalheim
f545ddc6b6
Merge pull request #44185 from dywedir/rust-cbindgen
...
rust-cbindgen: 0.6.0 -> 0.6.1
2018-07-28 23:16:05 +01:00
Tim Steinbach
6002bbde2f
linux: 4.17.10 -> 4.17.11
2018-07-28 17:51:13 -04:00
Tim Steinbach
9c34bc3c09
linux: 4.14.58 -> 4.14.59
2018-07-28 17:51:13 -04:00
Tim Steinbach
5030477c1c
linux: 4.9.115 -> 4.9.116
2018-07-28 17:51:13 -04:00
Tim Steinbach
5499b01106
linux: 4.4.144 -> 4.4.145
2018-07-28 17:51:13 -04:00
Will Dietz
6980be7edc
Merge pull request #44150 from dtzWill/updatee/ctags-2018-07
...
universal-ctags: 2018-01-0 -> 2018-07-23
2018-07-28 16:49:02 -05:00
Will Dietz
018c66537f
Merge pull request #44151 from dtzWill/update/gcc-8.2
...
gcc8: 8.1 -> 8.2
2018-07-28 16:46:33 -05:00
Thomas Tuegel
4ac6a8ba54
Merge pull request #44139 from bkchr/plasma_wayland
...
Plasma Wayland
2018-07-28 16:19:52 -05:00
Jörg Thalheim
c835591870
Merge pull request #44115 from dywedir/iwd
...
iwd: 0.3 -> 0.4
2018-07-28 22:07:34 +01:00
Justin Woo
7dadfbda1f
psc-package: 0.3.2 -> 0.4.1
...
Updates that remove features and improve user experience.
Adds warnings for trying to install packages without (purescript/psc-package#126 by @Dretch)
Filters "installing" messages for build (purescript/psc-package#130 by @Dretch)
Adds options for limiting jobs for install (purescript/psc-package#127 by @vladciobanu)
Per purescript/psc-package#121 , removes the confusing misfeature "add-from-bower", which led to many users thinking this command was for adding "extra-deps" like Stack. See the thread for details on how you could readily replace this command if you used it before.
2018-07-28 23:03:43 +02:00
Vladyslav Mykhailichenko
56bab08df5
rust-cbindgen: 0.6.0 -> 0.6.1
2018-07-28 23:33:16 +03:00
Michael Weiss
01cfa808ff
Merge pull request #43682 from primeos/never-stop-system.slice
...
nixos/switch-to-configuration: Never stop system.slice
2018-07-28 20:42:22 +02:00
Lluís Batlle i Rossell
322b2043f9
Remove default for openssl
...
Suggested by matthewbauer review.
2018-07-28 19:30:54 +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
Daiderd Jordan
0fa2cbf59f
Merge pull request #44111 from LnL7/elixir-1.7.0
...
elixir: init 1.7.0
2018-07-28 17:14:27 +02:00
gnidorah
b6d92b89e3
twilight, kde2-decoration: add myself to maintainers
2018-07-28 17:45:45 +03:00
Frederik Rietdijk
a670a3de5b
python.pkgs.notebook: fix build
2018-07-28 16:43:01 +02:00
Frederik Rietdijk
eb04afe1b5
awscli: 1.15.58 -> 1.15.66
2018-07-28 16:39:42 +02:00
Frederik Rietdijk
d7d9c55b22
python: botocore: 1.10.64 -> 1.10.65
2018-07-28 16:38:57 +02:00
Vincent Laporte
0c4daae16a
ocamlPackages.ppx_sqlexpr: init at 0.9.0
2018-07-28 14:16:47 +00:00
Vincent Laporte
5a9645c37f
ocamlPackages.sqlexpr: 0.5.5 -> 0.9.0
2018-07-28 14:16:46 +00:00
Vincent Laporte
f2ae2c9b8f
ocamlPackages.estring: disable for OCaml ≥ 4.06
2018-07-28 14:16:41 +00:00
Vincent Laporte
5a2ee49f3c
ocamlPackages.base: 0.11.0 -> 0.11.1
2018-07-28 14:10:47 +00:00
Daiderd Jordan
77a9745d7a
nix: don't use /tmp for the tests on darwin
...
Unlike on linux these are not namespaced per user so this will cause
build failures if /tmp/nix-test was not removed by a previous build if
the nixbld user id doesn't match by accident. Nix already creates a
unique tempdir for builds so we can use that instead.
Fixes #44172
2018-07-28 16:03:17 +02:00
Daiderd Jordan
13c693ed95
Merge pull request #44167 from LnL7/vim-configurable-python
...
vim-configurable: fix python support
2018-07-28 14:42:11 +02:00
Frederik Rietdijk
8db716d9f3
Merge master into staging-next
2018-07-28 12:31:35 +02:00
Frederik Rietdijk
8364053af4
python3.pkgs.pandas: fix build, for real
2018-07-28 12:13:44 +02:00
Daiderd Jordan
5b211b6f4c
vim-configurable: fix python support
...
Removed --enable-python since that doesn't seem to do anything.
2018-07-28 11:30:46 +02:00
Frederik Rietdijk
c9dca79fda
Revert "python.pkgs.ipython: allow prompt_toolkit 2.0"
...
Too many packages still rely on prompt_toolkit 1.x. Therefore, that bump was reverted. That also meant this had to be reverted.
This reverts commit 178b84c10d
.
2018-07-28 10:19:23 +02:00
Andreas Rammhold
782342cf30
Merge pull request #43888 from Ekleog/synapse-0.33.0
...
matrix-synapse: 0.31.2 -> 0.33.0
2018-07-28 10:13:52 +02:00
Frederik Rietdijk
5cd5e74177
Merge pull request #44152 from georgewhewell/add-sabyenc
...
pythonPackages.sabyenc: init at 2.3.3
2018-07-28 09:43:07 +02:00
Frederik Rietdijk
17a09eb501
Merge pull request #41892 from catern/exlib
...
add pykerberos, requests-kerberos, exchangelib
2018-07-28 09:37:17 +02:00
Peter Simons
6d6522d30d
coqPackages.category-theory: revert "Add equations as a buildInput"
...
This reverts commit 08bf0b7630
, which broke
Nixpkgs evaluation.
Ping @jwiegley.
2018-07-28 09:16:37 +02:00