1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00
Commit graph

295675 commits

Author SHA1 Message Date
Robert Schütz 338576f9c7
Merge pull request #126642 from austinbutler/fix-black-darwin
python3Packages.black: 21.5b1 -> 21.6b0
2021-06-13 20:28:56 +02:00
Austin Butler a6a82884a5 python3Packages.black: 21.5b1 -> 21.6b0 2021-06-13 11:13:11 -07:00
Pavol Rusnak 9a3f486709
Merge pull request #125952 from musfay/micropython
micropython: 1.13 -> 1.15
2021-06-13 18:17:34 +02:00
Anderson Torres 31b25d63ff
Merge pull request #125660 from p3psi-boo/master
variety: fixed GLib-GIO-ERROR error
2021-06-13 13:16:58 -03:00
Mustafa Çalışkan 596e9eac8e xfce.ristretto: 0.10.0 -> 0.11.0 2021-06-13 19:03:23 +03:00
Mustafa Çalışkan 363140fd27 micropython: 1.13 -> 1.15 2021-06-13 18:56:39 +03:00
Daiderd Jordan d429c33e19
darwin: temporarily disable bootstrap stdenv test
The update bootstrap tools requires changes from the upcoming llvm
update in order to work.

Fixes #126617
2021-06-13 17:32:09 +02:00
Daiderd Jordan 40ffedfb38
darwin: expose bootstrapLlvmVersion as argument in the stdenv
This enables the bootstrap stdenv test to specify the actual llvm
of the newly generated build instread of assuming it's the same version
as the current stdenv.
2021-06-13 17:32:06 +02:00
be7a 18664a319a
pferd: 3.0.1 -> 3.1.0 2021-06-13 17:26:03 +02:00
Mauricio Scheffer 0516afb267 starspace: build with gzip support 2021-06-13 16:20:58 +01:00
John Ericson 2c2b33c326
Merge pull request #126753 from cmm/fix-clang-wrapper
fix clangd
2021-06-13 10:46:27 -04:00
Michael Livshin 8e06a39574 clang-tools: fix clangd
Whatever change has necessitated
https://github.com/NixOS/nixpkgs/pull/122044, it also broke clangd --
<clang-wrapper>/resource-root/include is no longer automagically
searched for includes, which kills pretty much any indexing since that
directory contains vital stuff like stddef.h etc.

Fix by appending the directory to CPATH & CPLUS_INCLUDE_PATH in the
clangd wrapper.
2021-06-13 17:31:16 +03:00
Michael Weiss 0d02b47ddd
llvmPackages_git: 12.0.0 -> 2021-05-17
TODO: Only llvmPackages_git.stdenv builds right now, other packages
still fail. Help is welcome.
2021-06-13 16:21:27 +02:00
superherointj ea67c657cc ocamlPackages.sha: 1.13 -> 1.14 2021-06-13 15:58:38 +02:00
Alyssa Ross a3e6044fa6 ncurses: fix build on NetBSD
Only tested cross-compiling, but is probably necessary for native too.

Fixes errors like this:

