-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
haskellPackages.mkDerivation: optionally support testTargets
This implements support for the testTargets argument introduced in #306283 for 24.11. If testTargets is given, it is mapped to testTarget without a warning. This makes sure that expressions for unstable/25.05 will also work with 24.11 (as seen by the backported configuration changes from #306283 which now work on 24.11 without causing any rebuilds).
- Loading branch information
1 parent
7f7c535
commit 4eea18b
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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