From 87952b4973d06344d1007ab0c7c4e5d29084826c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AErekc=C3=A4H=20nitraM=E2=80=AE?= Date: Wed, 5 Mar 2025 09:39:20 +0100 Subject: [PATCH] mumble: CMAKE_PREFIX_PATH is not required to build the server. --- pkgs/applications/networking/mumble/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix index 7fbfb493737e..4e56965ff8f7 100644 --- a/pkgs/applications/networking/mumble/default.nix +++ b/pkgs/applications/networking/mumble/default.nix @@ -148,7 +148,6 @@ let ] ++ lib.optionals iceSupport [ "-D Ice_HOME=${lib.getDev zeroc-ice};${lib.getLib zeroc-ice}" - "-D CMAKE_PREFIX_PATH=${lib.getDev zeroc-ice};${lib.getLib zeroc-ice}" "-D Ice_SLICE_DIR=${lib.getDev zeroc-ice}/share/ice/slice" ];