Loading pkgs/applications/misc/cubiomes-viewer/default.nix→pkgs/by-name/cu/cubiomes-viewer/package.nix +5 −8 Original line number Diff line number Diff line Loading @@ -2,10 +2,7 @@ lib, stdenv, fetchFromGitHub, qtbase, qmake, qttools, wrapQtAppsHook, qt5, }: stdenv.mkDerivation rec { Loading @@ -27,13 +24,13 @@ stdenv.mkDerivation rec { ''; buildInputs = [ qtbase qt5.qtbase ]; nativeBuildInputs = [ qmake qttools wrapQtAppsHook qt5.qmake qt5.qttools qt5.wrapQtAppsHook ]; preBuild = '' Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/applications/misc/cubiomes-viewer/default.nix→pkgs/by-name/cu/cubiomes-viewer/package.nix +5 −8 Original line number Diff line number Diff line Loading @@ -2,10 +2,7 @@ lib, stdenv, fetchFromGitHub, qtbase, qmake, qttools, wrapQtAppsHook, qt5, }: stdenv.mkDerivation rec { Loading @@ -27,13 +24,13 @@ stdenv.mkDerivation rec { ''; buildInputs = [ qtbase qt5.qtbase ]; nativeBuildInputs = [ qmake qttools wrapQtAppsHook qt5.qmake qt5.qttools qt5.wrapQtAppsHook ]; preBuild = '' Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading