summary refs log tree commit diff
path: root/pkgs/servers/uhub/plugin-dir.patch
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-06-09 01:35:34 +0200
committermakefu <github@syntax-fehler.de>2018-10-07 23:26:19 +0200
commitf81fe9d978c2b4eeea8cf628cebccdf57fb40060 (patch)
tree8118aebee38444e03f90cfbdc76c21626c8fee52 /pkgs/servers/uhub/plugin-dir.patch
parentfc3120ce90f2636e4c59c52ac9e9f3a4fcc47810 (diff)
downloadnixpkgs-f81fe9d978c2b4eeea8cf628cebccdf57fb40060.tar
nixpkgs-f81fe9d978c2b4eeea8cf628cebccdf57fb40060.tar.gz
nixpkgs-f81fe9d978c2b4eeea8cf628cebccdf57fb40060.tar.bz2
nixpkgs-f81fe9d978c2b4eeea8cf628cebccdf57fb40060.tar.lz
nixpkgs-f81fe9d978c2b4eeea8cf628cebccdf57fb40060.tar.xz
nixpkgs-f81fe9d978c2b4eeea8cf628cebccdf57fb40060.tar.zst
nixpkgs-f81fe9d978c2b4eeea8cf628cebccdf57fb40060.zip
uhub: re-enable sqlite plugin
Diffstat (limited to 'pkgs/servers/uhub/plugin-dir.patch')
-rw-r--r--pkgs/servers/uhub/plugin-dir.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/uhub/plugin-dir.patch b/pkgs/servers/uhub/plugin-dir.patch
index 01cbcbb31cf..d29d600425f 100644
--- a/pkgs/servers/uhub/plugin-dir.patch
+++ b/pkgs/servers/uhub/plugin-dir.patch
@@ -7,7 +7,7 @@
 -	install( TARGETS mod_example mod_welcome mod_logging mod_auth_simple mod_auth_sqlite mod_chat_history mod_chat_history_sqlite mod_chat_only mod_topic mod_no_guest_downloads DESTINATION /usr/lib/uhub/ OPTIONAL )
 -	install( FILES ${CMAKE_SOURCE_DIR}/doc/uhub.conf ${CMAKE_SOURCE_DIR}/doc/plugins.conf ${CMAKE_SOURCE_DIR}/doc/rules.txt ${CMAKE_SOURCE_DIR}/doc/motd.txt DESTINATION /etc/uhub OPTIONAL )
 +
-+    set( PLUGINS mod_example mod_welcome mod_logging mod_auth_simple mod_chat_history mod_chat_only mod_topic mod_no_guest_downloads )
++    set( PLUGINS mod_example mod_welcome mod_logging mod_auth_simple mod_auth_sqlite mod_chat_history mod_chat_only mod_topic mod_no_guest_downloads )
 +
 +    foreach( PLUGIN ${PLUGINS} )
 +        install( TARGETS ${PLUGIN} DESTINATION $ENV{${PLUGIN}} OPTIONAL )