Commit a2bf36e4 authored by K900's avatar K900
Browse files

kdePackages.krdp: explicitly track openssl^bin dependency

parent 682ec599
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
  '';
}