Frederik Rietdijk
79217339d2
Merge master into staging-next
2020-02-29 15:29:11 +01:00
Emily
6d3fc35620
pypy{,3}: use openssl_1_1
...
"We now support building PyPy with OpenSSL 1.1 in our built-in _ssl
module, as well as maintaining support for previous versions."
-- https://pypy.readthedocs.io/en/latest/release-pypy2.7-v5.6.0.html
2020-02-28 16:06:20 +00:00
Jan Tojnar
bb701376cf
Merge branch 'master' into staging-next
2020-02-28 11:30:44 +01:00
Stig Palmquist
ccb142916c
rakudo: 2020.01.1 -> 2020.02
...
dependencies:
moarvm: 2020.01.1 -> 2020.02
nqp: 2020.01 -> 2020.01
recommended:
zef: 0.8.2 -> 0.8.3
2020-02-27 22:00:27 -06:00
worldofpeace
14474ff8b5
Merge pull request #78475 from GRBurst/dart
...
dart: 2.0.0 -> 2.7.1 (stable) + 2.0.0 -> 2.8.0-dev.10.0 (dev)
2020-02-27 13:43:28 +00:00
GRBurst
1204e44cad
dart: 2.0.0 -> 2.7.1 (stable) + 2.0.0 -> 2.8.0-dev.10.0 (dev)
...
- dart stable: make it default
- add aarch64 (arm64) packages
- set myself as maintainer
2020-02-27 14:23:27 +01:00
Matthieu Coudron
7f821b3efc
Merge pull request #81067 from teto/lua_fix
...
- introduce a default checkPhase for lua (disabled by default)
- dont apply patchShebangs on the whole lua package; hopefulyl it doesnt break stuff
2020-02-27 11:01:30 +01:00
Frederik Rietdijk
ef156f7a8b
Merge staging-next into staging
2020-02-27 10:15:34 +01:00
Daiderd Jordan
cc05b65a99
Merge pull request #81114 from cw789/elixir_update
...
elixir_1_10: 1.10.1 -> 1.10.2
2020-02-27 08:34:05 +01:00
Michael Raskin
b41a7eeb18
Merge pull request #79864 from doronbehar/improve-octave
...
octave: Use qt5 and other improvements
2020-02-27 06:32:54 +00:00
cw
da473475d5
elixir_1_10: 1.10.1 -> 1.10.2
2020-02-26 13:12:21 +01:00
Doron Behar
3fa64cd5de
octave: make optional features declarative in default.nix
...
Instead of in all-packages.nix .
2020-02-26 10:09:09 +02:00
Matthieu Coudron
006aeb5704
buidLuarocksPackage: add a checkPhase
2020-02-26 01:14:30 +01:00
Matthieu Coudron
6eeb434b33
buildLuarocksPackage: extraVariables is now an attrset
2020-02-26 01:14:29 +01:00
Jörg Thalheim
21baef32d5
Merge pull request #75451 from Izorkin/php-build
...
Update php build configuration
2020-02-25 18:50:38 +00:00
Matthieu Coudron
7aee5b838b
build-lua-package: dont patchShebangs folder
...
It can be source of trouble for some read-only folders (libluv for
instance) and slow down install.
2020-02-25 17:34:29 +01:00
Profpatsch
8246c35875
Merge pull request #79900 from Gabriel439/gabriel/dhall_packages_2
...
Add Nixpkgs support for Dhall
2020-02-25 14:16:28 +01:00
R. RyanTM
b5788ccdf3
jruby: 9.2.9.0 -> 9.2.10.0
2020-02-23 13:56:45 -08:00
R. RyanTM
6082646aff
jython: 2.7.2b2 -> 2.7.2b3
2020-02-23 13:41:27 -08:00
Doron Behar
62d7ad9309
octave: Use sundials_2 in package's signature instead of callPackage
2020-02-22 12:35:06 +02:00
Doron Behar
b631f620d4
octave: Revert "remove old fix for build issue"
...
This reverts commit 3beeacfd58239bb6e95aa716dedddae17716b6eb.
2020-02-22 12:33:58 +02:00
Doron Behar
d4861e2b18
octave: clean up all build inputs - use qt5
2020-02-22 12:33:58 +02:00
Doron Behar
2b18e72064
octave: mark package as broken if JIT is enabled
2020-02-22 12:33:58 +02:00
Doron Behar
b3a20c4feb
octave: remove old fix for build issue
2020-02-22 12:33:58 +02:00
Doron Behar
acf2ad3876
octave: clean up configure flags - remove --enable-dl
2020-02-22 12:33:58 +02:00
Doron Behar
40c2fb8b1e
octave: Makeinfo is no longer needed at runtime
2020-02-22 12:33:58 +02:00
Doron Behar
b74fe1a248
octave: order arguments at top and import qt5 libs
2020-02-22 12:33:58 +02:00
Izorkin
ffe90532f7
php: update build configuration
2020-02-22 11:22:05 +03:00
Izorkin
0ee5d55d3b
php: use external GD library
2020-02-22 11:22:05 +03:00
Izorkin
ac3c11a980
php: add option pearSupport
2020-02-22 11:22:05 +03:00
Izorkin
a74fb5a1af
php: add option ipv6Support
2020-02-22 11:22:05 +03:00
Izorkin
5dae87ec2d
php: remove unused configureFlags
2020-02-22 11:22:05 +03:00
Izorkin
82b5cef58d
php: drop support libmysqlclient
2020-02-22 11:22:04 +03:00
Nikola Knezevic
6d8539c1d8
perl: Enable threading on darwin
...
Perl on darwin (and any other sane platform) has a pretty good threading
support, enable it.
As it turns out, we were building non-multithreaded perl on all systems,
since glibc was not part of the stdenv anymore:
nix-repl> pkgs = import <nixpkgs> {}
nix-repl> pkgs.stdenv ? glibc
false
meaning that the comments were incorrect. Thus, clear up the confusion
and remove the misleading comments, while enabling multithreading by
default. The builds will fail on unsupported platforms, and in this case
the only place is the bootstrap, where we already force
non-multithreaded perl.
As a consequence of the above, this change will cause the full rebuild
of stdenv on all platforms, including linux.
2020-02-20 08:35:45 +01:00
Jonathan Ringer
cd97c055a0
python: execute pythonImportsCheckPhase in subshell
...
Execute in subshell so that the cwd returns back
to the original directory. This is important as
it enables pythonImportsCheck to work with checkPhase
2020-02-19 22:30:50 -08:00
hlolli
ad56672196
cleanup
2020-02-19 23:40:14 +01:00
hlolli
ef712ff2f5
lumo 1.9.0 -> 1.10.1 plus darwin support
2020-02-19 23:16:40 +01:00
Franz Pletz
ade3e99a1d
php74: 7.4.1 -> 7.4.2
...
https://www.php.net/ChangeLog-7.php#7.4.2
2020-02-19 16:42:40 +01:00
Franz Pletz
b55ded5d8b
php73: 7.3.13 -> 7.3.14
...
https://www.php.net/ChangeLog-7.php#7.3.14
2020-02-19 16:42:39 +01:00
Franz Pletz
ed8df1d98e
php72: 7.2.26 -> 7.2.27
...
https://www.php.net/ChangeLog-7.php#7.2.27
2020-02-19 16:42:23 +01:00
Mario Rodas
d539707242
Merge pull request #80115 from marsam/update-racket
...
racket: 7.5 -> 7.6
2020-02-16 14:26:33 -05:00
Léo Gaspard
9ad73df74b
Merge pull request #80237 from bhipple/remove/wasm-gc
...
wasm-gc: remove package
2020-02-16 16:20:39 +01:00
Benjamin Hipple
e90602b8f2
wasmer: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-15 22:13:19 -08:00
Benjamin Hipple
ecdff9225b
evcxr: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-15 22:09:05 -08:00
Benjamin Hipple
31971254d7
wasm-gc: remove package
...
The upstream repository has been archived, with a note that this should never be needed:
https://github.com/alexcrichton/wasm-gc
It also happens to have custom patch logic that will fail the newer cargo
verification in #79975
2020-02-15 23:09:32 -05:00
Alexei Robyn
e34db5a568
luajit: Expose build options, enable JIT debug module
2020-02-15 18:40:02 +01:00
Mario Rodas
dd95c8149a
racket: 7.5 -> 7.6
...
Changelog: https://download.racket-lang.org/v7.6.html
2020-02-14 04:20:00 -05:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
Nathan van Doorn
35853d8a1e
metamath: 0.178 -> 0.180
2020-02-12 10:36:05 -08:00
Hlöðver Sigurðsson
91801c0b45
clojure 1.10.1.492 -> 1.10.1.507 plus bugfix ( #79868 )
2020-02-12 11:50:50 +00:00