This commit is contained in:
Kate 2025-04-26 11:49:40 +02:00
parent 46383d109c
commit 55d81011ae
6 changed files with 4 additions and 8 deletions

View file

@ -28,8 +28,6 @@
cursor.package = pkgs.phinger-cursors;
cursor.name = "phinger-cursors-light";
cursor.size = 24;
targets.qt.platform = "qtct";
};
}
)

View file

@ -6,7 +6,7 @@
{ ... }:
let
overlay = final': prev': {
signal-desktop = prev'.signal-desktop.overrideAttrs (
signal-desktop-bin = prev'.signal-desktop-bin.overrideAttrs (
final: prev: rec {
# We'll need to patch the ASAR in order to apply our fix.

View file

@ -8,7 +8,6 @@
pkgs,
agenix,
nil,
attic,
is-hm-standalone,
is-droid,
...
@ -234,7 +233,6 @@ with pkgs;
#jadx
steam-run
attic.attic
]
else

View file

@ -121,7 +121,7 @@ with pkgs;
# Comms.
#mattermost-desktop
signal-desktop
signal-desktop-bin
signal-export
obs-studio
whatsie

View file

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-9ghnPe83K+qixaFKCdM2FCPoENTNJnZA+OmmpD0E5LE=";
};
cargoHash = "sha256-8petNuCJ1qS6XKt+24Lg/bZh96yj9oO6fu/z65Xhi4k=";
cargoHash = "sha256-WddBZG+K6mbI35XF32BltinXkmkwpcRd8CZOB1PTwM8=";
nativeBuildInputs = [
pkg-config

View file

@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-CiZG0O5F2sidInSFUtB1q5GSfTIjX9xUr52y0TZ5tDs=";
};
cargoHash = "sha256-ldgFCq2MaFmJhTcPx8zTLX7ErgNGlSqRaQRr9fWf1uU=";
cargoHash = "sha256-32DXHg0xVfUID8/jFNm3gowjOwCOsXH9sXDGM5yK7sA=";
meta = {
description = "A syntax-aware git merge driver for a growing collection of programming languages and file formats";