mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
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:
parent
f9a10f14b0
commit
51190abf62
@ -50,7 +50,7 @@ let
|
||||
in
|
||||
{
|
||||
|
||||
inherit callPackage srcs;
|
||||
inherit callPackage srcs darwinVersionInputs;
|
||||
|
||||
qtModule = callPackage ./qtModule.nix {
|
||||
inherit darwinVersionInputs;
|
||||
|
Loading…
Reference in New Issue
Block a user