mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
kdePackages.krdp: explicitly track openssl^bin dependency
This commit is contained in:
parent
682ec599ef
commit
a2bf36e4d6
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue