Commit 64fe5d3c authored by magicquark's avatar magicquark
Browse files

gittyup: migrate to pkgs/by-name

parent b697a535
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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 = ''
+0 −2
Original line number Diff line number Diff line
@@ -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