1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

348573 commits

Author SHA1 Message Date
Marijan Petričević 446c21fdc7 factor out tmp-dir checks 2022-01-25 11:31:25 +01:00
Marijan Petričević 03c90974a7 add tmp_dir access check 2022-01-25 11:14:57 +01:00
Marijan Petričević e17fcbc966 introduce writeable_dir argparse type 2022-01-25 10:21:33 +01:00
Marijan Petričević 7765670c8a make output_directory an optional parameter 2022-01-25 01:18:52 +01:00
Marijan Petričević f9b5f9dba7 nixos/test-driver: use an argument instead of the out env-var 2022-01-25 01:17:29 +01:00
Ivv 1e643a3852
Merge pull request #156617 from samuelgrf/update-maintainer-info-samuelgrf
Update my (samuelgrf) maintainer info
2022-01-25 00:52:01 +01:00
R. RyanTM ecbad79bfb
lombok: 1.18.20 -> 1.18.22
(#152792)
2022-01-25 00:48:09 +01:00
Shamrock Lee 637a001f69
dcap: Init at 2.47.12 (#156282) 2022-01-25 00:39:50 +01:00
Seong Yong-ju 555014c67d online-judge-tools: init at 11.5.1 2022-01-24 15:39:32 -08:00
Cody Hiar abe84c21a9 neovim: add ldflag for treesitter plugins requiring libstdc++ 2022-01-24 15:33:23 -08:00
Zane van Iperen 7976f70bae ffmpeg_5: init at 5.0 2022-01-24 15:31:51 -08:00
Philipp Woelfel e79bb564af
pdfstudio: merge with package pdfstudioviewer (#156274)
* pdfstudio: merge with pdfstudioviewer and use FHS sandbox to fix printing

Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>
2022-01-25 00:30:39 +01:00
Mario Rodas 7f9c0d1683
Merge pull request #156548 from IvarWithoutBones/bump/ncspot
ncspot: 0.9.3 -> 0.9.5
2022-01-24 18:20:34 -05:00
Mario Rodas de90eabc5c
Merge pull request #156424 from marsam/update-git-revise
git-revise: 0.6.0 -> 0.7.0
2022-01-24 18:19:03 -05:00
Bernardo Meurer 6a17e6fbd2
Merge pull request #156488 from rvolosatovs/update/tree-sitter
tree-sitter: 0.20.2 -> 0.20.4 and updater script fixes
2022-01-24 23:08:57 +00:00
Thiago Kenji Okada b780c9f099
Merge pull request #145013 from Luflosi/add-boot.initrd.extraModprobeConfig
nixos/modprobe: add boot.initrd.extraModprobeConfig option
2022-01-24 19:35:33 -03:00
legendofmiracles 072184c465
Merge pull request #156426 from marsam/fix-gay 2022-01-24 16:31:06 -06:00
Fabian Affolter a3c140ab67
Merge pull request #156545 from fabaff/bump-cyclonedx-python-lib
python3Packages.cyclonedx-python-lib: 1.2.0 -> 1.3.0
2022-01-24 23:30:46 +01:00
Fabian Affolter 908abedabe
Merge pull request #156479 from fabaff/bump-devonavr
python3Packages.denonavr: 0.10.9 -> 0.10.10
2022-01-24 23:29:59 +01:00
Fabian Affolter 900c0196d0
Merge pull request #156471 from fabaff/bump-identify
python3Packages.identify: 2.4.4 -> 2.4.5
2022-01-24 23:29:42 +01:00
Fabian Affolter 82f394ddd6
Merge pull request #156443 from fabaff/bump-flux-led
python3Packages.flux-led: 0.28.8 -> 0.28.10
2022-01-24 23:27:52 +01:00
Fabian Affolter b0265b0e7e
Merge pull request #156445 from fabaff/bump-meshtastic
python3Packages.meshtastic: 1.2.58 -> 1.2.75
2022-01-24 23:27:24 +01:00
Potato Hatsue 048d5eeabd
fcitx5-unikey: init at 5.0.7 (#154699)
* fcitx5-unikey: init at 5.0.7

Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>
2022-01-24 23:23:11 +01:00
Ben Siraphob a3636bc91b
Merge pull request #156623 from siraben/txtorcon-aarch64-darwin
python3Packages.txtorcon: disable tests on aarch64-darwin
2022-01-24 16:20:25 -06:00
Michael Weiss 5c3829a8b1
Merge pull request #156608 from primeos/chromiumDev
chromiumDev: Fix the configuration phase + get-commit-message.py: Improve the parsing
2022-01-24 23:11:31 +01:00
Ben Siraphob 7ae0278f2d
Merge pull request #156580 from r-ryantm/auto-update/python3.10-aenum
python310Packages.aenum: 3.1.6 -> 3.1.8
2022-01-24 16:10:05 -06:00
Ben Siraphob be8a4c3222
python3Packages.txtorcon: disable tests on aarch64-darwin 2022-01-24 16:03:24 -06:00
Luflosi 1c58cdbeed
nixos/modprobe: add boot.initrd.extraModprobeConfig option
This option behaves exactly like `boot.extraModprobeConfig`, except that it also includes the generated modprobe.d file in the initrd.
Many years ago, someone tried to include the normal modprobe.d/nixos.conf file generated by `boot.extraModprobeConfig` in the initrd: 0aa2c1dc46. This file contains a reference to a directory with firmware files inside. Including firmware in the initrd made it too big, so the commit was reverted again in 4a4c051a95.
The `boot.extraModprobeConfig` option not changing the initrd caused me much confusion because I tried to set the maximum cache size for ZFS and it didn't work.
Closes https://github.com/NixOS/nixpkgs/issues/25456.
2022-01-24 22:56:14 +01:00
Fabian Affolter 68eafd0937
Merge pull request #156570 from r-ryantm/auto-update/log4j-sniffer
log4j-sniffer: 1.2.0 -> 1.6.0
2022-01-24 22:45:04 +01:00
Samuel Gräfenstein 61982fb66a
maintainers: update samuelgrf's email and keys 2022-01-24 22:42:40 +01:00
Samuel Gräfenstein 32d086c4bb
maintainers: format 2022-01-24 22:41:19 +01:00
R. RyanTM 7916caf759
wpgtk: 6.1.3 -> 6.5.0
* wpgtk: 6.1.3 -> 6.5.0 (#155578)

* wpgtk: use SPDX 3.0 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-24 22:21:54 +01:00
Michael Weiss e8b241cdba
chromiumDev: Fix the configuration phase
This fixes:
--------------------------------------------------------------------------------
configuring
ERROR at //ui/gtk/BUILD.gn:17:1: Assertion failed.
assert(use_gio, "GIO is required for building with GTK")
^-----
GIO is required for building with GTK
See //content/shell/BUILD.gn:308:15: which caused the file to be included.
    deps += [ "//ui/gtk" ]
              ^---------
--------------------------------------------------------------------------------

But there's still another build issue(s) left:
--------------------------------------------------------------------------------
[25491/48383] ACTION //components/url_formatter/spoof_checks/top_domains:generate_top_domain_list_variables_file(//build/toolchain/linux/unbundle:default)d_tmp/browser_command.mojom-webui.jsab_page_third_party.mojom-webui.js
FAILED: gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc
python3 ../../build/gn_run_binary.py make_top_domain_list_variables ../../components/url_formatter/spoof_checks/top_domains/domains.list top500_domains gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc
make_top_domain_list_variables failed with exit code -4
ninja: build stopped: subcommand failed.
--------------------------------------------------------------------------------
2022-01-24 22:08:08 +01:00
Michael Weiss d0ed7ee0b0
chromium: get-commit-message.py: Improve the parsing
The latest announcement uses the following structure: "Google is aware
the exploits for CVE-2021-37975 and CVE-2021-37976 exist in the wild."
(https://chromereleases.googleblog.com/2021/09/stable-channel-update-for-desktop_30.html)
2022-01-24 22:08:04 +01:00
Doron Behar 6ea0d68c4d
Merge pull request #156436 from r-ryantm/auto-update/cpp-utilities 2022-01-24 22:55:55 +02:00
Bernardo Meurer 16f77e1412
Merge pull request #153932 from jmc-figueira/wine-wayland
wine-wayland: added derivation for building the experimental Wayland driver for Wine
2022-01-24 20:52:24 +00:00
R. RyanTM 3a87982537
video2midi: 0.4.0.2 -> 0.4.6.5
* video2midi: 0.4.0.2 -> 0.4.6.5 (#156000)

* video2midi: use SPDX 3.0 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-24 21:52:06 +01:00
R. RyanTM 5c09fe1887
libsForQt5.qcoro: 0.3.0 -> 0.4.0
* libsForQt5.qcoro: 0.3.0 -> 0.4.0 (#155990)

* libsForQt5.qcoro: don't build on aarch64

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-24 21:51:10 +01:00
Mario Rodas 8477e53482 spotdl: 3.7.2 -> 3.9.2 2022-01-24 12:43:05 -08:00
R. RyanTM 493d141d06
stunnel: 5.61 -> 5.62
(#155644)
2022-01-24 21:36:08 +01:00
Martin Weinelt ba6ec867de
Merge pull request #156562 from r-ryantm/auto-update/lego 2022-01-24 21:35:46 +01:00
Ivv 6ae2dbc902
Merge pull request #151498 from costrouc/python-keycloak
pythonPackages.python-keycloak: init at 0.26.1
2022-01-24 21:28:18 +01:00
R. Ryantm b67fc5a3e5 python310Packages.total-connect-client: 2021.12 -> 2022.1 2022-01-24 12:27:48 -08:00
R. Ryantm 3e2706a0eb python310Packages.bond-api: 0.1.15 -> 0.1.16 2022-01-24 12:18:50 -08:00
Guillaume Girol 1b1fe46bb1
Merge pull request #156314 from B4dM4n/nixos-tests-missing
nixos/tests: add missing tests
2022-01-24 19:32:15 +00:00
Ryan Mulligan 215d4d0fd8
Merge pull request #156557 from r-ryantm/auto-update/steampipe
steampipe: 0.12.0 -> 0.12.1
2022-01-24 11:20:45 -08:00
Ryan Mulligan c927ba4c0b
Merge pull request #156496 from r-ryantm/auto-update/goreleaser
goreleaser: 1.2.5 -> 1.3.1
2022-01-24 11:14:09 -08:00
Bernardo Meurer e84e966bbd
Merge pull request #156418 from lovesegfault/tlp-1.5.0
tlp: 1.4.0 -> 1.5.0
2022-01-24 18:59:09 +00:00
R. RyanTM 8bd7d6d6e0
star: 2.7.9a -> 2.7.10a
(#155868)
2022-01-24 19:51:44 +01:00
R. Ryantm 84c9735af5 python310Packages.aenum: 3.1.6 -> 3.1.8 2022-01-24 18:47:52 +00:00