seafile-client: migrate to pkgs/by-name
This commit is contained in:
+5
-8
@@ -5,15 +5,12 @@
|
||||
fetchFromGitHub,
|
||||
pkg-config,
|
||||
cmake,
|
||||
qttools,
|
||||
qt5compat,
|
||||
qt6,
|
||||
libuuid,
|
||||
seafile-shared,
|
||||
jansson,
|
||||
libsearpc,
|
||||
withShibboleth ? true,
|
||||
qtwebengine,
|
||||
wrapQtAppsHook,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -40,17 +37,17 @@ stdenv.mkDerivation rec {
|
||||
libuuid
|
||||
pkg-config
|
||||
cmake
|
||||
wrapQtAppsHook
|
||||
qttools
|
||||
qt6.wrapQtAppsHook
|
||||
qt6.qttools
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qt5compat
|
||||
qt6.qt5compat
|
||||
seafile-shared
|
||||
jansson
|
||||
libsearpc
|
||||
]
|
||||
++ lib.optional withShibboleth qtwebengine;
|
||||
++ lib.optional withShibboleth qt6.qtwebengine;
|
||||
|
||||
cmakeFlags = lib.optional withShibboleth "-DBUILD_SHIBBOLETH_SUPPORT=ON";
|
||||
|
||||
@@ -12848,8 +12848,6 @@ with pkgs;
|
||||
|
||||
scantailor-universal = callPackage ../applications/graphics/scantailor/universal.nix { };
|
||||
|
||||
seafile-client = qt6Packages.callPackage ../applications/networking/seafile-client { };
|
||||
|
||||
seq66 = qt5.callPackage ../applications/audio/seq66 { };
|
||||
|
||||
sfxr-qt = libsForQt5.callPackage ../applications/audio/sfxr-qt { };
|
||||
|
||||
Reference in New Issue
Block a user