qt5.qtmacextras: fix build (#542036)
This commit is contained in:
@@ -2,11 +2,17 @@
|
||||
lib,
|
||||
qtModule,
|
||||
qtbase,
|
||||
llvmPackages,
|
||||
}:
|
||||
|
||||
qtModule {
|
||||
pname = "qtmacextras";
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
|
||||
# TODO: Remove once #536365 reaches this branch
|
||||
nativeBuildInputs = [ llvmPackages.lld ];
|
||||
env.NIX_CFLAGS_LINK = "-fuse-ld=lld";
|
||||
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.darwin;
|
||||
|
||||
Reference in New Issue
Block a user