Commit Graph

60079 Commits

Author SHA1 Message Date
github-actions[bot]
ef6416a6ba
Merge staging-next into staging 2021-05-01 00:54:32 +00:00
Dmitry Kalinkin
275624a226
Merge pull request #120854 from tobim/pkgs/arrow-cpp-4.0.0
arrow-cpp: 3.0.0 -> 4.0.0
2021-04-30 20:06:00 -04:00
AndersonTorres
8518bfeae1 xineUI -> xine-ui
Rename it to a more intuitive name, and create a corresponding alias.
2021-04-30 17:39:10 -03:00
AndersonTorres
b13d36b973 xineLib -> xine-lib
Rename it to a more intuitive name, and create a corresponding alias.
2021-04-30 17:39:09 -03:00
Tobias Mayer
f5704c862d
xsimd: init at 7.5.0
xsimd: format

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

xsimd: fix on macOS

xsimd: Use fetchFromGitHub
2021-04-30 20:30:46 +02:00
github-actions[bot]
20ebbe6b59
Merge staging-next into staging 2021-04-30 18:26:34 +00:00
Konstantin Alekseev
7ee53c0c4f python2Packages.importlib-resources: use version 3.3.1 for python2 2021-04-30 19:10:50 +02:00
Robert Schütz
c8dff328e5
Merge pull request #120447 from AluisioASG/aasg/dyndnsc-0.6.1
dyndnsc: 0.5.1 -> 0.6.1
2021-04-30 17:35:33 +02:00
John Ericson
17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Aluísio Augusto Silva Gonçalves
932ec5518e
python3Packages.pytest-console-scripts: init at 1.2.0
Thanks to @kvas-it for cutting a release with the patches needed to make
tests work.
2021-04-30 11:40:29 -03:00
Aluísio Augusto Silva Gonçalves
98822ee896
python3Packages.json-logging: init at 1.3.0 2021-04-30 11:33:04 -03:00
Michael Weiss
774550baf5
Merge pull request #119615 from Synthetica9/cage-0.1.3
cage: 0.1.2.1 -> 0.1.3
2021-04-30 16:27:11 +02:00
Patrick Hilhorst
4263479d3e
cage: 0.1.2.1 -> 0.1.3 2021-04-30 15:38:12 +02:00
Robert Schütz
dc68eb58bb
Merge pull request #120881 from AluisioASG/aasg/sanic-routing
python3Packages.sanic: 21.3.2 -> 21.3.4; fix tests
2021-04-30 15:20:49 +02:00
Sandro
9a80c030b6
Merge pull request #120754 from netcrns/netcrns/movine 2021-04-30 15:01:44 +02:00
Sandro
09fb96f975
Merge pull request #120763 from vale981/master 2021-04-30 15:00:55 +02:00
Aluísio Augusto Silva Gonçalves
bd815d2121
python3Packages.sanic: 21.3.2 -> 21.3.4
While we're at it, revise the dependencies lists; there's been a couple
of break-ups with 21.3.0.
2021-04-30 09:56:09 -03:00
Aluísio Augusto Silva Gonçalves
192b28a75f
python3Packages.sanic-testing: init at 0.3.1 2021-04-30 09:56:09 -03:00
Aluísio Augusto Silva Gonçalves
550bb02269
python3Packages.sanic-routing: init at 0.6.2 2021-04-30 09:56:09 -03:00
Aluísio Augusto Silva Gonçalves
5b971598f0
python3Packages.pytest-sanic: mark as broken with sanic >= 21.3.0
pytest-sanic is incompatible with the current version of Sanic, see
sanic-org/sanic#2095 and yunstanford/pytest-sanic#50.  While it is
broken, we also need it to run Sanic's tests (for which case it works
just fine).
2021-04-30 09:56:09 -03:00
Sandro
039d5a2d1a
Merge pull request #120707 from onsails/ffsend
ffsend: fix build on darwin
2021-04-30 14:47:55 +02:00
github-actions[bot]
d7882499f8
Merge staging-next into staging 2021-04-30 12:26:14 +00:00
ikervagyok
f3fdc97111
rofi-power-menu: init at 3.0.2 (#121028)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 13:07:23 +02:00
Sandro
d15fad3dbe
Merge pull request #121122 from austinbutler/fix-pytest-helpers-namespace 2021-04-30 12:14:08 +02:00
seb314
3f2f7d3296
matrix-commander: init at unstable-2021-04-18 (#119895)
* matrix-commander: init

* matrix-commander: cleanups & potential dep fixes

apply most SuperSandro2000's review comments;

used python3.withPackages -- this might be the correct
way to get runtime python dependencies to work even
when matrix-commander is a dependency of another packages
(as opposed to testing in nix-shell). I'm not sure though.

aiofiles seemed to be a missing runtime dependency when called
from another (nix-packaged, jvm-based) app -- there was an
import error without it.

cacerts might require explicit pinning, as described here:
https://gist.github.com/CMCDragonkai/1ae4f4b5edeb021ca7bb1d271caca999
(relevant snippet: wrapProgram $out/bin/program \
  --set SSL_CERT_FILE "${cacert}/etc/ssl/certs/ca-bundle.crt"
  )

* add runHook {pre,post}Install

(suggested by r-rmcgibbo)

* add link to github issue re gpl3{Only,Plus}

* Update pkgs/applications/networking/instant-messengers/matrix-commander/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 10:24:49 +02:00
Sandro
dbc10ea68b
Merge pull request #121094 from wamserma/trollius-remove 2021-04-30 10:18:33 +02:00
Markus S. Wamser
b4167563e0 pythonPackages.trollius: remove
trollius is deprecated (by upstream) for more than five years,
all Python versions supported by trollius are end-of-life.
There are no more packages depending on trollius.
2021-04-30 09:43:26 +02:00
Markus S. Wamser
b8de584df4 pythonPackages.aioeventlet: remove
The upstream repo/homepage has long gone, there are  no
depndencies on that package.
2021-04-30 09:36:58 +02:00
github-actions[bot]
c6548b2832
Merge staging-next into staging 2021-04-30 06:21:40 +00:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Ivan Babrou
d75d0b9c62 gcc11: init at 11.0.0
Pretty much copy-pasted from gcc10 with changed version and sha256.
2021-04-29 22:05:32 -07:00
Sandro
1eb7187dcb
Merge pull request #99414 from arcnmx/scream
scream: 3.4 -> 3.6
2021-04-30 06:46:08 +02:00
Peter Hoeg
600bb9d529 togglesg-download: drop it as it is no longer maintained/working 2021-04-30 12:38:54 +08:00
Austin Butler
6aa9d635d4 python3Packages.setuptools-declarative-requirements: init at 1.2.0 2021-04-29 19:34:31 -07:00
Austin Butler
309dc32405 pythonPackages.pypiserver: init at 1.4.2 2021-04-29 19:34:01 -07:00
Jörg Thalheim
17a8c9c4bf
Deterministic stdenv (#120775)
Co-authored-by: Atemu <atemu.main@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 04:13:20 +02:00
Sandro
201fcfc556
Merge pull request #120459 from hjones2199/indi19
indlib: 1.8.9 -> 1.9.0
2021-04-30 03:24:55 +02:00
Sandro
158145c919
Merge pull request #121184 from FlorianFranzen/flip-link
flip-link: init at 0.1.3
2021-04-30 03:23:15 +02:00
github-actions[bot]
b4766e97ee
Merge staging-next into staging 2021-04-30 00:52:06 +00:00
Sandro
f45e5deda9
Merge pull request #120115 from FlorianFranzen/sphinx-markdown-parser
python3.pkgs.sphinx-markdown-parser: init at 0.2.4
2021-04-30 02:09:08 +02:00
Mihai Fufezan
3ed601e612
hunter: init at 1.3.5 (#120084)
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 01:49:00 +02:00
Maximilian Bosch
d7e7fd74b1
Merge pull request #120770 from jb55/plasma-pass
plasma-pass: init at 1.2.0
2021-04-29 23:04:49 +02:00
Florian Franzen
03e55dac96 python3.pkgs.sphinx-markdown-parser: init at 0.2.4 2021-04-29 20:28:21 +02:00
github-actions[bot]
3ad64733d9
Merge staging-next into staging 2021-04-29 18:28:08 +00:00
Florian Franzen
34ad94bd36 flip-link: init at 0.1.3 2021-04-29 20:07:02 +02:00
Hunter Jones
14db724f1f indlib: 1.8.9 -> 1.9.0 2021-04-29 12:57:58 -05:00
Maciej Krüger
29f3b5374a
Merge pull request #121130 from expipiplus1/joe-ecpdap
ecpdap: init at 0.1.5
2021-04-29 19:54:23 +02:00
Robert Schütz
e1ff5c3d8c
Merge pull request #120731 from helsinki-systems/upd/subversion
subversion: 1.12.2 -> 1.14.1
2021-04-29 19:36:33 +02:00
Anderson Torres
ff7d6c9a47
Merge pull request #120930 from OPNA2608/update/palemoon-29.2.0/21.05
palemoon: 29.1.1 -> 29.2.0
2021-04-29 14:35:15 -03:00
ajs124
e097d99f0d py3c: init at 1.3.1 2021-04-29 18:41:14 +02:00