Frederik Rietdijk
f17001afd8
Python: fix virtualenv with Python 2
2020-05-24 10:43:24 +02:00
Frederik Rietdijk
98bcf5d8da
Python tests: fix use of is_virtualenv
...
Too many tests set it.
2020-05-24 10:43:24 +02:00
Frederik Rietdijk
c778596f56
Merge master into staging-next
2020-05-24 10:03:22 +02:00
Frederik Rietdijk
2de446e0b8
python.tests: also test virtualenv
...
Test whether creating a virtualenv functions.
2020-05-23 18:15:45 +02:00
adisbladis
203f382a4a
pypy: Remove bootstrap python from closure
2020-05-23 11:47:11 +01:00
Frederik Rietdijk
b34551384a
Merge master into staging-next
2020-05-23 10:24:52 +02:00
Benjamin Andresen
47d4a68bb1
babashka: 0.0.94 -> 0.0.97
2020-05-21 00:10:29 +02:00
R. RyanTM
754562f855
janet: 1.8.1 -> 1.9.1
2020-05-19 08:05:24 +00:00
Jan Tojnar
7f40cfd97b
Merge branch 'master' into staging-next
2020-05-18 21:09:27 +02:00
Mario Rodas
033267eb93
Merge pull request #87921 from ggreif/wasmtime
...
wasmtime: 0.15.0 -> 0.16.0
2020-05-16 17:33:30 -05:00
Elis Hirwing
726cbe0d40
Merge pull request #87907 from etu/php74-update
...
php74: 7.4.4 -> 7.4.6
2020-05-16 14:27:44 +02:00
Elis Hirwing
a779efcaa0
php74: 7.4.5 -> 7.4.6
...
Changelog: https://www.php.net/ChangeLog-7.php#7.4.6
2020-05-16 13:23:23 +02:00
Jon
15b3d9d277
python3Packages.venvShellHook: add postVenvCreation ( #87850 )
...
* python3Packages.venvShellHook: add postVenvCreation
* python: docs: add postVenvCreation explaination
2020-05-16 09:34:11 +02:00
Gabor Greif
d89ae377d4
wasmtime-0.16.0: re-enable tests on Darwin
...
The issue https://github.com/bytecodealliance/wasmtime/issues/1556
appears to be fixed.
2020-05-16 04:56:26 +02:00
Gabor Greif
b39717abff
wasmtime: 0.15.0 -> 0.16.0
2020-05-16 04:42:02 +02:00
Elis Hirwing
52d2e99182
php74: 7.4.4 -> 7.4.5
...
Changelog: https://www.php.net/ChangeLog-7.php#7.4.5
2020-05-15 22:10:03 +02:00
Frederik Rietdijk
92a26320e7
Merge master into staging-next
2020-05-14 09:25:25 +02:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
Michael Raskin
b2f83be34d
Merge pull request #87546 from FireyFly/pkgs/j/avx-flag
...
j: add avxSupport option
2020-05-13 23:31:25 +00:00
Jonas Höglund
20235a89f8
j: add avxSupport option
2020-05-14 00:51:13 +02:00
Mario Rodas
6a16787d26
Merge pull request #87649 from filalex77/wasmer-0.17.0
...
wasmer: 0.16.2 -> 0.17.0
2020-05-13 00:58:59 -05:00
Oleksii Filonenko
e2a5709d9c
wasmer: 0.16.2 -> 0.17.0
2020-05-12 08:01:43 +00:00
Jörg Thalheim
fa44d3ad71
Merge pull request #86593 from bandresen/babashka_versionbump
...
babashka: 0.0.89 -> 0.0.94
2020-05-12 00:00:39 +01:00
Benjamin Andresen
cb9b1167e3
babashka: 0.0.89 -> 0.0.94
2020-05-11 22:57:49 +02:00
Jonathan Ringer
884436b254
pythonPackages.pytestCheckHook: disable setuptoolsCheckPhase
2020-05-11 22:12:08 +02:00
Frederik Rietdijk
a0b4e664c0
Merge staging-next into staging
2020-05-11 22:09:27 +02:00
Frederik Rietdijk
4ddd080d19
Merge staging-next into staging
2020-05-10 09:45:44 +02:00
talyz
9f09253e52
php.buildPecl: Allow PECLs to depend on other PECLs
...
Some PECLs depend on other PECLs and, like internal PHP extension
dependencies, need to be loaded in the correct order. This makes this
possible by adding the argument "peclDeps" to buildPecl, which adds
the extension to buildInputs and is treated the same way as
internalDeps when the extension config is generated.
2020-05-09 23:38:21 +02:00
adisbladis
2e69f8977d
Merge pull request #87138 from lukegb/fix-php
...
php: correctly set outputsToInstall after withExtensions.
2020-05-09 15:40:35 +02:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Josef Kemetmüller
3818cd9049
python: Fix creating RPMs from Python packages
...
This should enable (manual) building of RPMs from python projects using
the `python setup.py bdist_rpm` command on systems where `rpmbuild` is
not located in `/usr/bin/`. (e.g. NixOS)
The discovery of the rpmbuild command was fixed upstream in Python 3.8,
so this commit backports the relevant patch to our currently supported
Python 3 versions.
Fixes : #85204
2020-05-09 11:15:28 +02:00
R. RyanTM
9be92a964a
mujs: 1.0.6 -> 1.0.7
2020-05-06 23:22:01 -07:00
Luke Granger-Brown
c13df548a3
php: override outputsToInstall when using withExtensions
...
At the moment, using .withExtensions on a PHP derivation will
produce something which can't be used inside an
environment.systemPackages array, because outputsToInstall refers
to an output which doesn't exist on the final derivation.
Instead, override it back to just containing the single output
"out".
2020-05-06 21:44:27 +01:00
Stig Palmquist
cc1a17145e
rakudo: 2020.02.1 -> 2020.05
...
dependencies:
moarvm: 2020.02.1 -> 2020.05
nqp: 2020.02.1 -> 2020.05
2020-05-06 15:20:57 +02:00
Jörg Thalheim
f1eef414d1
Merge pull request #80655 from hlolli/release/fix-lumo
2020-05-06 07:42:32 +01:00
cw
e506284193
elixir_1_10: 1.10.2 -> 1.10.3
2020-05-05 20:13:31 +02:00
Mario Rodas
746d4d184a
Merge pull request #86932 from r-ryantm/auto-update/joker
...
joker: 0.15.0 -> 0.15.3
2020-05-05 08:02:04 -05:00
R. RyanTM
28bea11385
joker: 0.15.0 -> 0.15.3
2020-05-05 12:18:09 +00:00
hlolli
a8a2337c15
lumo 1.10.1: fix missing npm dependency
2020-05-04 22:17:10 +02:00
tckmn
7493a7eb91
jelly: init at 0.1.31 ( #82178 )
2020-05-04 18:31:03 +05:30
Ryan Mulligan
64c0e5f7c3
Merge pull request #86762 from r-ryantm/auto-update/zef
...
zef: 0.8.3 -> 0.8.4
2020-05-04 05:54:49 -07:00
R. RyanTM
5f96bbf67b
zef: 0.8.3 -> 0.8.4
2020-05-04 11:31:05 +00:00
Jörg Thalheim
0f52291a51
Merge pull request #85602 from nomeata/joachim/bumpwasmtime
2020-05-04 11:19:55 +01:00
Joachim Breitner
11894914e4
Disable test suite on darwin
...
no regression over `master` where the test suite didn’t run at all
2020-05-04 10:19:25 +02:00
Pavol Rusnak
7b0167204d
treewide: use https for nixos.org and hydra.nixos.org
...
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
Mario Rodas
eafd5b4d1b
racket: 7.6 -> 7.7
2020-05-03 04:20:00 -05:00
Pavol Rusnak
420124adf8
python: remove isPy33, isPy34
2020-05-04 18:49:45 -07:00
Joachim Breitner
566cd87dee
wasmtime : 0.12.0 -> 0.15.0
...
and enable tests again, now that upstream fixed stuff.
2020-05-02 19:40:23 +02:00
Daiderd Jordan
727d9317fb
bats: fixup readlink reference
...
Using `readlink -f` requires coreutils, on platforms like darwin where
this isn't the GNU variant by default it would fail outide of a
nix-shell.
2020-05-02 11:46:37 +02:00
R. RyanTM
a0aae69936
bats: 1.1.0 -> 1.2.0
2020-05-02 02:31:25 +00:00