1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

88627 commits

Author SHA1 Message Date
Nikolay Amiantov 5524d29f1b ejabberd: 16.04 -> 16.08 2016-08-14 22:36:03 +03:00
Dan Peebles ccd16f87d5 mariadb: re-enable jemalloc on darwin and fix impurity
CMake in its usual infinite wisdom searches all over the system for java
and finds the host OSX java and JNI headers. It then decides to build the
connector and fails later on because we didn't actually tell Nix that we
wanted java in scope. So instead, we just tell CMake that we don't want
the jdbc connector. I believe it does the same with GSS, so I disable
that stuff too. None of this should affect Linux, but let me know if it
does somheow.
2016-08-14 15:08:23 -04:00
Dan Peebles 1f0df5f21f jemalloc: remove symbol prefix on darwin
The default darwin build added a je_ prefix to all exported symbols, and
that broke downstream consumers that were not expecting the prefix, like
mariadb.
2016-08-14 15:08:23 -04:00
Rushmore Mushambi 52d0981d5a Merge pull request #17736 from rushmorem/caddy-update
caddy: 0.8.3 -> 0.9.0
2016-08-14 20:30:58 +02:00
rushmorem 9e6240629c caddy: 0.8.3 -> 0.9.0
Closes https://github.com/NixOS/nixpkgs/issues/17678
2016-08-14 20:21:20 +02:00
Dan Peebles 948b7f23bb darwin.{xnu, Libc}: 10.9 -> 10.11
I can't submit this in smaller units because the various components all
depend on one another during the stdenv bootstrap, so I think this is
the smallest sensible change I can make.

