Commit Graph

94 Commits

Author SHA1 Message Date
Weijia Wang
6fcde47b4b
Merge pull request #296127 from rsniezek/protonmail
protonmail-desktop: init at 1.0.1
2024-03-28 13:07:38 +01:00
Radoslaw Sniezek
2d76120d0c protonmail-desktop: init at 1.0.1
Add package for proton mail desktop app in the beta version.

Apply suggestions from code review

Apply batch of suggestions from CR by @dotlambda.

Co-authored-by: Robert Schütz <github@dotlambda.de>
2024-03-28 11:17:51 +01:00
nixpkgs-merge-bot[bot]
c30a0f9fd6
Merge pull request #297271 from r-ryantm/auto-update/primecount
primecount: 7.10 -> 7.11
2024-03-25 00:49:51 +00:00
Pol Dellaiera
ef82e8d592
Merge pull request #298374 from r-ryantm/auto-update/promptfoo
promptfoo: 0.48.0 -> 0.49.0
2024-03-24 22:48:56 +01:00
Ilan Joselevich
1a76cacf8c
Merge pull request #298482 from r-ryantm/auto-update/proton-ge-bin
proton-ge-bin: GE-Proton9-1 -> GE-Proton9-2
2024-03-24 18:06:20 +02:00
R. Ryantm
094af11bb7 proton-ge-bin: GE-Proton9-1 -> GE-Proton9-2 2024-03-23 22:43:09 +00:00
Pol Dellaiera
93a583639f
prettypst: unstable-2023-11-27 -> unstable-2023-12-06 2024-03-23 19:41:23 +01:00
R. Ryantm
b72155efeb promptfoo: 0.48.0 -> 0.49.0 2024-03-23 14:26:49 +00:00
Peder Bergebakken Sundt
e4c2d69833
Merge pull request #295410 from r-ryantm/auto-update/promptfoo
promptfoo: 0.43.1 -> 0.48.0
2024-03-22 21:25:46 +01:00
Martin Weinelt
a9a08c4745
pretix: restrict to linux 2024-03-21 15:20:58 +01:00
Martin Weinelt
3f35c474b8
pretix: compile all languages at build time
Pretix wants to build locales according to the user configuration, which
does not exist in our case and leads to certain languages not being
built.

As our packages are immutable, the user config will never be able to
influence them and we therefore must enable all languages at build time.

Closes: #297708
2024-03-21 15:08:30 +01:00
github-actions[bot]
90461ffe37
Merge master into staging-next 2024-03-20 12:01:15 +00:00
Pol Dellaiera
c4f1f457e3
Merge pull request #295600 from daniel-fahey/protonmail-bridge-gui
protonmail-bridge-gui: init at 3.9.1
2024-03-20 12:36:46 +01:00
Daniel Fahey
df4ffc959d protonmail-bridge-gui: init at 3.9.1 2024-03-20 10:57:38 +00:00
R. Ryantm
76c84ce6ad promptfoo: 0.43.1 -> 0.48.0 2024-03-20 00:06:13 +00:00
R. Ryantm
6e10913b1c primecount: 7.10 -> 7.11 2024-03-19 21:08:44 +00:00
github-actions[bot]
8ee0e6664b
Merge master into staging-next 2024-03-19 06:01:12 +00:00
Fabian Affolter
f2277ab5c7
Merge pull request #297030 from fabaff/pre2k-tag
pre2k: source is now tagged
2024-03-19 06:45:47 +01:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Fabian Affolter
43a95e15bf pre2k: source is now tagged 2024-03-18 22:42:09 +01:00
github-actions[bot]
d5491af22d
Merge master into staging-next 2024-03-18 12:01:22 +00:00
Martin Weinelt
1dda3f13c3
pretalx: relax djano-csp, python-dateutil constraint 2024-03-17 17:56:54 +01:00
Fabian Affolter
697457282d pre2k: init at 3.0-unstable-2024-03-14
Tool to query for the existence of pre-windows 2000 computer objects

https://github.com/garrettfoster13/pre2k
2024-03-17 13:23:16 +01:00
Atemu
44a3dd2ef4
Merge pull request #296009 from Atemu/steamcompattools
proton-ge-bin: init at 9-1, nixos/steam: use steamcompattool output for extraCompatPackages
2024-03-16 20:57:05 +00:00
Atemu
74c55dbb25 proton-ge-bin: make $out provide an error when added to an env
This package should never be added to systemPackages or other global
environments as it will not provide any function there. Making its $out a file
will prevent buildEnv from including it; providing an error like this:

error: The store path /nix/store/wxl3m27dmjjsfqvzzxw7ibr0gr54wwkp-proton-ge-bin-GE-Proton9-1 is a file and can't be merged into an environment using pkgs.buildEnv! at /nix/store/ndhb3bsaf3zc6gx22vjl0w11sxvapf7b-builder.pl line 122.

