3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

347192 commits

Author SHA1 Message Date
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
Fabian Affolter 5a1b4c1333 python3Packages.policyuniverse: 1.4.0.20210819 -> 1.4.0.20220110 2022-01-18 23:59:18 +01:00
Sandro 6733a4dffa
Merge pull request #155212 from gador/flask-security-too-init 2022-01-18 23:59:02 +01:00
Fabian Affolter 05d7a6005a gau: 2.0.6 -> 2.0.8 2022-01-18 23:58: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 9944b4a01d python3Packages.afsapi: 0.0.4 -> 0.2.0 2022-01-18 23:32:30 +01:00
be7a 5e851a1f9b mirage-im: update python dependencies 2022-01-18 23:31:37 +01:00
Fabian Affolter 23b9694d34 python3Packages.types-tabulate: add pythonImportsCheck 2022-01-18 23:23:10 +01:00
be7a 3feb74114f pythonPackages.blist: remove 2022-01-18 23:20:03 +01:00
Fabian Affolter 77c1f235d3 python3Packages.types-freezegun: add pythonImportsCheck 2022-01-18 23:09:37 +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
Fabian Affolter 52587ae595 python3Packages.angrop: 9.1.10913 -> 9.1.11508 2022-01-18 22:53:30 +01:00
Fabian Affolter 3373c1b4da python3Packages.angrcli: cleanup 2022-01-18 22:53:30 +01:00
Fabian Affolter dfe095b5b5 python3Packages.angr: 9.1.10913 -> 9.1.11508
python3Packages.angr: 9.1.10913 -> 9.1.11508
2022-01-18 22:53:24 +01:00
Fabian Affolter 71afea9bdf python3Packages.ailment: 9.1.10913 -> 9.1.11508 2022-01-18 22:53:24 +01:00
Fabian Affolter 76ec031a90 python3Packages.cle: 9.1.10913 -> 9.1.11508 2022-01-18 22:53:24 +01:00
Fabian Affolter f021c32c43 python3Packages.claripy: 9.1.10913 -> 9.1.11508 2022-01-18 22:53:24 +01:00
Fabian Affolter 062899d725 python3Packages.pyvex: 9.1.10913 -> 9.1.11508 2022-01-18 22:53:24 +01:00
Fabian Affolter 59fd938609 python3Packages.archinfo: 9.1.10913 -> 9.1.11508 2022-01-18 22:53:23 +01:00
Fabian Affolter f16b4d9172 python3Packages.itanium_demangler: switch to pytestCheckHook 2022-01-18 22:53:23 +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