3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

347118 commits

Author SHA1 Message Date
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
TredwellGit 7c410af47e linux/hardened/patches/5.4: 5.4.171-hardened1 -> 5.4.172-hardened1 2022-01-19 01:35:46 +00:00
TredwellGit 632c0297ce linux/hardened/patches/5.15: 5.15.14-hardened1 -> 5.15.15-hardened1 2022-01-19 01:35:37 +00:00
TredwellGit 7bc3a9ee46 linux/hardened/patches/5.10: 5.10.91-hardened1 -> 5.10.92-hardened1 2022-01-19 01:35:28 +00:00
TredwellGit 3aec9d28ba linux: 5.4.171 -> 5.4.172 2022-01-19 01:34:30 +00:00
TredwellGit ea3bccf3b8 linux: 5.16 -> 5.16.1 2022-01-19 01:34:23 +00:00
TredwellGit 05ad09bd54 linux: 5.15.14 -> 5.15.15 2022-01-19 01:34:15 +00:00
TredwellGit 0b04210a04 linux: 5.10.91 -> 5.10.92 2022-01-19 01:34:07 +00: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
Zane van Iperen 3c457c542d
airtame: remove
The download has been broken for eons, and the latest
version (4.1.1) has switched to Snap instead of a tarball.

Considering the fact that it hasn't been updated and no one's
complained, I'd say this is ripe for removal.
2022-01-19 11:21:27 +10: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
Fabian Affolter 23b9694d34 python3Packages.types-tabulate: add pythonImportsCheck 2022-01-18 23:23:10 +01: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
Johannes Arnold 2fe87635b5 python3Packages.file_read_backwards: init at 2.0.0 2022-01-18 20:54:00 +01:00
Johannes Arnold a85dc0c5a0 octoprint.python.pkgs.octolapse: init at 0.4.1 2022-01-18 20:51:55 +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
Maciej Krüger b7012fbd1b
pipectl: 0.2.2 -> 0.3.0 2022-01-18 20:29:10 +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