torrential: use vala 0.40
https://github.com/davidmhewitt/torrential/issues/135
This commit is contained in:
parent
b3d7f8125c
commit
48c9c55acc
|
@ -2,7 +2,7 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, vala
|
, vala_0_40
|
||||||
, pantheon
|
, pantheon
|
||||||
, curl
|
, curl
|
||||||
, glib
|
, glib
|
||||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
vala
|
vala_0_40 # https://github.com/davidmhewitt/torrential/issues/135
|
||||||
pkgconfig
|
pkgconfig
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue