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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user