gittyup: migrate to pkgs/by-name
This commit is contained in:
+4
-6
@@ -11,9 +11,7 @@
|
||||
ninja,
|
||||
openssl,
|
||||
pkg-config,
|
||||
qtbase,
|
||||
qttools,
|
||||
wrapQtAppsHook,
|
||||
libsForQt5,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -56,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||
cmark
|
||||
ninja
|
||||
pkg-config
|
||||
wrapQtAppsHook
|
||||
libsForQt5.wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@@ -66,8 +64,8 @@ stdenv.mkDerivation rec {
|
||||
libssh2
|
||||
lua5_4
|
||||
openssl
|
||||
qtbase
|
||||
qttools
|
||||
libsForQt5.qtbase
|
||||
libsForQt5.qttools
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
@@ -1246,8 +1246,6 @@ with pkgs;
|
||||
|
||||
gitRepo = git-repo;
|
||||
|
||||
gittyup = libsForQt5.callPackage ../applications/version-management/gittyup { };
|
||||
|
||||
merge-fmt = callPackage ../applications/version-management/merge-fmt {
|
||||
inherit (ocamlPackages)
|
||||
buildDunePackage
|
||||
|
||||
Reference in New Issue
Block a user