dino: fix compilation under new Vala
Fixes https://github.com/dino/dino/issues/1010
This commit is contained in:
parent
4cb48cc256
commit
29363442f5
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,15 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0wy1hb3kz3k4gqqwx308n37cqag2d017jwfz0b5s30nkx2pbwspw";
|
sha256 = "0wy1hb3kz3k4gqqwx308n37cqag2d017jwfz0b5s30nkx2pbwspw";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# Fixes https://github.com/dino/dino/issues/1010 (double' is not a supported generic type argument)
|
||||||
|
(fetchpatch {
|
||||||
|
name = "dino-vala-boxing.patch";
|
||||||
|
url = "https://github.com/dino/dino/commit/9acb54df9254609f2fe4de83c9047d408412de28.patch";
|
||||||
|
sha256 = "1jz4r7d8b1ljwgq846wihp864b6gjdkgh6fnmxh13b2i10x52xsm";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
vala
|
vala
|
||||||
cmake
|
cmake
|
||||||
|
|
Loading…
Reference in a new issue