mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
[staging-next] Revert "qt5.qtmacextras: fix build" (#542046)
This commit is contained in:
@@ -2,17 +2,11 @@
|
||||
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