Commit Graph

177504 Commits

Author SHA1 Message Date
Vladyslav M ad4f7dd90e
cargo-outdated: init at unstable-2019-04-13 (#59893)
cargo-outdated: init at unstable-2019-04-13
2019-04-24 13:44:35 +03:00
Sondre Nilsen 67d03fec53
cargo-outdated: init at unstable-2019-04-13 2019-04-24 12:46:19 +03:00
Lars Jellema a5ed6ab73e
Revert "ibus-packages.mozc: pin to protobuf 3.6"
protobuf was bumped to 3.7.1, which fixes the build issue as described
in google/mozc#460.

This reverts commit a19fbaf39b.
2019-04-24 11:30:04 +02:00
Matthieu Coudron 1b0f67dddd
Merge pull request #60015 from teto/fcitx
protobuf: 3.7.0 -> 3.7.1
2019-04-24 18:10:28 +09:00
worldofpeace a39bb0fd99 pythonPackages.asyncssh: 1.15.1 -> 1.16.1
https://github.com/ronf/asyncssh/blob/master/docs/changes.rst#release-1161-30-mar-2019
2019-04-24 05:07:46 -04:00
Peter Hoeg c5af9fd4dd nixos/mosquitto: add test 2019-04-24 17:02:20 +08:00
R. RyanTM 7fcf52e64e jenkins-job-builder: 2.9.1 -> 2.10.0 (#59659)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-jenkins-job-builder/versions
2019-04-24 11:01:33 +02:00
Peter Hoeg 30e71f9cb8 mosquitto: 1.5.8 -> 1.6 2019-04-24 16:22:57 +08:00
Jörg Thalheim 6859630206
alacritty: 0.3.1 -> 0.3.2 (#60144)
alacritty: 0.3.1 -> 0.3.2
2019-04-24 08:51:48 +01:00
Matthieu Coudron 5e4ee83396
Merge pull request #60066 from teto/cmd2
python3Packages.cmd2: 0.9.11 -> 0.9.12
2019-04-24 16:29:25 +09:00
Vladyslav M 0e6ae0bdd7
buildRustCrate: Fix #60125 - Always set additional env variables during build (#60127)
buildRustCrate: Fix #60125 -  Always set additional env variables during build
2019-04-24 10:28:03 +03:00
Michael Raskin ccd7aedfe9
Merge pull request #60145 from codedownio/julia-mtime-patch
Patch Julia to not recompile packages when mtime is 1
2019-04-24 07:16:23 +00:00
Vincent Laporte f61cadb624 coqPackages.tlc: 20180316 -> 20181116 2019-04-24 08:54:56 +02:00
Tom McLaughlin 9fa0974856 Patch Julia to not recompile packages when mtime is 1 2019-04-23 22:42:03 -07:00
Elis Hirwing 0620e0fdbf
Merge pull request #60099 from Izorkin/php-packages-prefix
phpPackages: add prefix 'php-' to packages
2019-04-24 07:24:54 +02:00
xrelkd ebd4808a06 alacritty: 0.3.1 -> 0.3.2 2019-04-24 13:23:13 +08:00
Mario Rodas 1e8ebd96ac
Merge pull request #60040 from woffs/gitflow-1.12.2
gitflow: 1.11.0 -> 1.12.2
2019-04-23 23:28:00 -05:00
worldofpeace 0747a46997
Merge pull request #60141 from xrelkd/update/youtube-dl
youtube-dl: 2019.04.17 -> 2019.04.24
2019-04-24 00:08:44 -04:00
worldofpeace 0154d51338 libssh: don't use multiple outputs
Makes cmake files point to the correct output
for libs and corrects the Cflags in the .pc
file.

Fixes #60036
2019-04-23 23:43:35 -04:00
xrelkd e452aa0de7 youtube-dl: 2019.04.17 -> 2019.04.24 2019-04-24 11:36:43 +08:00
Joachim F 8f33fb5183
Merge pull request #60139 from arcnmx/rxvt-build-fix
rxvt_unicode: fix build
2019-04-24 03:09:55 +00:00
Matthew Bauer 7488a367af
Merge pull request #56555 from matthewbauer/wasm
Initial WebAssembly/WASI cross-compilation support
2019-04-23 22:44:33 -04:00
arcnmx b526bf0389 rxvt_unicode: fix build 2019-04-23 19:25:13 -07:00
Matthew Bauer 84d00355e8 Merge remote-tracking branch 'NixOS/master' into staging 2019-04-23 22:00:42 -04:00
Matthew Bauer 008c9a70a5 release-cross: add wasi targets
Add a few working cross targets to make sure things keep working.
2019-04-23 21:51:30 -04:00
Matthew Bauer e2a1dc6a44 libgmp: don’t compile with cpp on wasm
We don’t have full C++ support for things like threads or exceptions.
2019-04-23 21:48:58 -04:00
Matthew Bauer 6948ffd398 wasilibc: use .imports file for lld
instead of passing in the --allow-undefined-file, we can just let lld
find the file.
2019-04-23 21:48:58 -04:00
Matthew Bauer a4cfd50004 libcxxabi: apply libcxxabi-wasm patch 2019-04-23 21:48:58 -04:00
Matthew Bauer 721832f97e libiconv: get just headers from wasilibc 2019-04-23 21:48:58 -04:00
John Ericson 9044f57d18 compiler-rt: Don't try to build a test executable
Got this trick from stack overflow to avoid needing compiler-rt to link
the test exe before building compiler-rt. a static lib isn't linked at
all, and so breaks the cycle.
2019-04-23 21:48:58 -04:00
John Ericson 1a7a96a093 stdenv, compiler-rt: Compress WASI conditionals 2019-04-23 21:48:58 -04:00
Matthew Bauer 4048acb5cf gnu-config: bump to latest version for wasi 2019-04-23 21:48:58 -04:00
Matthew Bauer 556466d52f wasm: set -fno-exceptions
We need this to support C++ code.
2019-04-23 21:48:58 -04:00
Matthew Bauer dbb94b984f wasmtime: init and use for emulation
This isn’t really an "emulator" but it’s the closest concept we have
right now.
2019-04-23 21:48:57 -04:00
Matthew Bauer d591a109be wasm: don’t assume musl 2019-04-23 21:48:57 -04:00
Matthew Bauer 9abff4af4f wasm: init cross target
Adds pkgsCross.wasm32 and pkgsCross.wasm64. Use it to build Nixpkgs
with a WebAssembly toolchain.

stdenv/cross: use static overlay on isWasm

isWasm doesn’t make sense dynamically linked.
2019-04-23 21:48:57 -04:00
Austin Seipp 6088a4793f
Merge pull request #60128 from lilyball/xv
xv: init at 0.1.0
2019-04-23 20:05:44 -05:00
Lily Ballard 35e2c2d6dd xv: init at 0.1.0 2019-04-23 17:32:28 -07:00
Silvan Mosberger 613fd44128
Merge pull request #59933 from risicle/ris-appleseed-bump-fix
appleseed: 1.9.0-beta -> 2.0.5-beta (fixes build)
2019-04-24 02:25:05 +02:00
Franz Pletz dc552fd2ff
Merge pull request #59807 from dtzWill/update/dhcpcd-7.2.0
dhcpcd: 7.1.1 -> 7.2.0
2019-04-23 23:18:44 +00:00
Franz Pletz fa6ff572d3
Merge pull request #60064 from dotlambda/aioesphomeapi-2.0.1
python3.pkgs.aioesphomeapi: 1.8.0 -> 2.0.1
2019-04-23 23:13:21 +00:00
Franz Pletz afe0d73e09
Merge pull request #59920 from liclac/update/jool-v4.0.0
jool: unstable-20180706 -> 4.0.0
2019-04-23 23:12:17 +00:00
R. RyanTM e95e7027c9 klavaro: 3.04 -> 3.05 (#59554)
* klavaro: 3.04 -> 3.05

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/klavaro/versions
2019-04-24 01:04:17 +02:00
Robert Scott b30f1e9ebb appleseed: 1.9.0-beta -> 2.0.5-beta
this also fixes the build, provided we set -Wno-unused-but-set-variable
2019-04-23 23:38:07 +01:00
Matthew Bauer 7f23d9fc5f
Merge pull request #59755 from matthewbauer/patches-in-make-derivation
make-derivation: put patches in all derivations
2019-04-23 18:33:04 -04:00
Renaud a36cff247c
Merge pull request #59534 from r-ryantm/auto-update/hepmc3
hepmc3: 3.1.0 -> 3.1.1
2019-04-24 00:30:47 +02:00
Silvan Mosberger 508fd8f133
Merge pull request #55413 from msteen/bitwarden_rs
bitwarden_rs: init at 1.8.0
2019-04-24 00:25:08 +02:00
adisbladis b561092f59
Merge pull request #60017 from dywedir/libvterm-neovim
libvterm-neovim: 2017-11-05 -> 2018-11-26
2019-04-24 01:15:50 +03:00
Lassulus b2d5a5b7de
Merge pull request #59550 from r-ryantm/auto-update/kafkacat
kafkacat: 1.3.1 -> 1.4.0
2019-04-24 07:07:24 +09:00
Matthijs Steen ef1a43030b nixos/bitwarden_rs: init 2019-04-23 23:46:57 +02:00