nixos/librenms: use db socket when set and add package option (#359182)
[NixPkgs.git] / pkgs / applications / misc / cubocore-packages / corestuff / 0001-fix-installPhase.patch
blobd1db6a0a0a2e08db0ee608ba3efd77aaf3fe794b
1 --- a/corestuff/CMakeLists.txt 2022-01-29 14:09:02.699700817 +0700
2 +++ b/CMakeLists.txt 2022-01-29 14:09:23.211754633 +0700
3 @@ -120,8 +120,3 @@
4 install( FILES org.cubocore.CoreStuff.desktop DESTINATION share/applications )
5 install( FILES org.cubocore.CoreStuff.svg DESTINATION share/icons/hicolor/scalable/apps/ )
6 install( FILES background/default.svg DESTINATION share/coreapps/background )
8 -if ( DEFINED ADD_AUTOSTART )
9 - message("INSTALLING TO AUTOSTART LOCATION")
10 - install( FILES org.cubocore.CoreStuff.desktop DESTINATION /etc/xdg/autostart )
11 -endif()