Commit Graph

19 Commits

Author SHA1 Message Date
David McFarland
bfaca46529 dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 2024-11-17 18:35:19 -04:00
Victor Engmark
59ed3fa2c4
scarab: Apply scaling factor in Wayland
Sets `AVALONIA_GLOBAL_SCALE_FACTOR` to the GNOME desktop scaling factor
based on
<https://github.com/AvaloniaUI/Avalonia/issues/9390#issuecomment-2382126451>,
falling back to the X FreeType DPI setting if the former is not
available.

Does not include `gsettings` and `xrdb` in build inputs, since these
should be available on the relevant platforms.

Bash does not support decimal/floating point arithmetic, so this *does*
include `bc` in the runtime dependencies.
2024-11-10 14:56:44 +13:00
Victor Engmark
b49da1f764
scarab: Remove unused inputs 2024-11-10 13:56:47 +13:00
huantian
2edfaf4d64
scarab: fix crash (#345038), don't bundle tests
By using testProjectFile, we can properly build the test and run it in
checkPhase, as well as not include the test in the derivation output.

This also happens to fix the startup crash as described in #345038.
2024-10-02 21:56:44 -07:00
huantian
718581f55b
scarab: format with nixfmt 2024-10-02 21:55:31 -07:00
David McFarland
e7fb591c92 dotnet-sdk-setup-hook: configure nuget in sourceRoot
Instead of creating a nuget.config in NIX_BUILD_TOP, and depending on
inheritance from sourceRoot, we'll make the required changes directly in
the latter.  This fixes packages where sourceRoot is NIX_BUILD_TOP.
2024-09-17 01:12:12 -03:00
David McFarland
e6c700ed11 dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs 2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28 dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig 2024-09-06 16:05:19 -03: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
huantian
707b8aeae2
scarab: 2.1.0.0 -> 2.5.0.0 2023-11-20 18:18:52 -08:00
huantian
cd7b1642e0
scarab: 1.34.0.0 -> 2.1.0.0 2023-09-07 11:18:42 -07:00
huantian
fd5f8b0734
scarab: 1.33.0.0 -> 1.34.0.0 2023-07-11 14:18:38 -07:00
huantian
2cf3f4c931
scarab: 1.31.0.0 -> 1.33.0.0 2023-07-01 14:24:27 -07:00
huantian
c8def49591
scarab: add custom updateScript 2023-07-01 14:24:11 -07:00
huantian
54817dd195
scarab: extract and install icons with icoutils 2023-07-01 14:04:49 -07:00
R. Ryantm
fe5c43391e scarab: 1.20.0.0 -> 1.31.0.0 2023-03-11 02:21:55 +00:00
R. Ryantm
3da9df3404 scarab: 1.19.0.0 -> 1.20.0.0 2023-01-31 02:33:21 +00:00
David McFarland
13861970f4 treewide: update all dotnet lockfiles 2022-12-19 15:36:25 -04:00
huantian
2bfec67fa4
scarab: init at 1.19.0.0 2022-08-01 12:05:06 -07:00