Commit Graph

37 Commits

Author SHA1 Message Date
Sandro
09f6f0f3b7
Merge pull request #324301 from leon-erd/drop_onlyoffice_7.2.0 2024-07-26 21:37:52 +02:00
Leon
b3bef99d14 onlyoffice: drop 7.2.0 version 2024-07-03 14:58:57 +02:00
Weijia Wang
f5a7e092f3 Merge branch 'master' into staging-next 2024-07-02 22:22:02 +02:00
Leon
18fa2298bc onlyoffice-bin_latest: 8.0.0 -> 8.1.0 2024-06-27 11:12:16 +02: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
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
PassiveLemon
7813e1f32a onthespot: desktop file 2024-06-09 20:33:57 -04: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
Weijia Wang
314e90532a
Merge pull request #317177 from PJungkamp/vpl-gpu-rt
onevpl-intel-gpu: Rename to vpl-gpu-rt
2024-06-08 22:52:49 +02:00
Philipp Jungkamp
d3a9121424 onevpl-intel-gpu: Rename to vpl-gpu-rt
Move the `package.nix` file from `pkgs/by-name/on/onevpl-intel-gpu` to
`pkgs/by-name/vp/vpl-gpu-rt`.  Add an `onevpl-intel-gpu` alias for backwards
compatability.

Intel has merged the `oneapi-src` GitHub organization into the `intel`
namespace. `oneVPL-intel-gpu` has been renamed to `vpl-gpu-rt` as part of
this move. The repo at https://github.com/oneapi-src/oneVPL-intel-gpu now
redirects to https://github.com/intel/vpl-gpu-rt.
2024-06-04 14:15:46 +02:00
Anderson Torres
5b8c9b5dec onscripter-en: remove abbradar
See https://github.com/NixOS/nixpkgs/issues/290642.
2024-06-04 08:19:11 -03:00
Anderson Torres
523f254211 onscripter-en: 20111009 -> 20110930
Not a real update, just a new source and a new maintainer
2024-06-04 08:19:10 -03:00
Anderson Torres
9d630a3eb3 onscripter-en: migrate to by-name 2024-06-04 08:19:10 -03:00
Ilya Epifanov
7321c7cb6f onagre: moved to pkgs/by-name 2024-05-13 12:00:58 +02:00
Aleksana
e3b013fe25
Merge pull request #309269 from massix/fix/onedriver-glib-networking
onedriver: add glib-networking to buildInputs
2024-05-12 01:16:34 +08:00
R. Ryantm
1a50a4adfc onevpl-intel-gpu: 23.4.3 -> 24.2.2 2024-05-08 07:59:20 +00:00
Massimo Gengarelli
4c97436473 onedriver: add glib-networking to buildInputs
This should fix nixos/nixpkgs#308666
2024-05-05 15:24:10 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
github-actions[bot]
b4bf622e46
Merge master into staging-next 2024-03-31 12:01:07 +00:00
Jonas Heinrich
5cf1df862d onthespot: fix build issue 2024-03-28 14:41:16 +01:00
github-actions[bot]
66eeab8faf
Merge staging-next into staging 2024-03-19 06:01:43 +00: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
Atemu
cd48c48a87
Merge pull request #264621 from evanrichter/libvpl-for-intel-gpu
oneVPL for intel gpus
2024-03-14 03:59:11 +00:00
Evan Richter
3c91e92068 onevpl-intel-gpu: init at 23.4.3 2024-03-07 10:24:02 -07:00
Guillaume Girol
d89fdbfc98
Merge pull request #291642 from massix/fix/onedriver-systemd
onedriver: fix systemd service (closes #291608)
2024-03-04 20:40:54 +01:00
Cosima Neidahl
12012f534d
Merge pull request #287497 from dev-nis/master
Add NIS One-Click-Backup
2024-03-03 19:13:35 +01:00
Massimo Gengarelli
baf6a41e9f fixup! onedriver: fix systemd service (closes #291608) 2024-03-03 18:27:45 +01:00
Massimo Gengarelli
3e153863b5 onedriver: fix systemd service (closes #291608) 2024-02-26 20:15:39 +01:00
NIS
ee28c27e50 one-click-backup: init at 1.2.2.1
Co-authored-by: Cosima Neidahl <opna2608@protonmail.com>
2024-02-21 19:02:03 +01:00
fin444
9d551ab298
onlyoffice-bin, onlyoffice-bin_latest: move to pkgs/by-name 2024-02-05 16:38:53 -05:00
Sandro Jäckel
653837881e
treewide: replace lib/${python.libPrefix}/site-packages with its shorthand ${python.sitePackages}
which should be always preferred
2024-01-30 19:56:57 +01:00
Yongun Seong
b7faa997e7
onedriver: add wrapGAppsHook 2024-01-04 00:22:09 +09:00
John Garcia
d91e9ecd5b maintainers: rename jgarcia to chewblacka 2023-11-27 17:38:13 +00:00
Massimo Gengarelli
3fa0998484 onedriver: 0.13.0-2 -> 0.14.1 2023-11-26 16:33:04 +02:00
John Garcia
a2f9450f85 onedrivegui: init at 1.0.3 2023-10-23 16:31:30 +00:00
Massimo Gengarelli
f980f790f3 onedriver: init at 0.13.0-2 2023-10-20 17:02:27 +02:00