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

347058 commits

Author SHA1 Message Date
Jörg Thalheim bae5930da8
Merge branch 'master' into love-cleanup 2022-01-19 05:53:49 +00:00
Bobby Rong 940d182e40
Merge pull request #152943 from rembo10/sickgear-update
sickgear: 0.25.11 -> 0.25.24
2022-01-19 12:30:24 +08:00
Bobby Rong 09b061c778
Merge pull request #155495 from robertodr/update-highfive
highfive: 2.2 -> 2.3.1
2022-01-19 11:59:30 +08:00
Bobby Rong 32e4b9949d
Merge pull request #155241 from jansol/renderdoc
renderdoc: 1.16 -> 1.17
2022-01-19 11:52:52 +08:00
Bobby Rong a9c80a5d15
Merge pull request #154756 from rhoriguchi/plex
plex: 1.25.2.5319-c43dc0277 -> 1.25.3.5409-f11334058
2022-01-19 11:32:45 +08:00
Bobby Rong c2fc40db31
Merge pull request #155078 from centromere/zcash-4.6.0-1
zcash: 4.5.1 -> 4.6.0-1
2022-01-19 11:24:44 +08:00
Bobby Rong 32927f19c1
Merge pull request #155413 from liclac/bump-among-sus
among-sus: 2020-10-19 -> 2021-05-19
2022-01-19 11:18:13 +08:00
Bobby Rong 881c16db19
Merge pull request #155463 from totoroot/update/qownnotes-22.1.7
qownnotes: 21.12.8 -> 22.1.7
2022-01-19 11:11:33 +08:00
Bobby Rong c964bde63c
Merge pull request #155498 from Emantor/bump/gpuvis
gpuvis: 20210220 -> 20211204
2022-01-19 10:57:49 +08:00
Bobby Rong 9af6367329
Merge pull request #155409 from sikmir/lagrange
lagrange: 1.9.5 → 1.10.0
2022-01-19 10:46:50 +08:00
Bobby Rong a9a141ec08
Merge pull request #155449 from bobby285271/minder
minder: 1.13.1 -> 1.14.0
2022-01-19 10:44:37 +08:00
Bobby Rong 0158c7a967
Merge pull request #155488 from teto/rstudio-mainProgram
rstudio: set meta.mainProgram
2022-01-19 10:35:00 +08:00
Bobby Rong 64d00546a3
Merge pull request #155513 from ImGabe/vscode-extensions.christian-kohler.path-intellisense
vscode-extensions.christian-kohler.path-intellisense: init at 2.6.1
2022-01-19 10:25:07 +08:00
Bobby Rong ebefe73f41
Merge pull request #148883 from r-ryantm/auto-update/xdg-desktop-portal-wlr
xdg-desktop-portal-wlr: 0.4.0 -> 0.5.0
2022-01-19 09:53:42 +08:00
Nick Cao 6dfff632df vscode-utils.buildVscodeExtension: move unzip to nativeBuildInputs 2022-01-18 17:48:35 -08:00
Ellie Hermaszewska 7682f18720
Merge pull request #154461 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-01-19 09:42:03 +08:00
Ellie Hermaszewska 142229d252
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-01-19 09:30:38 +08:00
Bobby Rong 85a146fecb
Merge pull request #155521 from newAM/newam-email
maintainers: update newam's email
2022-01-19 09:24:56 +08:00
Thiago Kenji Okada 1cc7e36986
Merge pull request #155537 from vs49688/oven
oven-media-engine: remove unused ffmpeg_3_4 import
2022-01-18 21:37:49 -03:00
github-actions[bot] 4ce5d01652
Merge master into haskell-updates 2022-01-19 00:09:13 +00:00
sternenseemann 48965506a1 lib/asserts: use throw to display message for assertMsg
`assert` has the annoying property that it dumps a lot of code at the
user without the built in capability to display a nicer message. We have
worked around this using `assertMsg` which would *additionally* display
a nice message. We can do even better: By using `throw` we can make
evaluation fail before assert draws its conclusions and prevent it from
displaying the code making up the assert condition, so we get the nicer
message of `throw` and the syntactical convenience of `assert`.

Before:

    nix-repl> python.override { reproducibleBuild = true; stripBytecode = false; }
    trace: Deterministic builds require stripping bytecode.
    error: assertion (((lib).assertMsg  (reproducibleBuild -> stripBytecode))  "Deterministic builds require stripping bytecode.") failed at /home/lukas/src/nix/nixpkgs/pkgs/development/interpreters/python/cpython/2.7/default.nix:45:1

After:

    nix-repl> python.override { reproducibleBuild = true; stripBytecode = false; }
    error: Deterministic builds require stripping bytecode.
