Commit graph

257314 commits

Author SHA1 Message Date
Markus Kowalewski 7e23eb8dc0
slurm: 20.02.5.1 -> 20.02.6.1
Addresses CVE-2020-27745 and CVE-2020-27746
2020-12-05 16:54:46 +01:00
R. RyanTM 401b00be02 fldigi: 4.1.16 -> 4.1.17 2020-12-05 15:48:20 +00:00
Doron Behar a5e44038df
Merge pull request #99685 from doronbehar/pkg/gnuradio
gnuradio: rewrite
2020-12-05 17:14:37 +02:00
Michael Weiss 00617447b2
Merge pull request #105360 from primeos/criu-python3
criu: Switch to Python 3
2020-12-05 16:01:55 +01:00
Alex Brandt ff1700feda lib/string: drop redundant string in description of toInt.
Describing the string argument as a string is redundant and not needed
to describe what this function does.
2020-12-05 14:35:30 +00:00
R. RyanTM c8847c30c5 epiphany: 3.38.1 -> 3.38.2 2020-12-05 14:22:14 +00:00
Martin Weinelt 3946938f35
python3Packages.pyatmo: 4.2.0 -> 4.2.1 2020-12-05 15:06:44 +01:00
Vladyslav M 8de71d243b
pijul: 1.0.0-alpha.11 -> 1.0.0-alpha.17 2020-12-05 16:06:43 +02:00
R. RyanTM 01c14bd1bf exodus: 20.11.23 -> 20.12.4 2020-12-05 13:56:26 +00:00
R. RyanTM 176cfbf1d1 fio: 3.24 -> 3.25 2020-12-05 13:49:46 +00:00
Martin Weinelt 94f9ab741c homeassistant: 0.118.4 -> 0.118.5 2020-12-05 14:37:14 +01:00
R. RyanTM c8c68ed18e eksctl: 0.32.0 -> 0.33.0 2020-12-05 13:28:57 +00:00
R. RyanTM a8d0bda27f broot: 1.0.7 -> 1.0.8 2020-12-05 13:09:52 +00:00
Tom Hall a6e78f015c
wacomtablet: Fix build with Qt5.15, pending new release (#104660)
Also update homepage
2020-12-05 13:47:44 +01:00
Benjamin Hipple c113cefc00 python3Packages.milc: init at 1.0.10
This is a dependency of [qmk](https://github.com/qmk/qmk_cli), which I would
like to package next.
2020-12-05 07:41:46 -05:00
github-actions[bot] 0947539ec1
Merge master into staging-next 2020-12-05 12:18:17 +00:00
R. RyanTM 6838cb8aa0 buildkit: 0.7.2 -> 0.8.0 2020-12-05 12:06:38 +00:00
Benjamin Hipple 29045c2322
Merge pull request #105951 from jonringer/remove-onnxruntime
onnxruntime: remove
2020-12-05 06:53:19 -05:00
Benjamin Hipple b65e82c7a0
Merge pull request #105845 from lukegb/singleuser-fetchzip
fetchzip: get write permission on unpacked directory
2020-12-05 06:52:07 -05:00
Matej Urbas 26c3c9ccbb python3Packages.py-air-control-exporter: init at 0.1.4 2020-12-05 11:44:41 +00:00
Doron Behar 956e6426d1
Merge pull request #98234 from freezeboy/add-n8n 2020-12-05 13:40:34 +02:00
Doron Behar 0f615e80a0 fixup! gnuradio: rewrite 2020-12-05 13:24:09 +02:00
Doron Behar d3b3bf7eb8 fixup! gnuradio: rewrite 2020-12-05 13:24:09 +02:00
R. RyanTM 3d55b9a899 comedilib: 0.11.0 -> 0.12.0 2020-12-05 13:24:09 +02:00
Doron Behar 44d041786b rl-2103: Mention gnuradio expressions changes.
Mention 3.8 and that it's now possible to override it and 3.7 to compile
only certain features.
2020-12-05 13:24:05 +02:00
Doron Behar 080930412b gnss-sdr: Fix build by adding python six 2020-12-05 13:23:00 +02:00
Doron Behar ed44b466e6 treewide/(gnuradio plugins): Add log4cpp as it's needed now.
Since gnuradio-runtime is compiled with log4cpp, all plugins that need
gnuradio-runtime (which is all of them probably) need log4cpp as well.

Add python.pkgs.cheetah to inputs of gr-osmosdr as it somehow started to
be needed.
2020-12-05 13:23:00 +02:00
Doron Behar 3becac02f8 gnuradio: rewrite
Write (similar) expressions for GNURadio 3.7 and 3.8 and make 3.8
available as `gnuradio`, and `gnuradio3_7` point to the 3.7 build.

Teach both 3.7 & 3.8 expressions accept a `features` attribute set, that
tells them what features to compile. There are dependencies within the
different features, and we rely on upstream's cmake scripts to make sure
the `configurePhase` will fail if a feature is not enabled and needed by
another feature.  All features are enabled by default.

Put shared Nix functions and attributes for both 3.7 and 3.8 in:
pkgs/applications/radio/gnuradio/shared.nix

Add 2 patches accepted upstream, that don't install some python related
examples if python-support is not enabled.

Remove cmake python reference in 3.8 with removeReferencesTo, if
python-support is turned off.

Update gqrx (reverse dependency) to use a build of gnuradio3_7 without
gui components and for it's gr-osmosdr as well.

Write an external, `wrapper.nix` (shared for both 3.7 and 3.8). Teach it
to handle extra `gr-` packages via `GRC_BLOCKS_PATH`. Likely enable it
to accept extra python packages. Wrap the executables with env vars
wrapGAppsHook and wrapQtAppsHook would have likely given them (hence,
fix #87510). Point `gnuradio` to the wrapped 3.8 derivation.

Add @doronbehar to maintainers of both 3.8 and 3.7.

dirty: use upstreamed patches
2020-12-05 13:23:00 +02:00
Oleksii Filonenko eefdca1bcf
Merge pull request #105948 from r-ryantm/auto-update/topgrade
topgrade: 6.0.0 -> 6.0.1
2020-12-05 13:17:18 +02:00
Doron Behar 7e96d9ee61
Merge pull request #104888 from doronbehar/pkg/gnomeExtensions/easyScreenCast
gnomeExtensions.easyScreenCast: init at unstable-2020-11-25
2020-12-05 12:36:51 +02:00
Raghav Sood dadf50a137
Merge pull request #105950 from r-ryantm/auto-update/turbo-geth
turbo-geth: 2020.11.04 -> 2020.12.01
2020-12-05 10:34:41 +00:00
Sandro d8b13417f5
Merge pull request #105947 from r-ryantm/auto-update/todoman
todoman: 3.8.0 -> 3.9.0
2020-12-05 11:32:11 +01:00
Sandro 4adfd81d9f
Merge pull request #105946 from r-ryantm/auto-update/thc-ipv6
thc-ipv6: 3.6 -> 3.8
2020-12-05 11:32:00 +01:00
Sandro f9e33cab2b
Merge pull request #105941 from r-ryantm/auto-update/tempo
tempo: 0.3.0 -> 0.4.0
2020-12-05 11:31:45 +01:00
Doron Behar 16a01272ee sundials: assert that lapack and blas are compatible
Instead of asserting that lapack and blas are both not using 64 bit
index size, only make sure they are index size compatible. Plus, do it
when evaluating buildInputs, per:
https://github.com/NixOS/nixpkgs/pull/94892#discussion_r471110250

Don't pass SUNDIALS_INDEX_TYPE=int32_t if blas && lapack are compiled
with 64 bit index size.

Bonus: Use checkTarget and not an overrided checkPhase, per:
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/explicit-phases.md
2020-12-05 12:26:02 +02:00
freezeboy 903b2aa9a6 nixos/n8n: init module and test 2020-12-05 11:02:40 +01:00
Sandro aa27e2f238
Merge pull request #105933 from r-ryantm/auto-update/simplenote
simplenote: 2.1.0 -> 2.2.0
2020-12-05 11:00:08 +01:00
Sandro 0c36370058
Merge pull request #105929 from r-ryantm/auto-update/sigil
sigil: 1.4.2 -> 1.4.3
2020-12-05 10:57:21 +01:00
Doron Behar db6178b797 gnomeExtensions.easyScreenCast: init at unstable-2020-11-25 2020-12-05 11:56:34 +02:00
Doron Behar de5270e6f5
Merge pull request #105939 from r-ryantm/auto-update/syncthingtray
syncthingtray: 1.0.1 -> 1.1.0
2020-12-05 11:52:22 +02:00
R. RyanTM 217dc7cd3c acme-sh: 2.8.7 -> 2.8.8 2020-12-05 09:36:21 +00:00
R. RyanTM 9b3e35f267 toxic: 0.9.1 -> 0.10.0 2020-12-05 10:11:35 +01:00
Charlotte Van Petegem 6ea99ff06b
greenfoot: init at 3.6.1 2020-12-05 10:09:20 +01:00
Michele Guerini Rocco f761ae803d
Merge pull request #105954 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.198 -> 1.199
2020-12-05 10:07:14 +01:00
R. RyanTM c908f3a456 zerotierone: 1.6.1 -> 1.6.2 2020-12-05 09:58:17 +01:00
Vladimír Čunát a7a8235392
Merge #105955: doc/firefox: correct manual generation 2020-12-05 09:37:46 +01:00
Terin Stock edfe388d1e doc/firefox: correct manual generation
Corrects the level of the "Troubleshooting" section, and adds an anchor
for Firefox.
2020-12-05 00:31:21 -08:00
R. RyanTM 18de1a3813 atlassian-jira: 8.13.0 -> 8.14.0 2020-12-05 08:22:02 +00:00
R. RyanTM 3f5f10a7b1 ocamlPackages.ppx_tools_versioned: 5.3.0 -> 5.4.0 2020-12-05 09:06:02 +01:00
R. RyanTM 988808634a bdf2psf: 1.198 -> 1.199 2020-12-05 07:50:40 +00:00