Unverified Commit 0d92c737 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #308236 from drupol/gpt4all/bump/2-7-4

gpt4all: 2.7.3 -> 2.7.4
parents 30d044f8 bebd9af5
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gpt4all";
  version = "2.7.3";
  version = "2.7.4";

  src = fetchFromGitHub {
    fetchSubmodules = true;
    hash = "sha256-hIfeADP3tiooGZr/OMVFIkOAniMWXj9AsVzMPlVbucE=";
    hash = "sha256-G22d2Q6z7DmPHM/DEE7iyJ8SWRZdoVdSWw+gnPVHdEg=";
    owner = "nomic-ai";
    repo = "gpt4all";
    rev = "v${finalAttrs.version}";
@@ -23,11 +23,6 @@ stdenv.mkDerivation (finalAttrs: {

  sourceRoot = "${finalAttrs.src.name}/gpt4all-chat";

  postPatch = ''
    substituteInPlace CMakeLists.txt \
      --replace-fail 'set(CMAKE_INSTALL_PREFIX ''${CMAKE_BINARY_DIR}/install)' ""
  '';

  nativeBuildInputs = [
    cmake
    qt6.wrapQtAppsHook