kdePackages: Gear 25.12.2 -> 25.12.3 (#496930)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user