about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/sunshine/dont-build-webui.patch
blob: f4addc55e46815b2ca13fd9d072e1948ad8e116f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/cmake/targets/common.cmake b/cmake/targets/common.cmake
index 9f2ce08..8c32b8f 100644
--- a/cmake/targets/common.cmake
+++ b/cmake/targets/common.cmake
@@ -48,8 +48,4 @@ else()
     set(NPM_BUILD_HOMEBREW "")
 endif()
 
-#WebUI build
-add_custom_target(web-ui ALL
-        WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
-        COMMENT "Installing NPM Dependencies and Building the Web UI"
-        COMMAND bash -c \"npm install && SUNSHINE_BUILD_HOMEBREW=${NPM_BUILD_HOMEBREW} SUNSHINE_SOURCE_ASSETS_DIR=${NPM_SOURCE_ASSETS_DIR} SUNSHINE_ASSETS_DIR=${NPM_ASSETS_DIR} npm run build\") # cmake-lint: disable=C0301
+