linking ../lib/libncursesw.so
x86_64-unknown-netbsd-gcc  --param max-inline-insns-single=1200 -Wl,-shared -Wl,-Bshareable -o ../lib/libncursesw.so ../obj_s/hardscroll.o ../obj_s/hashmap.o ../obj_s/lib_addch.o ../obj_s/lib_addstr.o ../obj_s/lib_beep.o ../obj_s/lib_bkgd.o ../obj_s/lib_box.o ../obj_s/lib_chgat.o ../obj_s/lib_clear.o ../obj_s/lib_clearok.o ../obj_s/lib_clrbot.o ../obj_s/lib_clreol.o ../obj_s/lib_color.o ../obj_s/lib_colorset.o ../obj_s/lib_delch.o ../obj_s/lib_delwin.o ../obj_s/lib_echo.o ../obj_s/lib_endwin.o ../obj_s/lib_erase.o ../obj_s/lib_flash.o ../obj_s/lib_gen.o ../obj_s/lib_getch.o ../obj_s/lib_getstr.o ../obj_s/lib_hline.o ../obj_s/lib_immedok.o ../obj_s/lib_inchstr.o ../obj_s/lib_initscr.o ../obj_s/lib_insch.o ../obj_s/lib_insdel.o ../obj_s/lib_insnstr.o ../obj_s/lib_instr.o ../obj_s/lib_isendwin.o ../obj_s/lib_leaveok.o ../obj_s/lib_mouse.o ../obj_s/lib_move.o ../obj_s/lib_mvcur.o ../obj_s/lib_mvwin.o ../obj_s/lib_newterm.o ../obj_s/lib_newwin.o ../obj_s/lib_nl.o ../obj_s/lib_overlay.o ../obj_s/lib_pad.o ../obj_s/lib_printw.o ../obj_s/lib_redrawln.o ../obj_s/lib_refresh.o ../obj_s/lib_restart.o ../obj_s/lib_scanw.o ../obj_s/lib_screen.o ../obj_s/lib_scroll.o ../obj_s/lib_scrollok.o ../obj_s/lib_scrreg.o ../obj_s/lib_set_term.o ../obj_s/lib_slk.o ../obj_s/lib_slkatr_set.o ../obj_s/lib_slkatrof.o ../obj_s/lib_slkatron.o ../obj_s/lib_slkatrset.o ../obj_s/lib_slkattr.o ../obj_s/lib_slkclear.o ../obj_s/lib_slkcolor.o ../obj_s/lib_slkinit.o ../obj_s/lib_slklab.o ../obj_s/lib_slkrefr.o ../obj_s/lib_slkset.o ../obj_s/lib_slktouch.o ../obj_s/lib_touch.o ../obj_s/lib_tstp.o ../obj_s/lib_ungetch.o ../obj_s/lib_vidattr.o ../obj_s/lib_vline.o ../obj_s/lib_wattroff.o ../obj_s/lib_wattron.o ../obj_s/lib_winch.o ../obj_s/lib_window.o ../obj_s/nc_panel.o ../obj_s/safe_sprintf.o ../obj_s/tty_update.o ../obj_s/varargs.o ../obj_s/vsscanf.o ../obj_s/lib_freeall.o ../obj_s/charable.o ../obj_s/lib_add_wch.o ../obj_s/lib_box_set.o ../obj_s/lib_cchar.o ../obj_s/lib_erasewchar.o ../obj_s/lib_get_wch.o ../obj_s/lib_get_wstr.o ../obj_s/lib_hline_set.o ../obj_s/lib_in_wch.o ../obj_s/lib_in_wchnstr.o ../obj_s/lib_ins_wch.o ../obj_s/lib_inwstr.o ../obj_s/lib_key_name.o ../obj_s/lib_pecho_wchar.o ../obj_s/lib_slk_wset.o ../obj_s/lib_unget_wch.o ../obj_s/lib_vid_attr.o ../obj_s/lib_vline_set.o ../obj_s/lib_wacs.o ../obj_s/lib_wunctrl.o ../obj_s/expanded.o ../obj_s/legacy_coding.o ../obj_s/lib_dft_fgbg.o ../obj_s/lib_print.o ../obj_s/new_pair.o ../obj_s/resizeterm.o ../obj_s/use_screen.o ../obj_s/use_window.o ../obj_s/wresize.o ../obj_s/access.o ../obj_s/add_tries.o ../obj_s/alloc_ttype.o ../obj_s/codes.o ../obj_s/comp_captab.o ../obj_s/comp_error.o ../obj_s/comp_hash.o ../obj_s/comp_userdefs.o ../obj_s/db_iterator.o ../obj_s/doalloc.o ../obj_s/entries.o ../obj_s/fallback.o ../obj_s/free_ttype.o ../obj_s/getenv_num.o ../obj_s/home_terminfo.o ../obj_s/init_keytry.o ../obj_s/lib_acs.o ../obj_s/lib_baudrate.o ../obj_s/lib_cur_term.o ../obj_s/lib_data.o ../obj_s/lib_has_cap.o ../obj_s/lib_kernel.o ../obj_s/lib_keyname.o ../obj_s/lib_longname.o ../obj_s/lib_napms.o ../obj_s/lib_options.o ../obj_s/lib_raw.o ../obj_s/lib_setup.o ../obj_s/lib_termcap.o ../obj_s/lib_termname.o ../obj_s/lib_tgoto.o ../obj_s/lib_ti.o ../obj_s/lib_tparm.o ../obj_s/lib_tputs.o ../obj_s/lib_trace.o ../obj_s/lib_ttyflags.o ../obj_s/lib_twait.o ../obj_s/name_match.o ../obj_s/names.o ../obj_s/obsolete.o ../obj_s/read_entry.o ../obj_s/read_termcap.o ../obj_s/strings.o ../obj_s/tries.o ../obj_s/trim_sgr0.o ../obj_s/unctrl.o ../obj_s/visbuf.o ../obj_s/alloc_entry.o ../obj_s/captoinfo.o ../obj_s/comp_expand.o ../obj_s/comp_parse.o ../obj_s/comp_scan.o ../obj_s/parse_entry.o ../obj_s/write_entry.o ../obj_s/define_key.o ../obj_s/hashed_db.o ../obj_s/key_defined.o ../obj_s/keybound.o ../obj_s/keyok.o ../obj_s/version.o -L../lib
/nix/store/6h96vn8vpm01sn0r5shdl48nw94kzls6-x86_64-unknown-netbsd-binutils-2.35.1/bin/x86_64-unknown-netbsd-ld: /nix/store/dy4bg91z7g0p8k3cdq8rbmzj27lsmx5k-libc-netbsd-9.1-x86_64-unknown-netbsd/lib/crt0.o: in function `__start':
(.text+0x31): undefined reference to `__fini_array_start'
/nix/store/6h96vn8vpm01sn0r5shdl48nw94kzls6-x86_64-unknown-netbsd-binutils-2.35.1/bin/x86_64-unknown-netbsd-ld: /nix/store/dy4bg91z7g0p8k3cdq8rbmzj27lsmx5k-libc-netbsd-9.1-x86_64-unknown-netbsd/lib/crt0.o: relocation R_X86_64_PC32 against undefined hidden symbol `__fini_array_start' can not be used when making a shared object
/nix/store/6h96vn8vpm01sn0r5shdl48nw94kzls6-x86_64-unknown-netbsd-binutils-2.35.1/bin/x86_64-unknown-netbsd-ld: final link failed: bad value
collect2: error: ld returned 1 exit status
2021-06-13 13:52:01 +00:00
superherointj a88ad63642 ocamlPackages.fileutils: 0.5.3 -> 0.6.3 2021-06-13 15:24:10 +02:00
Michele Guerini Rocco 6aa2bb6a81
Merge pull request #126730 from rnhmjoj/pdns
pdns-recursor: 2.5.1 -> 2.5.2
2021-06-13 15:00:01 +02:00
Axel Forsman 96e9be097b gbsplay: 2016-12-17 -> 0.0.94
Add the "nas" output plugin. Remove configure flags since those should
get detected automatically. Install bash completions. Format through
nixpkgs-fmt.
2021-06-13 14:37:18 +02:00
06kellyjac a936ab5eb6 terraform-ls: drop test that fail on aarch64 for aarch64 builds 2021-06-13 12:39:15 +01:00
Vladimir Serov 5c86827ffa
super-slicer: 2.2.54.2 -> 2.3.56.5
We are finally up a version!
2021-06-13 13:51:00 +03:00
Bernardo Meurer c8f95fd174
nixos.roon-bridge: init 2021-06-13 03:38:42 -07:00
Bernardo Meurer fa0326ce52
Merge pull request #126451 from lovesegfault/hqplayer
hqplayer: init
2021-06-13 10:36:29 +00:00
Samuel Noordhuis 7f934c2827
tanka: 0.15.1 -> 0.16.0 2021-06-13 20:15:47 +10:00
George b1f74dd413
iosevka: 5.0.2 -> 7.0.4, iosevka-bin: 5.0.5 -> 7.0.4 (#126664)
* iosevka: 5.0.2 -> 7.0.4

* iosevka-bin: 5.0.5 -> 7.0.4
2021-06-13 05:58:28 -04:00
Michael Weiss 05b088f4d3
Merge pull request #126662 from primeos/ungoogled-chromium
ungoogled-chromium: 91.0.4472.77 -> 91.0.4472.101
2021-06-13 11:55:14 +02:00
Martin Weinelt b723ca5816
Merge pull request #126689 from mweinelt/home-assistant
home-assistant: 2021.6.3 -> 2021.6.4
2021-06-13 11:38:47 +02:00
Jörg Thalheim 1b299f5785
Merge pull request #126060 from Mic92/dpdk-kmod
dpdk-kmods: init at 2021-04-21
2021-06-13 11:37:03 +02:00
Thomas Gerbet 6bec6a789a radsecproxy: 1.8.2 -> 1.9.0
Fixes CVE-2021-32642.
https://github.com/radsecproxy/radsecproxy/releases/tag/1.9.0
2021-06-13 11:33:46 +02:00
marius david b826265c48 python3Packages.skytemple-files: fix non-working patch 2021-06-13 11:31:54 +02:00
marius david f5b6846c21 armips: init at 0.11.0 2021-06-13 11:31:44 +02:00
Elis Hirwing 0b24426212
Merge pull request #126351 from etu/php-extensions-updates
php.extensions: Updates to multiple extensions
2021-06-13 11:29:40 +02:00
superherointj bfde742b86 ocamlPackages.parmap: 1.2 -> 1.2.3 2021-06-13 11:28:08 +02:00
Fabian Affolter 3f4b38eb03 python3Packages.fastjsonschema: 2.14.5 -> 2.15.1 2021-06-13 11:13:32 +02:00
rnhmjoj 07a8f0c95f
pdns-recursor: fix ambiguous license 2021-06-13 11:03:16 +02:00
Fabian Affolter 693fb7b0c1
Merge pull request #126708 from fabaff/bump-minidump
python3Packages.minidump: 0.0.17 -> 0.0.18
2021-06-13 11:01:22 +02:00
Fabian Affolter 4e4253ede0
Merge pull request #126707 from fabaff/bump-pytenable
python3Packages.pytenable: 1.2.8 -> 1.3.0
2021-06-13 11:01:06 +02:00
Fabian Affolter 2a006da3fb
Merge pull request #125571 from fabaff/nsapi
python3Packages.nsapi: init at 3.0.5
2021-06-13 11:00:15 +02:00
Fabian Affolter 017b2d7176 python3Packages.awesomeversion: 21.5.0 -> 21.6.0 2021-06-13 10:18:03 +02:00
Martin Weinelt 098665898d weechat: 3.1 -> 3.2
https://github.com/weechat/weechat/releases/tag/v3.2
2021-06-13 10:17:48 +02:00
Fabian Affolter f9f95d9efb python3Packages.pyialarm: 1.8.1 -> 1.9.0 2021-06-13 10:00:47 +02:00
rnhmjoj 79f7b9652f
pdns-recursor: 2.5.1 -> 2.5.2 2021-06-13 09:49:14 +02:00
Yusuf Bera Ertan 181d764372 hyprspace: init at 0.1.2 2021-06-13 16:46:05 +09:00
superherointj 16763ef031 ocamlPackages.magic-mime: 1.0.0 -> 1.1.3 2021-06-13 09:39:56 +02:00
p3psi cf69e3dc60
Update pkgs/applications/misc/variety/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-13 12:17:29 +08:00
adisbladis fce0206462
Merge pull request #126712 from adisbladis/goofys-init
goofys: init at unstable-2021-03-26
2021-06-12 21:44:00 -05:00
adisbladis 270277c372
Merge pull request #126709 from adisbladis/firefox-beta_dev-90.0b6
firefox-(beta|devedition)-bin: 85.0b6 -> 90.0b6
2021-06-12 21:43:40 -05:00
fortuneteller2k 6cfd6f91af interception-tools-plugins.dual-function-keys: 1.1.0 -> 1.4.0 2021-06-13 10:02:37 +08:00
fortuneteller2k 2850d06833 interception-tools-plugins.caps2esc: 0.1.3 -> 0.3.2 2021-06-13 09:58:21 +08:00
Anderson Torres 905ab4667c
Merge pull request #126505 from deviant/fix-obs-browser
Fix obs-browser
2021-06-12 22:12:18 -03:00
Sandro 8ca654a380
Merge pull request #126705 from teto/main-sauerbraten
sauerbraten: set mainProgram to sauerbraten_client
2021-06-13 02:55:38 +02:00