Merge pull request #174459 from raboof/nextcloud-client-set-mainProgram

This commit is contained in:
Sandro
2022-05-26 00:29:07 +02:00
committed by GitHub
@@ -97,5 +97,6 @@ mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ kranzes SuperSandro2000 ];
platforms = platforms.linux;
mainProgram = "nextcloud";
};
}