Commit Graph

99680 Commits

Author SHA1 Message Date
Sandro
0c98cef613
Merge pull request #114494 from fabaff/bump-slack-sdk
python3Packages.slack-sdk: 3.3.0 -> 3.4.0
2021-02-27 13:19:13 +01:00
Sandro
c1bd94854a
Merge pull request #114551 from etu/php-pkgs-imports
treewide/php-packages: Drop pkgs from arguments to packages
2021-02-27 12:16:15 +01:00
Fabian Affolter
fb4a196f8f
Merge pull request #114547 from r-ryantm/auto-update/python3.7-libversion
python37Packages.libversion: 1.2.1 -> 1.2.2
2021-02-27 12:09:02 +01:00
Elis Hirwing
5ad7fb28f6
treewide/php-packages: Drop pkgs from arguments to packages 2021-02-27 11:29:20 +01:00
Mario Rodas
6ca5b8005f nim: 1.4.2 -> 1.4.4 2021-02-27 11:27:24 +01:00
R. RyanTM
4a2934f0e6 python37Packages.libversion: 1.2.1 -> 1.2.2 2021-02-27 10:12:51 +00:00
Frederik Rietdijk
0dc64d5d71 python: fix full builds by referring to the correct interpreter
The package set is an attribute of the interpreter. The function to
build an environment (`buildEnv`/`withPackages`) is part of the
interpreter. The interpreter is passed to itself, and needs to be
updated when overridden.

For cross-compilation we splice the package set, and for that the
various `build/host` interpreters and sets need to be available. We
select these currently through `pkgs.${pythonAttr}`. The `pythonAttr`
attribute was not fixed for `pythonFull`.

https://github.com/NixOS/rfcs/pull/83
https://github.com/NixOS/nixpkgs/pull/104201

We need a better solution for this because this is very brittle.
2021-02-27 11:12:05 +01:00
Elis Hirwing
d8fb9d8222
Merge pull request #114524 from r-ryantm/auto-update/php-composer
php73Packages.composer2: 2.0.9 -> 2.0.11
2021-02-27 10:55:36 +01:00
Fabian Affolter
56f38233a9
Merge pull request #114541 from r-ryantm/auto-update/python3.7-censys
python37Packages.censys: 1.1.0 -> 1.1.1
2021-02-27 09:36:04 +01:00
R. RyanTM
4a87fe669f python37Packages.censys: 1.1.0 -> 1.1.1 2021-02-27 08:09:58 +00:00
Fabian Affolter
a5b4bb1d86
Merge pull request #114531 from r-ryantm/auto-update/python3.7-Adafruit-PlatformDetect
python37Packages.adafruit-platformdetect: 3.1.1 -> 3.2.0
2021-02-27 08:59:21 +01:00
Mario Rodas
b5702fd566
Merge pull request #114442 from r-ryantm/auto-update/jruby
jruby: 9.2.14.0 -> 9.2.15.0
2021-02-27 00:44:40 -05:00
R. RyanTM
5bbfc16b28 python37Packages.adafruit-platformdetect: 3.1.1 -> 3.2.0 2021-02-27 05:11:55 +00:00
R. RyanTM
124e53af2c php73Packages.composer2: 2.0.9 -> 2.0.11 2021-02-27 03:01:28 +00:00
Peter Simons
8629446fc1
Merge pull request #114407 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-02-25 (plus other fixes)
2021-02-26 23:57:43 +01:00
Peter Simons
a533bbef70 haskell-brittany: disable the freakin' test suite
The test suite runs for ages even on fast machines.
2021-02-26 23:01:18 +01:00
zimbatm
bdfd50116a
Revert "mdsh: 0.5.0 -> 0.6.0"
This was pushed by mistake!

This reverts commit 7ee7b5deec.
2021-02-26 22:54:37 +01:00
zimbatm
7ee7b5deec
mdsh: 0.5.0 -> 0.6.0 2021-02-26 22:52:59 +01:00
Peter Simons
f7aa0b4575 haskell-prettyprinter: disable the freakin' test suite
The test suite runs for ages even on fast machines.
2021-02-26 22:28:19 +01:00
adisbladis
70c0af4bf6
Merge pull request #114505 from sternenseemann/rebol-delete
rebol/default.nix: remove unused file
2021-02-26 23:25:49 +02:00
Florian Klink
43f83f9c45
Merge pull request #75866 from Sohalt/spnav
libspnav: init at 2.3.0
2021-02-26 22:21:21 +01:00
Peter Simons
c1157b0ba5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
20267f89a1.
2021-02-26 21:53:50 +01:00
Peter Simons
6e1562761b configuration-common: cosmetic 2021-02-26 21:49:30 +01:00
Peter Simons
64187ae13f haskell-text-icu: remedy a fatal absence of truth in the build 2021-02-26 21:48:21 +01:00
sternenseemann
c5218b5245 rebol/default.nix: remove unused file
The rebol attribute has been removed over 4 years ago, so removing the
file as will is probably fine.

