teleport: Re-add possibility for overrides#444580
Merged
philiptaron merged 1 commit intoNixOS:masterfrom Sep 20, 2025
Merged
Conversation
The interface for the overrides `withRdpClient` and `extPatches` was removed with NixOS#411095.
Contributor
Author
|
@simonzkl, I tested a build with the old interface, which is restored with this PR. Could you please test, if the flag really comes into effect? |
Contributor
Author
|
Also pinging @philiptaron as you were also involved. |
philiptaron
approved these changes
Sep 20, 2025
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-25.05
git worktree add -d .worktree/backport-444580-to-release-25.05 origin/release-25.05
cd .worktree/backport-444580-to-release-25.05
git switch --create backport-444580-to-release-25.05
git cherry-pick -x ec923b65ee39a1a7d599a903edab305784a5925b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The interface for the overrides
withRdpClientandextPatcheswas removed with #411095.Resolves #411095 (comment).
Also has to be backported to restore the interface there as stated in #441311 (comment).
This is an intermediate fix to restore old functionality until #404946 or similar provides some other means.
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.