178141 Commits

Author SHA1 Message Date
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
Peter Hoeg
e3f31092a9 discover: init at 5.15.3 2019-04-24 14:23:14 +08: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
Peter Hoeg
eaae476d42 appstream-qt: do not remove built libraries 2019-04-24 13:11:50 +08:00
Peter Hoeg
05dfa99d1d matrique -> spectral 2019-04-24 12:40:07 +08:00
Peter Hoeg
3bf5c2a6e0 quaternion-git: init at 0.0.9.4-rc3 2019-04-24 12:40:00 +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
Peter Hoeg
c9b0c68dc0 rng-tools: 6.6 -> 6.7
A few other changes:

 - use autoreconfHook instead of doing it manually
 - clean up with/enable flags
 - add support for PKCS11 entropy sources

PKCS11 is not fully tested yet as my hardware hasn't arrived.
2019-04-24 11:54:57 +08:00
Peter Hoeg
c4919b614e libp11: 0.4.9 -> 0.4.10
The build was broken as the output was nested inside /nix/store so fix that as
well. We didn't know as no other derivation was using it.
2019-04-24 11:53:09 +08: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
Andrew Dunham
9f7f367bf5 plex: rewrite to use FHS userenv 2019-04-23 20:19:33 -07: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
Will Dietz
fc6c5fdfed minetime: 1.4.12 -> 1.5.1, better entrypoint name, drop unused 32bit
https://github.com/marcoancona/MineTime/releases/tag/v1.5.1
https://github.com/marcoancona/MineTime/releases/tag/v1.5.0
2019-04-23 20:43:04 -05:00
Will Dietz
9db228d506 minetime: 1.4.11 -> 1.4.12 2019-04-23 20:40:54 -05:00
Will Dietz
a7065d315d minetime: 1.4.10 -> 1.4.11
https://github.com/marcoancona/MineTime/releases/tag/v1.4.11
2019-04-23 20:40:54 -05:00
Will Dietz
1c06590fa9 appimageTools: small simplification 2019-04-23 20:40:54 -05:00
Will Dietz
843d5b05ef appimageTools: use functionArgs as suggested, use dynamicLinker attr 2019-04-23 20:40:54 -05:00
Will Dietz
25fb5d553c minetime: init at 1.4.10, using appimageTools 2019-04-23 20:40:53 -05:00
Will Dietz
fb771b072a appimage: plumb support for extra attributes to be specified 2019-04-23 20:40:53 -05:00
Will Dietz
9e4151f227 wpgtk: 6.0.3 -> 6.0.5 2019-04-23 20:38:34 -05: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