Commit Graph

175 Commits

Author SHA1 Message Date
Emily
fbda1dbfd6 treewide: replace freeglut with libglut
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.

Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
github-actions[bot]
c6707a9686
Merge staging-next into staging 2024-06-21 12:01:53 +00:00
Martin Weinelt
d7a3ac9992
openswitcher: 0.10.0 -> 0.11.0
https://git.sr.ht/~martijnbraam/pyatem/refs/0.11.0
2024-06-20 17:10:26 +02:00
Martin Weinelt
af4cfc1e0f Merge remote-tracking branch 'origin/staging-next' into staging 2024-06-19 23:28:26 +02:00
Nick Cao
5ebe083399
Merge pull request #320933 from r-ryantm/auto-update/openpgp-card-tools
openpgp-card-tools: 0.11.0 -> 0.11.2
2024-06-19 09:59:49 -04:00
Fabian Affolter
9a7660458d
Merge pull request #320848 from r-ryantm/auto-update/openvas-scanner
openvas-scanner: 23.4.0 -> 23.4.1
2024-06-19 09:25:54 +02:00
R. Ryantm
41d7eab3d7 openpgp-card-tools: 0.11.0 -> 0.11.2 2024-06-19 04:24:49 +00:00
K900
00e78b2c9a
Merge pull request #319047 from K900/mesa-chop
mesa: split out the Darwin build into a separate expression
2024-06-18 23:43:19 +03:00
R. Ryantm
4d03f2b736 openvas-scanner: 23.4.0 -> 23.4.1 2024-06-18 18:21:02 +00:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Pol Dellaiera
5b616f8e4d
python3Packages.open-webui: add rapidocr-onnxruntime deps 2024-06-17 21:08:41 +02:00
Pol Dellaiera
da4b39656d
open-webui: 0.3.4 -> 0.3.5
diff: https://github.com/open-webui/open-webui/compare/v0.3.4..v0.3.5
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.5
2024-06-17 10:14:47 +02:00
K900
b0a82fe902 mesa: add llvmpipeHook for software rendering setup 2024-06-15 11:07:15 +03:00
K900
f9723bc4de treewide: get rid of ~all mesa.{drivers,osmesa,libdrm} references
mesa.drivers is basically an implementation detail and should never be used
as a dependency of other expressions. It also no longer exists on Darwin.

mesa.osmesa is very niche and should generally be avoided.

mesa.libdrm is used in exactly one place and it's irrelevant there.
2024-06-15 11:07:14 +03:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
github-actions[bot]
2a899d25c0
Merge staging-next into staging 2024-06-13 12:01:36 +00:00
shivaraj-bh
75d7ee7d8c open-webui: Use makeWrapperArgs; Use env to disable hatch custom hook
For more info, see:
- Disable hatch custom hook:
https://github.com/NixOS/nixpkgs/pull/316248#discussion_r1636468561
- why `makeWrapperArgs`?:
https://github.com/NixOS/nixpkgs/pull/316248#discussion_r1636483491
- `pythonRelaxDepsHook` is a nativeBuildInput:
https://github.com/NixOS/nixpkgs/pull/316248#discussion_r1636477762
2024-06-13 12:21:36 +05:30
github-actions[bot]
aacd9cf894
Merge staging-next into staging 2024-06-13 00:02:48 +00:00
kirillrdy
31b5805d2b
Merge pull request #290113 from Tochiaha/ophcrack-cli
ophcrack-cli: init at 3.8.0
2024-06-12 20:11:16 +00:00
Pol Dellaiera
efede65229
open-webui: 0.3.3 -> 0.3.4
diff: https://github.com/open-webui/open-webui/compare/v0.3.3..v0.3.4
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.4
2024-06-12 20:54:29 +02:00
github-actions[bot]
ee4da03e6e
Merge staging-next into staging 2024-06-12 18:01:23 +00:00
Pol Dellaiera
7d13180fd1
open-webui: 0.3.2 -> 0.3.3
diff: https://github.com/open-webui/open-webui/compare/v0.3.2..v0.3.3
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.3
2024-06-12 17:14:18 +02:00
Tochiaha
0fee8b9f9f ophcrack-cli: init at 3.8.0 2024-06-11 23:52:55 +01:00
github-actions[bot]
f9c7b930b4
Merge staging-next into staging 2024-06-11 12:01:44 +00:00
Pol Dellaiera
942e301998
open-webui: add missing pydub dependency 2024-06-11 08:54:22 +02:00
Pol Dellaiera
cbf8486ad3
open-webui: 0.2.5 -> 0.3.2
diff: https://github.com/open-webui/open-webui/compare/v0.2.5..v0.3.2
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.2