Some breadcrumbs are left inside the file.
2024-03-16 17:59:27 +01:00
Atemu
ac37f3f754 proton-ge-bin: simplify
Simply use fetchzip and create a symlink to the src rather than unpacking
manually.
2024-03-16 17:59:27 +01:00
Atemu
2b619c2314 nixos/steam: use steamcompattool output for extraCompatPackages
This sets a standard for Steam compat tools in NixOS where they must have the
compat tool in a special steamcompattool output.

proton-ge-bin was adjusted to conform with it.
2024-03-16 17:59:27 +01:00
NotAShelf
1b42f2ffbf proton-ge-bin: init at init at 9-1
Co-authored-by: Shawn8901 <huntdionysos@gmx.net>
2024-03-16 17:59:27 +01:00
Martin Weinelt
c28c053ccf
pretix.plugins.stretchgoals: init at unstable-2023-11-27
Display the average ticket sales price over time
2024-03-16 14:50:58 +01:00
Martin Weinelt
72b6d17b96
pretix.plugins.reluctant-stripe: init at unstable-2023-08-03 2024-03-16 14:50:58 +01:00
Martin Weinelt
67c66d87d1
pretix.plugins.pages: init at 1.6.0
Plugin to add static pages to your pretix event
2024-03-16 14:50:57 +01:00
Martin Weinelt
b36b95afa1
pretix.plugins.passbook: init at 1.13.1
Support for Apple Wallet/Passbook files in pretix
2024-03-16 14:50:57 +01:00
Martin Weinelt
a01acbcefe
nixos/tests/pretix: init 2024-03-16 14:50:57 +01:00
Martin Weinelt
1e20aea884
pretix: init at 2024.2.0
Reinventing ticket presales, one ticket at a time.
2024-03-16 14:50:56 +01:00
Anderson Torres
4014f72257 primecount: refactor
- finalAttrs
- split outputs
- strictDeps
- use lib.cmake* functions
- no nested with
- mainProgram
2024-03-11 11:04:30 -03:00
Anderson Torres
8bc5298421 primesieve: refactor
- finalAttrs
- split outputs
- strictDeps
- no nested with
- add tests
  - test primecount (a dependent package)
- mainProgram
2024-03-11 11:04:30 -03:00
Anderson Torres
0c68a08dd7 primecount: migrate to by-name 2024-03-11 11:04:30 -03:00
Anderson Torres
0aedcfc0b0 primesieve: migrate to by-name 2024-03-11 11:04:30 -03:00
Martin Weinelt
84a0471d84
Merge pull request #289623 from SuperSandro2000/pretalx-2024
pretalx: 2023.1.3 -> 2024.1.0
2024-03-08 21:11:54 +01:00
Weijia Wang
3743a9640f
Merge pull request #286957 from r-ryantm/auto-update/promptfoo
promptfoo: 0.39.1 -> 0.43.1
2024-03-07 10:15:00 +01:00
Franz Pletz
f05e5f3a51
Merge pull request #285807 from MinerSebas/prometheus-restic-exporter
prometheus-restic-exporter: 1.4.0 -> 1.5.0
2024-03-06 14:35:24 +01:00
Gaetan Lepage
b34af2d675 presenterm: 0.6.1 -> 0.7.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.6.1...v0.7.0

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.7.0
2024-03-03 12:53:09 +01:00
Sandro Jäckel
f2b85ff466
pretalx: 2023.1.3 -> 2024.1.0
Changelog: https://github.com/pretalx/pretalx/releases/tag/v2024.1.0
2024-02-27 15:15:10 +01:00
R. Ryantm
bb0def8f6d promptfoo: 0.39.1 -> 0.43.1 2024-02-25 15:22:16 +00:00
Martin Weinelt
f72a84d98d
prowler: relax pydantic constraint
Pinned to 1.10.13, we want 1.10.14 now.
2024-02-23 18:46:01 +01:00
Emery Hemingway
785ec14cd0 preserves-tools: 4.992.2 -> 4.994.0 2024-02-16 14:10:36 +00:00
Gaetan Lepage
84f5833a9d presenterm: 0.6.0 -> 0.6.1
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.6.0...v0.6.1

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.6.1
2024-02-11 21:21:12 +01:00
maxine
510f0ae82d
Merge pull request #287581 from GaetanLepage/presenterm
presenterm: 0.5.0 -> 0.6.0
2024-02-11 12:13:01 +01:00
Gaetan Lepage
ae0ac99c2b presenterm: 0.5.0 -> 0.6.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.5.0...v0.6.0

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.6.0
2024-02-09 22:15:28 +01:00