kdePackages.krdp: explicitly track openssl^bin dependency
This commit is contained in:
@@ -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