From 57d8597675a5acc6f39fa552a6a9672f210f3c8d Mon Sep 17 00:00:00 2001 From: 7c6f434c <7c6f434c@mail.ru> Date: Thu, 23 Jul 2026 22:40:04 +0200 Subject: [PATCH] openscad-unstable: do not force lld The build failed because of lld. Fix reported by @pca006132 in #543373 --- pkgs/by-name/op/openscad-unstable/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/op/openscad-unstable/package.nix b/pkgs/by-name/op/openscad-unstable/package.nix index c249fbde359a..5b05cff2b36c 100644 --- a/pkgs/by-name/op/openscad-unstable/package.nix +++ b/pkgs/by-name/op/openscad-unstable/package.nix @@ -125,7 +125,6 @@ clangStdenv.mkDerivation rec { "-DOPENSCAD_VERSION='${builtins.replaceStrings [ "-" ] [ "." ] unstable_date}-unstable'" "-DCMAKE_UNITY_BUILD=OFF" # broken compile with unity # IPO - "-DCMAKE_EXE_LINKER_FLAGS=-fuse-ld=lld" "-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON" # The sources enable this for only apple. We turn it off globally anyway to stay