Loading pkgs/applications/networking/owncloud-client/libre-graph-api-cpp-qt-client.nix→pkgs/by-name/li/libre-graph-api-cpp-qt-client/package.nix +5 −7 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ , stdenv , fetchFromGitHub , cmake , qtbase , wrapQtAppsHook , qt6 }: stdenv.mkDerivation rec { Loading @@ -19,15 +18,14 @@ stdenv.mkDerivation rec { sourceRoot = "${src.name}/client"; nativeBuildInputs = [ cmake wrapQtAppsHook ]; buildInputs = [ qtbase ]; cmakeFlags = [ ]; nativeBuildInputs = [ cmake ]; buildInputs = [ qt6.qtbase ]; dontWrapQtApps = true; meta = with lib; { description = "C++ Qt API for Libre Graph, a free API for cloud collaboration inspired by the MS Graph API"; homepage = "https://owncloud.org"; maintainers = with maintainers; [ qknight hellwolf ]; maintainers = with maintainers; [ hellwolf ]; platforms = platforms.unix; license = licenses.asl20; changelog = "https://github.com/owncloud/libre-graph-api-cpp-qt-client/releases/tag/v${version}"; Loading Loading
pkgs/applications/networking/owncloud-client/libre-graph-api-cpp-qt-client.nix→pkgs/by-name/li/libre-graph-api-cpp-qt-client/package.nix +5 −7 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ , stdenv , fetchFromGitHub , cmake , qtbase , wrapQtAppsHook , qt6 }: stdenv.mkDerivation rec { Loading @@ -19,15 +18,14 @@ stdenv.mkDerivation rec { sourceRoot = "${src.name}/client"; nativeBuildInputs = [ cmake wrapQtAppsHook ]; buildInputs = [ qtbase ]; cmakeFlags = [ ]; nativeBuildInputs = [ cmake ]; buildInputs = [ qt6.qtbase ]; dontWrapQtApps = true; meta = with lib; { description = "C++ Qt API for Libre Graph, a free API for cloud collaboration inspired by the MS Graph API"; homepage = "https://owncloud.org"; maintainers = with maintainers; [ qknight hellwolf ]; maintainers = with maintainers; [ hellwolf ]; platforms = platforms.unix; license = licenses.asl20; changelog = "https://github.com/owncloud/libre-graph-api-cpp-qt-client/releases/tag/v${version}"; Loading