I also removed the symbol-hiding shenanigans in Libsystem. It might mess
up compatibility with 10.9 but I don't really want to support the added
complexity and I see little evidence of anyone else wanting to support
it. If someone cares, we might be able to revive compatibility, but for
now it'll stay like this.
2016-08-14 12:53:33 -04:00
Shea Levy 7069047f2e long-shebang: 1.0.1 -> 1.1.0 2016-08-14 12:33:50 -04:00
Damien Cassou 6d27410111 byzanz: Let it find gstreamer plugins 2016-08-14 17:23:01 +02:00
Shea Levy 670801a56a long-shebang: 1.0.0 -> 1.0.1 2016-08-14 10:58:44 -04:00
Vladimír Čunát 344c672bb5 libdrm: 2.4.68 -> 2.4.70 2016-08-14 15:20:19 +02:00
Frederik Rietdijk 4e8775fd17 pythonPackages.tflearn: remove maintainer, fixes eval
(cherry picked from commit 9fc37cc89c)
2016-08-14 12:33:41 +00:00
Frederik Rietdijk e4b47de694 Remove top-level pycrypto
See #11567.
2016-08-14 14:28:26 +02:00
Frederik Rietdijk b54b5a90e4 Remove top-level bsddb3
See #11567.
2016-08-14 14:28:26 +02:00
Frederik Rietdijk 6fa3ead853 Remove top-level pyopenssl
See #11567.
2016-08-14 14:28:26 +02:00
Shea Levy a34cc59605 icu: 56.1 -> 57.1 2016-08-14 07:59:57 -04:00
Frederik Rietdijk 53c6d4827b Merge pull request #17716 from teh/master
Add libdynd and dynd-python
2016-08-14 13:53:59 +02:00
Frederik Rietdijk 7986b718f3 Remove pycairo from top-level
See #11567.
2016-08-14 13:52:42 +02:00
Frederik Rietdijk dc24b7df63 Remove top-level ecdsa
See #11567.
2016-08-14 13:52:42 +02:00
Frederik Rietdijk faa9ed0b10 Remove top-level pycups
See #11567.
2016-08-14 13:52:42 +02:00
Frederik Rietdijk e22ea832fd Remove top-level twisted
See #11567.
2016-08-14 13:52:42 +02:00
Kranium Gikos Mendoza 9d8262bd92 wireless-regdb: 2016-05-02 -> 2016-06-10 (#17706) 2016-08-14 11:45:01 +00:00
8573 14120a423b dmenu: Fix scripts to run commands by store paths (#17709)
The `dmenu` package includes two binary programs, `dmenu` and `stest`,
and two shell scripts, `dmenu_run` and `dmenu_path`. `dmenu_run`
invokes `dmenu` and `dmenu_path`, and `dmenu_path` invokes `stest`.

`dmenu_run`'s invocation of `dmenu` was patched to run it by its full
store path, but its invocation of `dmenu_path` and `dmenu_path`'s
invocation of `stest` were not.

If `dmenu_path` and `stest` were not in the set of system packages or
otherwise in the `PATH`, this situation would result in `dmenu_run`
opening a dmenu instance with no menu entries (which would normally be
generated by `dmenu_path`, which `dmenu_run` couldn't find, as it was
running it by `PATH` lookup).

This commit fixes the package to also patch the invocation of
`dmenu_path` in `dmenu_run` and the invocations of `stest` in
`dmenu_path` to invoke those programs by their full store paths.

I have tested this change on NixOS.
2016-08-14 11:38:25 +00:00
Peter Hoeg 6172662676 syncthing: 0.14.3 -> 0.14.4 (#17723) 2016-08-14 11:30:19 +00:00
Robin Gloster 064b878793 Revert "fcitx-engines.table-other: fix build for cmake 3.6 (#17721)"
This reverts commit 4271b6d510.

Patch hash is wrong and doesn't build.
2016-08-14 11:27:28 +00:00
Eric Sagnes 4271b6d510 fcitx-engines.table-other: fix build for cmake 3.6 (#17721) 2016-08-14 11:19:15 +00:00
Frederik Rietdijk eb3e23c49e Remove top-level setuptools
See #11567.
2016-08-14 13:07:26 +02:00
Frederik Rietdijk 57b9ff06f1 Remove top-level pylint
See #11567.
2016-08-14 13:07:26 +02:00
Frederik Rietdijk b6452f8534 Remove top-level pygame
See #11567.
2016-08-14 13:07:26 +02:00
Domen Kožar a00978675e Merge pull request #17728 from Baughn/patch-4
crashplan: Wait for filesystems to be mounted before starting
2016-08-14 13:04:33 +02:00
Eric Sagnes f0fef4defb wireguard-unstable: 2016-07-22 -> 2016-08-08 (#17727) 2016-08-14 10:47:16 +00:00
Frederik Rietdijk 6842a24b21 Remove top-level pyqt4
See #11567.
2016-08-14 12:38:01 +02:00
Vladimír Čunát 433670eb3f Merge #17495: mesa: 11.2.2 -> 12.0.1
It also contains some refactoring of the expression.
2016-08-14 12:27:01 +02:00
Vladimír Čunát 4b2120f5b8 Merge #17347: texlive: fix xdvi md5.run 2016-08-14 12:22:50 +02:00
Vladimír Čunát 4fbb37c517 Merge branch 'master' into staging
Hydra nixpkgs: ?compare=1287298
2016-08-14 12:02:28 +02:00
Tom Hunger 7845ca6219 dynd-python: init at 0.7.2 2016-08-14 11:01:11 +01:00
Frederik Rietdijk 11d1fdfd8b Remove top-level cython and cython3
See #11567.
2016-08-14 12:01:09 +02:00
Svein Ove Aas ed83a0ec8b crashplan: Wait for filesystems to be mounted before starting 2016-08-14 11:56:21 +02:00
Vladimír Čunát 4bceaca196 Re-merge #17112: fftw: 3.3.4 -> 3.3.5
By mistake in df2102b6a2 I merged an older version of the PR
so we only had an -RC version; I'm sorry.
2016-08-14 11:43:00 +02:00
Vladimír Čunát 3819044de1 Merge #17430: python: add file encoding to run_setup.py 2016-08-14 11:33:53 +02:00
Frederik Rietdijk 9fc37cc89c pythonPackages.tflearn: remove maintainer, fixes eval 2016-08-14 10:42:40 +02:00
Frederik Rietdijk 329589c7fd Merge pull request #17375 from houqp/master
pythonPackpages.tensorflow: 0.8.0 -> 0.9.0
2016-08-14 10:21:08 +02:00
Alexander V. Nikolaev b81cf59bd7 wine: 1.9.14 -> 1.9.16
Update wineUnstable and wineStaging
2016-08-14 10:22:05 +03:00
Qingping Hou fd0b05b483 tflearn: init at 0.2.1 2016-08-13 23:35:55 -07:00
Qingping Hou fab072db1e tensorflow: 0.8.0 -> 0.9.0 2016-08-13 23:35:55 -07:00
Qingping Hou f6f186d161 protobuf: remove new lines to keep style consistent 2016-08-13 23:35:55 -07:00
Qingping Hou 6f3f10490e protobuf: add 3.0.0b2
For tensorflow
2016-08-13 23:35:55 -07:00
Marius Bakke b5bd862f24
maintainers.nix: update own email address 2016-08-14 00:07:50 +01:00
Marius Bakke c2013ac1d6
rofi: 1.1.0 -> 1.2.0 2016-08-14 00:07:50 +01:00
Marius Bakke ab53f39fae
xcbutilxrm: init at 1.0 2016-08-14 00:07:50 +01:00
Austin Seipp f277185b48 nixpkgs: compcert 2.6 -> 2.7.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-08-13 23:07:01 +00:00