kdePackages.krdp: explicitly track openssl^bin dependency

This commit is contained in:
K900 2026-03-05 12:53:19 +03:00
parent 682ec599ef
commit a2bf36e4d6

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
'';
}