sphinxsearch: remove with statements

This commit is contained in:
Philip Taron 2024-08-16 14:10:54 -07:00
parent 07c453277e
commit 31d91e9af6
No known key found for this signature in database

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"