I also added a new dependency `extract-msg` because of f69bc57fed

I also removed stuff from `pythonRemoveDeps` since they are now available:
- https://github.com/NixOS/nixpkgs/pull/317142
- https://github.com/NixOS/nixpkgs/pull/317151
2024-06-11 08:10:50 +02:00
Sebastián Mancilla
591c2d057d
Merge pull request #316573 from jcaesar/pr-7
glm: 0.9.9.8 -> 1.0.1, opensplat: 1.1.2 -> 1.1.3, fix frogatto's engine's build
2024-06-11 00:02:11 -04:00
R. Ryantm
bbb81381a8 openvas-scanner: 23.3.2 -> 23.4.0 2024-06-10 12:05:56 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Julius Michaelis
64e5a0493b glm: 0.9.9.8 -> 1.0.1
Notable changes: this gates some experimental features, requiring some dependencies to add -DGLM_ENABLE_EXPERIMENTAL
2024-06-09 12:47:54 +09:00
Julius Michaelis
a43dc6418a opensplat: 1.1.2 -> 1.1.3 2024-06-09 12:47:07 +09:00
R. Ryantm
8199130a48 opencomposite: 0-unstable-2024-05-24 -> 0-unstable-2024-06-01 2024-06-08 18:53:43 +00:00
Nick Cao
a73df7dc95
Merge pull request #317080 from r-ryantm/auto-update/openpgp-card-tools
openpgp-card-tools: 0.10.1 -> 0.11.0
2024-06-06 13:51:24 -04:00
Nick Cao
884a5fc95a
Merge pull request #317612 from r-ryantm/auto-update/openfga-cli
openfga-cli: 0.4.0 -> 0.4.1
2024-06-06 09:37:06 -04:00
Pol Dellaiera
26595b21a2
open-webui: 0.2.4 -> 0.2.5
diff: https://github.com/open-webui/open-webui/compare/v0.2.4..v0.2.5
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.2.5
2024-06-06 12:24:55 +02:00
R. Ryantm
20a920b23f openfga-cli: 0.4.0 -> 0.4.1 2024-06-06 01:27:42 +00:00
R. Ryantm
178bc95341
openpgp-card-tools: 0.10.1 -> 0.11.0 2024-06-05 18:58:21 -04:00
Peder Bergebakken Sundt
2ebc52865f
Merge pull request #314104 from Scrumplex/pkgs/opencomposite/fix-openxr-1.1
opencomposite: 0-unstable-2024-05-08 -> 0-unstable-2024-05-24
2024-06-05 14:20:51 +02:00
Nick Cao
02707c597f
Merge pull request #317264 from r-ryantm/auto-update/openvas-scanner
openvas-scanner: 23.3.1 -> 23.3.2
2024-06-04 16:48:38 -04:00
R. Ryantm
562f6f6176 openvas-scanner: 23.3.1 -> 23.3.2 2024-06-04 18:26:14 +00:00
Pol Dellaiera
6b6d4aeb35
Merge pull request #316248 from shivaraj-bh/open-webui
open-webui: init at 0.2.4
2024-06-04 15:47:03 +02:00
Sandro
49e2a0af22
Merge pull request #309053 from panicgh/open62541
open62541: 1.3.10 -> 1.4.1
2024-06-04 14:32:24 +02:00
shivaraj-bh
1860d7862b open-webui: init at 0.2.4 2024-06-04 16:46:19 +05:30
Nicolas Benes
b2f458b659 open62541: 1.3.10 -> 1.4.1 2024-06-04 09:17:01 +02:00
R. Ryantm
5427948b93 openfga: 1.5.3 -> 1.5.4 2024-05-31 01:31:39 +00:00
R. Ryantm
9f7bdf8970 openvas-scanner: 23.3.0 -> 23.3.1 2024-05-25 22:38:11 +00:00
Sefa Eyeoglu
e1f3c02267
opencomposite: 0-unstable-2024-05-08 -> 0-unstable-2024-05-24
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-05-25 17:37:33 +02:00
Nicolas Benes
bb460d6404 open62541: move to by-name 2024-05-25 15:39:51 +02:00