From cc3baf77009a32b1536a1b67b429f051a065de4e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Sep 2025 10:19:10 -0400 Subject: [PATCH] add Servant to build flags again While the build flag is removed, datalad tests are relying on it being present and there is no harm. --- BuildFlags.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/BuildFlags.hs b/BuildFlags.hs index 53ea8e6fe3..d4a3a4f73e 100644 --- a/BuildFlags.hs +++ b/BuildFlags.hs @@ -64,6 +64,7 @@ buildFlags = filter (not . null) , "Testsuite" , "S3" , "WebDAV" + , "Servant" #ifdef WITH_OSPATH , "OsPath" #else