From b08dad9f35930e79522eeb07324f8fd611149a4a Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 14 Aug 2024 10:52:35 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.lablgtk3:=203.1.4=20=E2=86=92=203?= =?UTF-8?q?.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/lablgtk3/default.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/pkgs/development/ocaml-modules/lablgtk3/default.nix b/pkgs/development/ocaml-modules/lablgtk3/default.nix index 371372579598..3a2a2cb90ffb 100644 --- a/pkgs/development/ocaml-modules/lablgtk3/default.nix +++ b/pkgs/development/ocaml-modules/lablgtk3/default.nix @@ -1,24 +1,17 @@ -{ lib, fetchurl, fetchpatch, pkg-config, buildDunePackage, dune-configurator +{ lib, fetchurl, pkg-config, buildDunePackage, dune-configurator , gtk3, cairo2 , camlp-streams }: buildDunePackage rec { - version = "3.1.4"; + version = "3.1.5"; pname = "lablgtk3"; minimalOCamlVersion = "4.05"; src = fetchurl { url = "https://github.com/garrigue/lablgtk/releases/download/${version}/lablgtk3-${version}.tbz"; - hash = "sha256-bxEVMzfnaH5yHVxAmifNYOy8GnSivLLgSE/9+1yxBI4="; - }; - - # Fix build with clang 16 - # See: https://github.com/garrigue/lablgtk/pull/175 - patches = fetchpatch { - url = "https://github.com/garrigue/lablgtk/commit/a9b64b9ed8a13855c672cde0a2d9f78687f4214b.patch"; - hash = "sha256-j/L+yYKLlj410jx2VG77hnn9SVHCcSzmr3wpOMZhX5w="; + hash = "sha256-1IIc2+zzrjdPIDF9Y+Q/5YAww7qWV7UaLoPmUhl+jqw="; }; nativeBuildInputs = [ pkg-config ];