See d6cb238c8e.
2021-02-26 21:47:40 +01:00
Peter Simons
09dd4a7ea0 cabal-install: fix build with ghc-9.0.x 2021-02-26 21:37:22 +01:00
Peter Simons
4e328c8c30 haskell-regex-base: drop obsolete patch for ghc-9.0.x 2021-02-26 21:35:56 +01:00
Peter Simons
d2aeeb0d20 webkitgtk: remedy the build's confusion about the meaning of "truth"
The package could not compile because it did not know the meaning of
TRUE and FALSE [1]. So we have to make sure our build environment
provides reasonable, sensible definitions to make the build succeed.

[1] https://hydra.nixos.org/build/137292531
2021-02-26 21:35:56 +01:00
Guillaume Girol
24d05ceb44
Merge pull request #114205 from veprbl/pr/herwig_7_2_2
herwig: 7.2.1 -> 7.2.2
2021-02-26 20:03:08 +00:00
Peter Simons
15834f4673 hackage2nix: update list of broken packages to fix evaluation errors on Hydra 2021-02-26 20:57:24 +01:00
Jörg Thalheim
98fc56e481
Merge pull request #114382 from bbuscarino/fix-libfaketime-patch
libfaketime: fix clang patch
2021-02-26 19:41:54 +00:00
Sandro
e8446a3f77
Merge pull request #114396 from NeQuissimus/sbtextras
sbt-extras: 2021-02-04 → 2021-02-24
2021-02-26 20:40:10 +01:00
Guillaume Girol
b12abe690d
Merge pull request #111282 from r-burns/libdrm-cross
libdrm: fix cross-compile to x86
2021-02-26 19:35:06 +00:00
Peter Simons
b10ff8e990 hackage2nix: update list of broken packages to fix evaluation errors on Hydra 2021-02-26 20:22:45 +01:00
Peter Simons
1f810ac9da git-annex: update to new version 8.20210223 2021-02-26 20:20:07 +01:00
Peter Simons
3334e95e6b
Merge pull request #114469 from maralorn/cabal-install
[haskell-updates] haskellPackages.cabal-install: Fix build for 3.4.0.0
2021-02-26 20:19:59 +01:00
Sandro
dad1dc73c4
Merge pull request #114487 from bobrik/ivan/llvm11-openmp-aarch64-darwin
llvmPackages_11.openmp: make it compile on aarch64-darwin
2021-02-26 20:18:54 +01:00
Michael Weiss
24e89ccb75
Merge pull request #113751 from bobrik/ivan/libglvnd-aarch64-darwin
libglvnd: disable asm on aarch64-darwin
2021-02-26 19:50:34 +01:00
Sandro
97da88a89b
Merge pull request #114467 from thiagokokada/sync-babashka-upstream
babashka: sync native-image arguments with upstream
2021-02-26 19:46:18 +01:00
Sandro
919902ba01
Merge pull request #114445 from fabaff/bump-prawn 2021-02-26 19:44:28 +01:00
Fabian Affolter
ea3e9d551d python3Packages.slack-sdk: 3.3.0 -> 3.4.0 2021-02-26 19:15:06 +01:00
Sandro
a859f27d61
Merge pull request #114180 from omasanori/wasm-pack-update-deps 2021-02-26 18:49:54 +01:00
Ivan Babrou
ef13a2129b libglvnd: disable asm on aarch64-darwin
libglvnd itself doesn't know about `aarch64-darwin`, so it tries
to use assembly that is not supported by mach-o, failing as a result.
2021-02-26 09:45:13 -08:00
Michael Raskin
c6bcceb275
Merge pull request #114460 from r-ryantm/auto-update/lazarus-gtk2
lazarus: 2.0.10-2 -> 2.0.12
2021-02-26 17:34:08 +00:00
Ivan Babrou
f78f6cd339 llvmPackages_11.openmp: make it compile on aarch64-darwin 2021-02-26 09:24:00 -08:00
Sandro
74025ebf66
Merge pull request #114384 from mschwaig/google-auth-depends-on-six
pythonPackages.google-auth: add missing dependency on six
2021-02-26 18:17:41 +01:00
Christopher League
218353d3f0
clips: 6.30 -> 6.31; supersedes and closes #109914 (#114132)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-26 18:16:54 +01:00
Peter Simons
ecda7a86e7 Merge origin/master into haskell-updates. 2021-02-26 16:59:40 +01:00
Thiago Kenji Okada
19fca6f483 babashka: sync native-image arguments with upstream
This commit syncs the arguments passed to the babashka with upstream:
77daea7362/script/compile (L41-L74)

The idea here is to enable more features and reduce the number of issues
compared to upstream.

Also add some tests to ensure everything is working.
2021-02-26 11:47:23 -03:00
Malte Brandy
1444504e4b
haskellPackages.cabal-install: Fix build for 3.4.0.0
We can‘t use overrideScope with random because that would touch a lot of
tests and cause build failures.  So I try to do the overrides manually.
2021-02-26 14:55:22 +01:00