qt6: expose darwinVersionInputs

This is a little gross as it’s not a very good name and should
really be considered an internal API, but PySide wants it.
This commit is contained in:
Emily 2024-11-08 21:22:11 +00:00
parent f9a10f14b0
commit 51190abf62

View File

@ -50,7 +50,7 @@ let
in
{
inherit callPackage srcs;
inherit callPackage srcs darwinVersionInputs;
qtModule = callPackage ./qtModule.nix {
inherit darwinVersionInputs;