From 90791e4c643f5d15154389a5114055f9cb7d71f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Roche?= Date: Wed, 15 Jul 2026 17:44:58 +0200 Subject: [PATCH] supercell-wx: drop geographiclib single-output workaround geographiclib now ships its CMake package files alongside the shared library in $out, so find_package(GeographicLib) works with the default multi-output package. Assisted-by: Claude Code Opus 4.8 --- pkgs/by-name/su/supercell-wx/package.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/by-name/su/supercell-wx/package.nix b/pkgs/by-name/su/supercell-wx/package.nix index 9631281f6046..3425406e42e6 100644 --- a/pkgs/by-name/su/supercell-wx/package.nix +++ b/pkgs/by-name/su/supercell-wx/package.nix @@ -126,10 +126,7 @@ buildStdenv.mkDerivation (finalAttrs: { boost bzip2 geos - # FIXME: split outputs aren't working with find_package. Possibly related to nixpkgs/issues/144170 ? - (geographiclib.overrideAttrs { - outputs = [ "out" ]; - }) + geographiclib glew glm gtest