qgit: move to by-name
This commit is contained in:
+5
-7
@@ -3,9 +3,7 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
qtbase,
|
||||
qt5compat,
|
||||
wrapQtAppsHook,
|
||||
qt6,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -21,12 +19,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
wrapQtAppsHook
|
||||
qt6.wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qt5compat
|
||||
qt6.qtbase
|
||||
qt6.qt5compat
|
||||
];
|
||||
|
||||
meta = {
|
||||
@@ -37,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
peterhoeg
|
||||
markuskowa
|
||||
];
|
||||
inherit (qtbase.meta) platforms;
|
||||
inherit (qt6.qtbase.meta) platforms;
|
||||
mainProgram = "qgit";
|
||||
};
|
||||
})
|
||||
@@ -1180,8 +1180,6 @@ with pkgs;
|
||||
;
|
||||
};
|
||||
|
||||
qgit = qt6Packages.callPackage ../applications/version-management/qgit { };
|
||||
|
||||
svn-all-fast-export =
|
||||
libsForQt5.callPackage ../applications/version-management/svn-all-fast-export
|
||||
{ };
|
||||
|
||||
Reference in New Issue
Block a user