summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Updating wings and dependencies to match erlangLluís Batlle i Rossell2016-03-29
| | | | | | | | I updated the erlang esdl lib, added the erlang cl lib, added opencl-headers and ocl-icd to make wings build and run. I have not tested its opencl part; I only added dependencies so it builds.
* xmlsec: fix linkage, probably after #909Vladimír Čunát2016-03-29
| | | | This fixes builds of (some) reverse dependencies, e.g. aqbanking.
* Merge pull request #14270 from Beauhurst/kombu_3_0_35Frederik Rietdijk2016-03-29
|\ | | | | Python kombu, billiard & celery updates
| * celery: 3.1.19 -> 3.1.23Robert Scott2016-03-28
| |
| * billiard: 3.3.0.21 -> 3.3.0.23Robert Scott2016-03-28
| |
| * kombu: tidy up, removing py3k fussiness which is handled by the deps and ↵Robert Scott2016-03-28
| | | | | | | | adding to buildInputs to allow more of the test suite to run
| * kombu: 3.0.33 -> 3.0.35, add redis to buildInputs to allow tests to passRobert Scott2016-03-28
| |
* | pythonPackages.poppler-qt4: fix build by a hackVladimír Čunát2016-03-29
| | | | | | | | /cc maintainer @sepi.
* | Merge pull request #14279 from acowley/doxygenPeter Simons2016-03-29
|\ \ | | | | | | doxygen: fix on darwin
| * | doxygen: fix on darwinAnthony Cowley2016-03-28
| | | | | | | | | | | | | | | | | | | | | This avoids an issue where an old OS X SDK is assumed, leading to a linker error of the form: Undefined symbols: __Unwind_Resume
* | | Merge pull request #14287 from kragniz/git-2.8.0Peter Simons2016-03-29
|\ \ \ | | | | | | | | git: 2.7.4 -> 2.8.0
| * | | git: 2.7.4 -> 2.8.0Louis Taylor2016-03-29
| | | |
* | | | dvdisaster: disable parallel buildingVladimír Čunát2016-03-29
| | | | | | | | | | | | | | | | | | | | http://hydra.nixos.org/build/33609373/nixlog/1/raw /cc @nkcx. I notified upstream.
* | | | nixpkgs manual: remove cruft from a merge conflictVladimír Čunát2016-03-29
| | | | | | | | | | | | | | | | It was clearly added unintentionally during #14243 merge.
* | | | Merge pull request #14288 from kragniz/opencpnArseniy Seroka2016-03-29
|\ \ \ \ | |/ / / |/| | | opencpn: init at 4.2.0
| * | | opencpn: init at 4.2.0Louis Taylor2016-03-29
| | | |
* | | | libressl_2_3: 2.3.2 -> 2.3.3Franz Pletz2016-03-29
| | | |
* | | | Merge pull request #14218 from abbradar/avidemuxNikolay Amiantov2016-03-29
|\ \ \ \ | | | | | | | | | | avidemux: 2.5.6 -> 2.6.12
| * | | | avidemux: 2.5.6 -> 2.6.12Nikolay Amiantov2016-03-26
| | | | |
* | | | | Merge pull request #14281 from taku0/thunderbird-bin-38.7.1joachifm2016-03-29
|\ \ \ \ \ | | | | | | | | | | | | thunderbird-bin: 38.6.0 -> 38.7.1
| * | | | | thunderbird-bin: 38.6.0 -> 38.7.1taku02016-03-29
| | | | | |
* | | | | | haskellPackages.mueval: fix buildNikolay Amiantov2016-03-29
| | | | | |
* | | | | | Merge pull request #14278 from puffnfresh/bug/steam-hardware-decodingNikolay Amiantov2016-03-29
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | steam: enable hardware decoding (for In-Home Streaming)
| * | | | | steam: enable hardware decoding (for In-Home Streaming)Brian McKenna2016-03-29
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous to this patch I was getting software decoding when I used In-Home Streaming. I had a look around and according to: https://bbs.archlinux.org/viewtopic.php?id=187922 > It seems that the libva version Steam comes with, is not compatible anymore to > the newer libva 1.4.0. Substituting in our version of libva gives me hardware decoding!
* | | | | wpa_supplicant service: Depend on interfaces being presentFranz Pletz2016-03-28
| | | | |
* | | | | Merge pull request #14211 from LatitudeEngineering/latitude/topic/gazebojoachifm2016-03-28
|\ \ \ \ \ | | | | | | | | | | | | gazebo: init at 6.5.1 and 7.0.0
| * | | | | gazebo: init at 6.5.1 and 7.0.0Patrick Callahan2016-03-28
| | | | | |
| * | | | | ignition.transport: init at 0.9.0 and 1.0.1Patrick Callahan2016-03-28
| | | | | |
| * | | | | sdformat: init at 3.7.0 and 4.0.0Patrick Callahan2016-03-28
| | | | | |
| * | | | | ignition robotics libs: init; .math: init at 2.3.0Patrick Callahan2016-03-28
| | | | | |
| * | | | | tinyxml-2: init at 3.0.0Patrick Callahan2016-03-28
| | | | | |
| * | | | | ogre: 1.9.0 -> 1.9-hgPatrick Callahan2016-03-28
| | | | | |
* | | | | | Merge pull request #14276 from grahamc/patch-2joachifm2016-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos.tests.installer.swraid: mdadm verbosity
| * | | | | | nixos.tests.installer.swraid: mdadm verbosityGraham Christensen2016-03-28
| |/ / / / / | | | | | | | | | | | | These two steps seem to fail intermittently with exit code 1. It isn't clear to me why, or what the issue is. Adding the `--verbose` option, hoping to capture some debugging information which might aid stabilization. Also: I was unable to replicate the failure locally.
* | | | | | Merge pull request #14275 from nico202/meterbridgeArseniy Seroka2016-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | meterbridge: fix gcc-5 build (thanks to: http://ports.ubuntu.com/pool…
| * | | | | | meterbridge: fix gcc-5 build (thanks to: ↵=2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | http://ports.ubuntu.com/pool/universe/m/meterbridge/)
* | | | | | | Merge pull request #14269 from taku0/oraclejdk-8u77joachifm2016-03-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | oraclejdk: 8u73, 8u74 -> 8u77
| * | | | | | oraclejdk: 8u73, 8u74 -> 8u77taku02016-03-28
| | |/ / / / | |/| | | |
* | | | | | pythonPackages.numpy: 1.11 -> 1.10Frederik Rietdijk2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverting default numpy to 1.11, since 1.10 breaks pandas and required patches couldn't be cherry-picked. 1.11 is still available as `pythonPackages.numpy_1_11`.
* | | | | | lsh: fix gcc5 buildJoachim Fasting2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | The build fails with c11 (also tested c99), but works with gnu90.
* | | | | | Merge branch 'bower2nix'Shea Levy2016-03-28
|\ \ \ \ \ \
| * | | | | | nixpkgs manual: Add documentation for bower2nixRodney Lorrimar2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9459 Fixes #13214
| * | | | | | Add pkgs.buildBowerComponents functionRodney Lorrimar2016-03-28
| | | | | | |
| * | | | | | bower2nix: 2.1.0 -> 3.0.1Rodney Lorrimar2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Update bower2nix version and add new/updated dependencies into node-packages-generated.nix. This was done manually, with npm2nix generating the initial set of derivations. In future, it would be nice to have an automatic process (see #10358, #9332). 2. Add an override to nodePackages.bower2nix wrapping the commands so that git is on the PATH. 3. Update fetchbower to support new command-line options of bower2nix, and to allow github URL tag versions.
| * | | | | | nodePackages.typescript: 1.5.0-alpha -> 1.8.9Rodney Lorrimar2016-03-28
| | | | | | |
| * | | | | | nodePackages.bower: 1.4.1 -> 1.7.7Rodney Lorrimar2016-03-28
| | | | | | |
* | | | | | | Merge pull request #14273 from bradediger/spotifyjoachifm2016-03-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | spotify: 1.0.25.127 -> 1.0.26.125
| * | | | | | | spotify: 1.0.25.127 -> 1.0.26.125Brad Ediger2016-03-28
| | | | | | | |
* | | | | | | | Merge pull request #14255 from risicle/osrm_fixesjoachifm2016-03-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | osrm-backend: 4.5.0 -> 4.9.1
| * | | | | | | | osrm-backend: 4.5.0 -> 4.9.1Robert Scott2016-03-27
| | | | | | | | |