sphinxsearch: remove with statements

This commit is contained in:
Philip Taron
2024-08-18 06:32:22 -07:00
parent 07c453277e
commit 31d91e9af6
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
expat
];
CXXFLAGS = with lib; concatStringsSep " " (optionals stdenv.isDarwin [
CXXFLAGS = lib.concatStringsSep " " (lib.optionals stdenv.isDarwin [
# see upstream bug: http://sphinxsearch.com/bugs/view.php?id=2578
# workaround for "error: invalid suffix on literal
"-Wno-reserved-user-defined-literal"