Unverified Commit b371bd74 authored by Tau's avatar Tau
Browse files

cubiomes-viewer: move to pkgs/by-name/

parent 5999d38d
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -2,10 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  qtbase,
  qmake,
  qttools,
  wrapQtAppsHook,
  qt5,
}:

stdenv.mkDerivation rec {
@@ -27,13 +24,13 @@ stdenv.mkDerivation rec {
  '';

  buildInputs = [
    qtbase
    qt5.qtbase
  ];

  nativeBuildInputs = [
    qmake
    qttools
    wrapQtAppsHook
    qt5.qmake
    qt5.qttools
    qt5.wrapQtAppsHook
  ];

  preBuild = ''
+0 −2
Original line number Diff line number Diff line
@@ -7110,8 +7110,6 @@ with pkgs;

  ctagsWrapped = callPackage ../development/tools/misc/ctags/wrapped.nix { };

  cubiomes-viewer = libsForQt5.callPackage ../applications/misc/cubiomes-viewer { };

  # can't use override - it triggers infinite recursion
  cmakeMinimal = callPackage ../by-name/cm/cmake/package.nix {
    isMinimalBuild = true;