Commit graph

63132 commits

Author SHA1 Message Date
Joachim F 96d07397c5
Merge pull request #53038 from CrazedProgrammer/riko4
riko4: init at 0.1.0
2019-04-21 07:38:32 +00:00
Renaud f93da5ff9d
Merge pull request #59488 from r-ryantm/auto-update/fasm-bin
fasm-bin: 1.73.09 -> 1.73.10
2019-04-21 01:40:10 +02:00
Renaud 88cd46d1ec
Merge pull request #59549 from r-ryantm/auto-update/jruby
jruby: 9.2.6.0 -> 9.2.7.0
2019-04-21 01:36:51 +02:00
Renaud 9f203b3ac0
Merge pull request #59598 from r-ryantm/auto-update/ndpi
ndpi: 2.2 -> 2.8
2019-04-21 01:27:45 +02:00
Matthew Bauer c351eb2842
Merge pull request #59897 from matthewbauer/mb-cross-fixes2
Miscellaneous cross compilation fixes
2019-04-20 16:52:26 -04:00
Joachim F f0a49c1152
Merge pull request #59854 from goodsoft/patch-1
buildMix: fix bootstrapping packages with hyphens in version
2019-04-20 11:14:13 +00:00
Vladyslav M b8243d104f
Merge pull request #59917 from xrelkd/update/cargo-expand
cargo-expand: 0.4.10 -> 0.4.11
2019-04-20 12:57:56 +03:00
markuskowa 276d82476b
Merge pull request #59862 from JohnAZoidberg/moviepy-1.0.0-deps
Fix pythonPackages.moviepy
2019-04-20 10:57:09 +02:00
Mateusz Kowalczyk 575d6a4826
Merge pull request #58417 from andersk/ortools-7.0
or-tools: 6.10 -> 7.0, add Python bindings
2019-04-20 17:39:23 +09:00
Mateusz Kowalczyk 7250104c7b
Merge pull request #59819 from yrashk/agda-stdlib-1.0
AgdaStdlib: 0.17 -> 1.0
2019-04-20 17:37:30 +09:00
xrelkd b6daf2da64 cargo-expand: 0.4.10 -> 0.4.11 2019-04-20 14:21:11 +08:00
andrewchambers e1a2c1572a janet: 0.4.0 -> 0.4.1 (#59799) 2019-04-19 16:35:35 -04:00
Cole Mickens c793258a88 vaapi-intel: v2.3.0 -> v20190211
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
2019-04-19 19:43:18 +02:00
Daniel Schaefer 64476e879b pythonPackages.moviepy: Add optional deps
Don't include them by default because they increase the derivation size
from ~200M to over 600M.
2019-04-19 18:47:04 +02:00
Matthew Bauer 65f2b0a2a3 spidermonkey: fix host, target settings
spidermonkey doesn’t use the autotools build, host, target convention.
Instead it considers ‘--host’ to be the autotools’ ‘--build’ and
‘--target’ to be the autotools’ ‘--host’! As a result, we cannot
safely use “configurePlatforms”. Instead, we must manually set these
flags.

/cc @illegalprime
2019-04-19 11:59:39 -04:00
Matthew Bauer fb3df59c6b aws-c-common: add libexecinfo on musl
Fixes #56106
2019-04-19 11:52:39 -04:00
Daniel Schaefer 2b4bc3769c pythonPackages.moviepy: Requires Py3.4 since 1.0.0
"only Python 3.4+ from v.1.0"
2019-04-19 17:30:12 +02:00
Jan Solanti c48ad78588
pycdio: fix build 2019-04-19 17:30:05 +02:00
Ryan Mulligan 63a53d6dfa
Merge pull request #59464 from r-ryantm/auto-update/cimg
cimg: 2.5.5 -> 2.5.6
2019-04-19 07:48:14 -07:00
Michael Weiss 4b5098e79a
dav1d: 0.2.1 -> 0.2.2 2019-04-19 12:43:58 +02:00
Domen Kožar dbb5e61dac
Merge pull request #59860 from risicle/ris-pyramid-chameleon-fix
pythonPackages.pyramid_chameleon: fix build by patching tests
2019-04-19 17:15:31 +07:00
Robert Scott 504e1284de pythonPackages.pyramid_chameleon: fix build by patching tests
looking into this part of the test suite it appears it started as a
modified copy of part of the main pyramid test suite. presumably this
line simply never got converted - change it to match the similar
imports.
2019-04-19 10:55:12 +01:00
Renaud 6d0fc1ca19
Merge pull request #59737 from ernestas/joker-0.12.2
joker: 0.10.1 -> 0.12.2
2019-04-19 08:18:00 +02:00
Daniel Schaefer 951c5b86e9 pythonPackages.moviepy: Add deps for new version
Fixes #59857
2019-04-19 03:37:35 +02:00
Daniel Schaefer 0956c09616 pythonPackages.proglog: init at 0.1.9 2019-04-19 03:28:35 +02:00
adisbladis bafd116640
Merge pull request #59850 from avnik/fixup/unbreak-vulkan-loader
vulkan-loader: 1.1.101.6 -> 1.1.106
2019-04-19 00:26:24 +03:00
Timo Kaufmann 0fdd79d0dd
Merge pull request #54690 from timokau/sage-8.7
sage: 8.6 -> 8.7
2019-04-18 22:50:45 +02:00
Paul Tsupikoff 0d9575ced8
buildMix: fix bootstrapping packages with hyphens in version
I'm using `buildMix` to build a package, which has a dependency with a hyphen in its version: `dialyxir-1.0.0-rc6`.
Due to `mix-bootstrap` using `string:tokens` the dependency ends up in `_build/prod/lib/dyalyxir1.0.0rc6` instead of `_build/prod/lib/dialyxir`.
Here I'm fixing it to use `string:split`, which splits by first hyphen only, and returns an array with no more than two elements.
2019-04-18 22:37:30 +03:00
Alexander V. Nikolaev 28846204c2 vulkan-loader: 1.1.101.6 -> 1.1.106 2019-04-18 21:40:45 +03:00
Mario Rodas 02b59817e7
Merge pull request #59663 from r-ryantm/auto-update/python3.7-parse
python37Packages.parse: 1.11.1 -> 1.12.0
2019-04-18 10:45:45 -05:00
Matthew Bauer f0cba0b3f3
Merge pull request #56406 from TomSmeets/emscripten-1_38_28
emscripten: 1.37.36 -> 1.38.28
2019-04-18 10:52:49 -04:00
Mario Rodas 986fd4c168
Merge pull request #59767 from xrelkd/add/cargo-bloat
cargo-bloat: init at 0.6.2
2019-04-18 09:06:44 -05:00
Joachim F cc2b6f32a9
Merge pull request #59140 from risicle/ris-graphene-hardened-malloc
graphene-hardened-malloc: init at 190405.003.2019.04.01.19
2019-04-18 13:39:03 +00:00
Frederik Rietdijk 256e34b89d
Merge staging-next into master (#59733) 2019-04-18 14:03:51 +02:00
Alyssa Ross 9289a39a69 ruby_2_6: 2.6.2 -> 2.6.3 (#59783) 2019-04-18 12:09:48 +02:00
Yurii Rashkovskii 7ad178d8d9
AgdaStdlib: 0.17 -> 1.0 2019-04-18 16:12:54 +07:00
bb010g d79aad43a3 pyflame: fix builds & support 3.7 2019-04-18 09:12:27 +02:00
R. RyanTM 7eacaca13d pmd: 6.12.0 -> 6.13.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pmd/versions
2019-04-18 08:50:45 +02:00
R. RyanTM cfaa5014c1 libu2f-host: 1.1.7 -> 1.1.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libu2f-host/versions
2019-04-18 08:49:43 +02:00
R. RyanTM 17dd396fd7 librealsense: 2.19.0 -> 2.20.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librealsense/versions
2019-04-18 08:48:37 +02:00
R. RyanTM 53f69f0ba2 libp11: 0.4.9 -> 0.4.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libp11/versions
2019-04-18 08:48:22 +02:00
R. RyanTM 77736c47fe libnabo: 1.0.6 -> 1.0.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libnabo/versions
2019-04-18 08:47:56 +02:00
R. RyanTM dc1b0631e3 libltc: 1.3.0 -> 1.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libltc/versions
2019-04-18 08:47:18 +02:00
R. RyanTM f9505a1e1c vulkan-headers: 1.1.101.0 -> 1.1.106
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vulkan-headers/versions
2019-04-18 08:46:48 +02:00
Robert Schütz 707bff5e73
Merge pull request #59491 from dotlambda/esphome-1.12.2
esphome: 1.11.2 -> 1.12.2
2019-04-18 08:29:32 +02:00
Dave Nicponski a6a88bffd5 python3.7-docutils: build fix on darwin
Fix python docutils package for OSX.  On a relatively clean new macbook,
with latest OS Mojave 10.14.3, this package failed to build.  A bit of
searching led to:
https://coderwall.com/p/-k_93g/mac-os-x-valueerror-unknown-locale-utf-8-in-python
2019-04-18 08:27:28 +02:00
Frederik Rietdijk 9d87ccabce Merge master into staging-next 2019-04-18 08:25:25 +02:00
bb010g 28ac309309 python3{5,6}: Reintroduce bytecode determinism
Originally introduced in 8970a9c and 1531b5e, these patches were lost in
efbe87f when the CPython version files were merged, likely due to
CPython 3.7 not needing them anymore. These patches should remain
in-tree until CPython 3.5 and 3.6 support is dropped completely.

Found with the diffoscope ( https://diffoscope.org/ ).
2019-04-18 08:12:29 +02:00
worldofpeace eb095fa677
Merge pull request #59298 from worldofpeace/gnome-pomodoro
gnome3.pomodoro: 0.13.4 -> 0.15.1
2019-04-17 20:17:42 -04:00
worldofpeace 8696640f22 dleyna-renderer: checkout patch in tree
Built this locally and noticed that the hash changed

wanted: sha256:0x5vj5zfk95avyg6g3nf6gar250cfrgla2ixj2ifn8pcick2d9vq
got:        sha256:0m7rxv2nnycvwqpc8ak396g8cbb9g6dw290cjbfwhrrhdhbii5qc
2019-04-17 18:27:28 -04:00