gpick: fix build with boost 1.86.0. (#371989)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-18 22:08:14 +01:00
committed by GitHub
+9 -5
View File
@@ -2,11 +2,10 @@
stdenv,
fetchFromGitHub,
cmake,
wrapGAppsHook3,
boost,
pkg-config,
gtk3,
ragel,
pkg-config,
wrapGAppsHook3,
lua,
fetchpatch,
lib,
@@ -28,7 +27,12 @@ stdenv.mkDerivation rec {
./dot-version.patch
(fetchpatch {
url = "https://raw.githubusercontent.com/archlinux/svntogit-community/1d53a9aace4bb60300e52458bb1577d248cb87cd/trunk/buildfix.diff";
url = "https://patch-diff.githubusercontent.com/raw/thezbyg/gpick/pull/227.patch";
hash = "sha256-qYspUctvlPMEK/c2hMUxYc5EYdG//CBcN2PluTtXiFc=";
})
(fetchpatch {
url = "https://gitlab.archlinux.org/archlinux/packaging/packages/gpick/-/raw/0.3-2/buildfix.diff";
hash = "sha256-DnRU90VPyFhLYTk4GPJoiVYadJgtYgjMS4MLgmpYLP0=";
})
];
@@ -38,9 +42,9 @@ stdenv.mkDerivation rec {
pkg-config
wrapGAppsHook3
];
buildInputs = [
boost
gtk3
ragel
lua
];