Commit graph

54477 commits

Author SHA1 Message Date
Frederik Rietdijk cbb4e4733b Merge staging-next into staging 2020-11-20 08:12:39 +01:00
Frederik Rietdijk 553b7a8bf0 Merge master into staging-next 2020-11-20 08:12:06 +01:00
Austin Seipp 75e683d29d pythonPackages: add new 'seccomp' library
As requested in #99553. Closes #99553.

Libraries that install python modules as part of the build are
problematic, because they either

  - only support a single python version, because the input for
    pythonPackages gets fixed in all-packages.nix, or

  - need to be rebuild the underlying C code for *every* python version
    resulting in libfoo-python37, libfoo-python38, and so on

We would prefer to use the second approach because it works correctly
for all versions of python. However, it creates duplicate copies of
libseccomp.so and that can be expensive. Instead we 'deduplicate' the
copies of libseccomp.so by

  - attaching a new $pythonsrc output to the libseccomp deriv, and
  - exposing a new 'seccomp' package in python-packages.nix using
    libseccomp as input, and
  - having a custom python.nix derivation that builds the cython
    extension using libseccomp to get the python source and the
    package version

This means we build 1 copy of the seccomp python package, one for each
version of python, but all of those packages refer to a single instance
of the libseccomp C library, giving us the best of both worlds.