2022-01-19 00:50:06 +01:00
Sandro 6733a4dffa
Merge pull request #155212 from gador/flask-security-too-init 2022-01-18 23:59:02 +01:00
Sandro a638e02ad9
Merge pull request #155503 from SuperSandro2000/mdcat 2022-01-18 23:56:11 +01:00
Sandro bbe8195d8f
Merge pull request #155504 from SuperSandro2000/tlauncher 2022-01-18 23:55:11 +01:00
Fabian Affolter 7db33b1849
Merge pull request #155456 from fabaff/bump-checkov
checkov: 2.0.712 -> 2.0.727
2022-01-18 23:51:17 +01:00
Robert Hensing b9061081dc
Merge pull request #155483 from hercules-ci/fewer-release-notes-conflicts
nixos/doc/rl-2205.section.md: Hint to avoid merge conflicts
2022-01-18 23:43:06 +01:00
Robert Hensing ef6f8783ea nixos/doc/rl-2205.section.md: Hint to avoid merge conflicts 2022-01-18 23:40:28 +01:00
Zane van Iperen b7452fee4d
oven-media-engine: remove unused ffmpeg_3_4 import 2022-01-19 08:39:18 +10:00
7c6f434c dd3cc89b72
Merge pull request #155417 from bezmuth/master
cutter: 2.0.4 -> 2.0.5
2022-01-18 22:06:28 +00:00
Maximilian Bosch d2d3cda563
Merge pull request #155064 from sumnerevans/matrix-synapse-1.50.0
matrix-synapse: 1.49.2 -> 1.50.1
2022-01-18 23:06:16 +01:00
Linus Heckemann f76bef6136
Merge pull request #145258 from Ma27/steam-resolv-conf-override
steam: fix `/etc/resolv.conf` reference in FHS env
2022-01-18 22:59:08 +01:00
Nikolay Amiantov e5e160e08e
Merge pull request #155367 from talyz/keycloak-loadcredential
nixos/keycloak: Use LoadCredential to load secrets + module formatting
2022-01-19 00:47:58 +03:00
Matthieu Coudron 711a269add rstudio: set meta.mainProgram 2022-01-18 22:43:21 +01:00
Alex Martens 202a42f21f maintainers: update newam's email 2022-01-18 12:51:01 -08:00
florian on nixos (Florian Brandes) 5a82b24bd5
python3Packages.flask-security-too: init at 4.1.2
needed for pgadmin4 init
https://github.com/NixOS/nixpkgs/pull/154764
2022-01-18 21:29:36 +01:00
Sandro 42d3974dbd
Merge pull request #155419 from gador/add-mongomock 2022-01-18 20:57:56 +01:00
Sandro Jäckel 1d1dc7798d
tlauncher: remove
tlauncher has a shady past (https://github.com/NixOS/nixpkgs/pull/152744#issuecomment-1014125073)
offers torrents on their website with cracked games and the discussion in their reddit is primarly
around cracked Mincraft versions.

This reverts commit ed4ece3f44.
2022-01-18 20:57:43 +01:00
Sandro 4b563a3e46
Merge pull request #154574 from romildo/upd.sierra-gtk-theme 2022-01-18 20:54:25 +01:00
Sandro 5c4fa6964f
Merge pull request #138386 from Yarny0/tsm-client 2022-01-18 20:50:28 +01:00
Sandro 66023aed5c
Merge pull request #155214 from gador/flask-gravatar-update 2022-01-18 20:41:20 +01:00
ImGabe 25d0a00071 vscode-extensions.christian-kohler.path-intellisense: init at 2.6.1 2022-01-18 16:23:28 -03:00
Emery Hemingway 95dfbf360c nncp: 8.0.2 -> 8.1.0 2022-01-18 20:23:04 +01:00
Aaron Andersen 488a7b9355
Merge pull request #155093 from bb2020/mbpfan
nixos/mbpfan: convert to structural settings
2022-01-18 14:00:57 -05:00
Sandro b30d675094
Merge pull request #155219 from gador/speaklater3-init 2022-01-18 19:49:02 +01:00
bb2020 272fc86d2c nixos/mbpfan: convert to structural settings 2022-01-18 21:31:33 +03:00
Tobias Bora d3a146c2ec
bespokesynth: 1.0 -> 1.1.0. Fixing issues with file loading (#144708)
Co-authored-by: OPNA2608 <christoph.neidahl@gmail.com>
2022-01-18 19:30:50 +01:00
bb2020 6f7bf7bc46 nixos/mbpfan: set aggressive default values 2022-01-18 21:26:52 +03:00
Sandro 222f62ed88
Merge pull request #155474 from 0xbe7a/pferd-3.3.1 2022-01-18 19:25:46 +01:00
florian on nixos (Florian Brandes) e1fb406399
python3Packages.mongomock: init at 3.23.0 2022-01-18 19:23:41 +01:00
Sandro 38ae3526d4
Merge pull request #155215 from gador/flask-paranoid-update 2022-01-18 19:23:20 +01:00