1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

266229 commits

Author SHA1 Message Date
Robert Schütz e912b8e116 flink_1_5: drop
It suffers from CVE-2020-17518.
2021-01-25 16:20:18 +01:00
Francesco Gazzetta 7e33a28b4b staticjinja: 0.4.0 -> 1.0.3 2021-01-25 16:15:42 +01:00
Francesco Gazzetta 0af347320c pythonPackages.pytest-check: 0.3.9 -> 1.0.1 2021-01-25 16:15:42 +01:00
spease e610806903
halide: Enable on platforms.all (#110106) 2021-01-25 15:48:16 +01:00
Julien Dehos 8d29fd4b00 gede: 2.16.2 -> 2.17.1 2021-01-25 15:34:51 +01:00
Shaw Vrana 37c858e55d
standardnotes: fix for 3.5.11 (#110531)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25 15:25:49 +01:00
Peter Hoeg 2e802894ba
icr: 0.8.0 -> unstable-2020-10-05 (#110436) 2021-01-25 15:25:22 +01:00
Robert Schütz 570daf897f opentsdb: mark as insecure
https://github.com/OpenTSDB/opentsdb/issues/2051 has not been addressed yet
2021-01-25 15:16:35 +01:00
Mikhail Klementev d745d128b6
python3Packages.pygdbmi: 0.9.0.2 -> 0.10.0.0 2021-01-25 14:12:38 +00:00
WilliButz 80e077f5f2
prometheus-nextcloud-exporter: 0.3.0 -> 0.4.0 2021-01-25 15:12:26 +01:00
Michele Guerini Rocco 508aacd589
Merge pull request #110770 from rnhmjoj/uwsgi
nixos/uwsgi: set up the default runtime directory
2021-01-25 15:03:09 +01:00
sternenseemann 4aa937d2e2 zz: install modules shipped with the compiler
Previously zz wouldn't be able to compile anything using standard
modules like mem or log out of the box.

To fix this we copy the modules directory included in the source to
$out/share/zz/modules and add an entry to ZZ_MODULE_PATHS in the wrapper
around zz.

We also remove a search path entry which used to reference /build
because it used CARGO_MANIFEST_DIR at build time. The default search
path now includes:

* /nix/store/modules
* $out/share/zz/modules
* $(pwd)/modules

Patching out /nix/store/modules would be kind of cumbersome as it is a
multi-line entry, but it probably does no harm and fine to leave in.

An issue arising by this PR might be that the added search path entry
may take priority over an user specified location even though we use
--suffix. This is because zz internally uses a HashSet which has no
guaranteed iteration order. This may lead to unexpected behavior for
users wo previously provided custom versions of the standard modules via
ZZ_MODULE_PATHS. However, this is an issue in upstream issue as well
where ZZ_MODULE_PATHS may or may not take priority over the compiled in
search path, so this issue should probably be resolved upstream (I'll
file a report or PR).
2021-01-25 14:25:42 +01:00
Jan Tojnar db4cede416
Merge pull request #110764 from erictapen/poly2tri-c-repo
poly2tri-c: move away from untrusted repo to one that is owned by its Nixpkgs maintainer
2021-01-25 14:12:18 +01:00
rnhmjoj f62d2652e2
nixos/uwsgi: set up the default runtime directory
Fix issue #110691
2021-01-25 14:05:39 +01:00
sternenseemann 190173e05b zz: adjust upstream URLs 2021-01-25 14:03:26 +01:00
Even Brenden b27bc83789 jotta-cli: 0.7.35160 -> 0.9.38023 2021-01-25 13:50:23 +01:00
Sebastian Neubauer 16bfde2e7e spirv-cross: 2020-09-17 -> 2021-01-15 2021-01-25 13:47:00 +01:00
Robert Schütz 45da9fe59b sqlcipher: 4.4.0 -> 4.4.2 2021-01-25 13:46:46 +01:00
Kevin Cox 8708b6d871
Merge pull request #106176 from 06kellyjac/kube3d_4.0.0
kube3d: 3.4.0 -> 4.0.0
2021-01-25 07:41:04 -05:00
Justin Humm b193bc75ad poly2tri-c: move away from untrusted repo to one that is owned by its Nixpkgs maintainer
See also:
https://gitlab.gnome.org/GNOME/gegl/-/issues/214#note_1002908
https://github.com/NixOS/nixpkgs/pull/109812
2021-01-25 13:18:20 +01:00
R. RyanTM d8f3ef1c14
postsrsd: 1.9 -> 1.10 (#110211) 2021-01-25 13:17:22 +01:00
Francesco Gazzetta 321f70a603 warzone2100: 3.3.0 -> 3.4.1 2021-01-25 13:07:03 +01:00
Francesco Gazzetta 7db3b75d21 warzone2100: add fgaz to maintainers 2021-01-25 13:06:19 +01:00
Nikolay Korotkiy 3b8f71d9a2
stagit: 0.9.1 → 0.9.4 2021-01-25 15:04:26 +03:00
Sandro 7a59fcdf4e
Merge pull request #110706 from dotlambda/openjpeg_1-drop 2021-01-25 12:58:47 +01:00
Gurjeet Singh 891f607d53
vim: add vim_darwin package for macOS (#108109) 2021-01-25 12:54:49 +01:00
ilian 1ddc730412 moreutils: 0.63 -> 0.65 2021-01-25 12:44:20 +01:00
talyz 95ab0eda16
bindfs: 1.14.8 -> 1.14.9 2021-01-25 12:37:19 +01:00
ilian 32f19166bc reaper: mark audio backend libs as optional, add missing plugin libs 2021-01-25 12:33:57 +01:00
Sandro cc75b0e3b5
Merge pull request #110747 from onsails/lspsaga 2021-01-25 12:26:25 +01:00
rnhmjoj 4ff48ea01c
nixos/tests/searx: fix build
yq-go has been updated with breaking changes to the syntax.
2021-01-25 12:11:59 +01:00
"Andrey Kuznetsov" 82fad3646e vimPlugins.oceanic-material: init at 2020-11-02 2021-01-25 11:07:20 +00:00
"Andrey Kuznetsov" 78ec731265 vimPlugins.zephyr-nvim: init at 2021-01-13 2021-01-25 11:06:56 +00:00
"Andrey Kuznetsov" 8d56df7390 vimPlugins.lspsaga-nvim: init at 2021-01-25 2021-01-25 11:06:33 +00:00
"Andrey Kuznetsov" 13e91f4a19 vimPlugins: update 2021-01-25 11:06:09 +00:00
Markus Kowalewski 7bf79f3792
spglib: init at 1.16.0 2021-01-25 11:54:30 +01:00
Sandro 1703d7a4bc
Merge pull request #110752 from NixOS/revert-110545-node2nix-update
Revert "nodePackages: regenerate with node2nix 1.9.0"
2021-01-25 11:47:21 +01:00
Sandro 3cd31450a1
Revert "nodePackages: regenerate with node2nix 1.9.0" 2021-01-25 11:31:27 +01:00
Sandro ce7b327a52
Merge pull request #110740 from r-burns/lowdown
lowdown: fix dylib on darwin
2021-01-25 11:28:05 +01:00
Robert Schütz bacfa2d920
python3Packages.eth-utils: 1.8.4 -> 1.9.5 (#110318) 2021-01-25 11:06:27 +01:00
Sandro fac47806b1
Merge pull request #110743 from starcraft66/master
obs-move-transition: 2.0.2 -> 2.3.0
2021-01-25 11:04:59 +01:00
Sandro ad445d3728
Merge pull request #110735 from jbedo/bedtools
bedtools: 2.29.2 -> 2.30.0
2021-01-25 11:04:30 +01:00
Sandro e0d5fd0800
Merge pull request #110745 from Sorixelle/update-py-sonic
py-sonic: 0.7.7 -> 0.7.8
2021-01-25 11:04:16 +01:00
Robert Schütz e0dd8c6166 openjpeg_2_1: remove alias
It is actually referring to version 2.4.
2021-01-25 11:00:33 +01:00
Robert Schütz 8c9a72e55f openjpeg: clean-up
Merge generic.nix and 2.x.nix into default.nix.
openjpeg_2 is now an alias
2021-01-25 10:13:24 +01:00
TredwellGit dc8bebb906 mumble: replace python and qt514 with python3 and qt5 2021-01-25 08:49:31 +00:00
Robert Schütz d846bfaa4d openjpeg_1: drop 2021-01-25 09:37:51 +01:00
Ruby Iris Juric fa676b0e17
py-sonic: 0.7.7 -> 0.7.8 2021-01-25 19:32:30 +11:00
Sander van der Burg 40f27ff2be
Merge pull request #110545 from svanderburg/node2nix-update
nodePackages: regenerate with node2nix 1.9.0
2021-01-25 09:13:59 +01:00
sternenseemann ae82038d5f ocamlPackages.bheap: init at 2.0.0 2021-01-25 08:39:56 +01:00