NOTE: because this requires changing the postInstall of libseccomp, it
requires a mass rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:57:26 +01:00
zowoq ac963ef717 mmv-go: init at 0.1.2 2020-11-20 11:38:22 +10:00
Jan Tojnar 66ef389efa
Merge branch 'staging-next' into staging 2020-11-20 01:38:58 +01:00
Jan Tojnar f6105d21e3
Merge branch 'master' into staging-next 2020-11-20 01:38:32 +01:00
Jaakko Luttinen 854f78d155 pythonPackages.stack-data: init at 0.0.7 2020-11-19 16:08:23 -08:00
Jaakko Luttinen b8fa662585 pythonPackages.littleutils: init at 0.2.2 2020-11-19 16:08:23 -08:00
Ben Wolsieffer 6501d9880c talloc: fix cross-compilation to 32-bit platforms 2020-11-19 20:42:59 +01:00
Robert Hensing c68e739300
Merge pull request #104271 from adisbladis/dockertools-cross
dockerTools.buildLayeredImage: Fix cross compilation
2020-11-19 20:41:53 +01:00
Tom McLaughlin c81c3c3daf
cling: init at 0.7.0 (#64319)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-11-19 14:29:02 -05:00
Frederik Rietdijk ea7b8978ef Merge master into staging-next 2020-11-19 20:08:15 +01:00
John Ericson 93b430bc6b
Merge pull request #104201 from obsidiansystems/splice-python
python: Splice packages to better support cross
2020-11-19 14:07:03 -05:00
John Ericson b57c5d4456 python: Use makeScopeWithSplicing
Now non-`buildInputs` that are python packages should be resolved
correctly.
2020-11-19 11:58:07 -05:00
Michael Raskin ec695db02f
Merge pull request #104166 from doronbehar/pkg/julia/cleanup
julia: Disable tests for 1.3.1, and make 1.5.3 the default
2020-11-19 14:53:38 +00:00
Jörg Thalheim 2bf5899d6a
Merge pull request #104105 from spacefrogg/openafs-1.9 2020-11-19 14:42:17 +01:00
adisbladis 4313ac6b29
dockerTools.buildLayeredImage: Fix cross compilation 2020-11-19 14:32:22 +01:00
Michael Weiss 15fb3be1c0
Merge pull request #104122 from Chiiruno/dev/rav1e
rav1e: 0.3.4 -> 0.4.0-alpha // ffmpeg-full: re-enable rav1e
2020-11-19 12:38:25 +01:00
zowoq b23d2973b6 grobi: fix failing test on go 1.15 2020-11-19 20:32:44 +10:00
Maximilian Bosch f2201dbb5d
Merge pull request #104213 from zowoq/prometheus
prometheus: 2.22.1 -> 2.22.2
2020-11-19 11:25:21 +01:00
Jörg Thalheim 589d025f73
Merge pull request #101571 from Pamplemousse/cutter 2020-11-19 11:14:56 +01:00
freezeboy f78411700d python3Packages.ndjson: init at 0.3.1 2020-11-18 22:39:40 -08:00
Vincent Laporte 229060146d ocamlPackages.metrics-mirage: init at 0.2.0 2020-11-19 07:12:06 +01:00
Vincent Laporte 7346475c9f ocamlPackages.metrics-influx: init at 0.2.0 2020-11-19 07:12:06 +01:00
freezeboy 813255b816 python3Packages.arabic-reshaper: init at 2.1.1 2020-11-18 20:50:00 -08:00
freezeboy caa738142f python3Packages.python-bidi: init at 0.4.2 2020-11-18 20:50:00 -08:00
Daniël de Kok a0bbcb7632 fedora-backgrounds.f33: init at 33.0.7 2020-11-19 10:52:31 +08:00
Okina Matara 2aff61f609
ffmpeg-full: re-enable rav1e 2020-11-18 20:42:50 -06:00
Mario Rodas 8826488bbd
Merge pull request #101936 from punkeel/punkeel/nodejs-14-lts
nodePackages: Switch to 14.x
2020-11-18 21:31:49 -05:00
Pamplemousse 056a35ad97 radare2-cutter: Use Qt 5.15
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-11-18 17:07:06 -07:00
Andreas Rammhold e5f945b13b
Merge pull request #104176 from andir/firefox-83
firefox: 82.0.3 -> 83.0, firefox-esr: 78.4.1esr -> 78.5.0esr, nss: 3.56 -> 3.58, cacert refactor
2020-11-19 00:47:04 +01:00
zowoq 8ec3ec7226 Revert "prometheus: pin to go 1.14"
This reverts commit ba17782524.

Fixed in https://github.com/prometheus/prometheus/releases/tag/v2.21.0
2020-11-19 07:45:18 +10:00
Wulfsta 3c9c52db49 pythonPackages.flatbuffers: init at 1.12.0 2020-11-18 13:23:41 -08:00
Kevin Amado 04a641bd4f pythonPackages.aioextensions: init at 20.11.1517005 2020-11-18 12:05:12 -08:00
Andreas Rammhold cbd0f8931c
nss_3_53: init 2020-11-18 20:13:23 +01:00
freezeboy 95a170cda0 python3Packages.sockjs: init at 0.11.0 2020-11-18 10:57:17 -08:00
ajs124 4897c23904 spandsp3: init at 3.0.0 2020-11-18 17:13:29 +01:00
Frederik Rietdijk da12fc6838 Merge staging-next into staging 2020-11-18 15:36:56 +01:00
Doron Behar 1e4c335a94 julia: Make 15 the default version 2020-11-18 15:33:18 +02:00
WORLDofPEACE c7b0aeb0d3
Merge pull request #102537 from helsinki-systems/feat/dbus-apparmor
dbus: Add AppArmor support
2020-11-18 05:27:02 -05:00
Janne Heß 060d20de24
dbus: Enable AppArmor mediation support 2020-11-18 10:10:25 +01:00
Ryan Mulligan c12b401432
Merge pull request #104024 from ryantm/rm-shaarli
shaarli-material: remove package
2020-11-17 21:21:18 -08:00
Yorick van Pelt 9ca12dc4c7 python3Packages.reedsolo: init at 1.5.4
reedsolo: maintain, add tests, fix cython

reedsolo: Apply suggestions from code review

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2020-11-17 16:41:17 -08:00
Michael Raitza 1e97f1d455 openafs_1_9: init at 1.9.0 2020-11-17 23:32:21 +01:00
Lassulus d93584cd1c
Merge pull request #101547 from kmein/feature/spotify-cli-linux
spotify-cli-linux: init at 1.6.0
2020-11-17 22:23:54 +01:00
Andreas Rammhold 48d4b84f40
Merge pull request #104027 from cole-h/crate2nix
crate2nix: init at 0.8.0
2020-11-17 22:23:27 +01:00
Lassulus 0749c7d68d
Merge pull request #101255 from kmein/feature/python-packages
python3Packages.{pygtrie, betacode}: init
2020-11-17 22:22:09 +01:00
Arnout Engelen 05e0aa3040
gcc: update to isl 0.20.0 for bootstrapping and recent versions (#103311) 2020-11-17 21:20:48 +00:00
Lassulus 652c2cd5bf
Merge pull request #104085 from kmein/feature/urlwatch
urlwatch: 2.19 -> 2.21
2020-11-17 21:45:41 +01:00
Michael Raitza 1f323ec2b4 openafs: remove 1.6; point to openafs_1_8 2020-11-17 21:31:59 +01:00