Loading pkgs/kde/plasma/krdp/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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
pkgs/kde/plasma/krdp/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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 ''; }