mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
acgtk: fix build with fmt 0.10.0
This commit is contained in:
parent
fdaf567fed
commit
545829c5d1
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
fetchpatch,
|
||||
ocamlPackages,
|
||||
}:
|
||||
|
||||
|
@ -18,6 +19,14 @@ stdenv.mkDerivation {
|
|||
hash = "sha256-XuPcubt1lvnQio+km6MhmDu41NXNVXKKpzGd/Y1XzLo=";
|
||||
};
|
||||
|
||||
# Compatibility with fmt 0.10.0
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.inria.fr/ACG/dev/ACGtk/-/commit/613454b376d10974f539ab398a269be061c5bc9c.patch";
|
||||
hash = "sha256-l/V8oEgntnFtrhpTQSk7PkpaX+dBq4izG/tloCQRbDY=";
|
||||
})
|
||||
];
|
||||
|
||||
# Compatibility with logs 0.8.0
|
||||
postPatch = ''
|
||||
substituteInPlace src/utils/dune \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue