Skip to content

Commit

Permalink
kotatogram-desktop: fix build with new glib
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin committed Nov 1, 2024
1 parent 711c306 commit 061b2fa
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, callPackage
, libsForQt5
, yasm
Expand Down Expand Up @@ -43,6 +44,12 @@
./macos.patch
./macos-opengl.patch
./macos-qt5.patch
(fetchpatch {
url = "https://gitlab.com/mnauw/cppgir/-/commit/c8bb1c6017a6f7f2e47bd10543aea6b3ec69a966.patch";
stripLen = 1;
extraPrefix = "cmake/external/glib/cppgir/";
hash = "sha256-8B4h3BTG8dIlt3+uVgBI569E9eCebcor9uohtsrZpnI=";
})
];

meta = with lib; {
Expand Down

0 comments on commit 061b2fa

Please sign in to comment.