kdePackages: Gear 25.12.2 -> 25.12.3 (#496930)

This commit is contained in:
K900
2026-03-05 16:06:11 +00:00
committed by GitHub
2 changed files with 753 additions and 747 deletions
File diff suppressed because it is too large Load Diff
+6
View File
@@ -24,4 +24,10 @@ mkKdeDerivation {
freerdp
pam
];
# Hardcoded as QString, which is UTF-16 so Nix can't pick it up automatically
postFixup = ''
mkdir -p $out/nix-support
echo "${lib.getExe openssl}" > $out/nix-support/depends
'';
}