torrential: use vala 0.40

https://github.com/davidmhewitt/torrential/issues/135
This commit is contained in:
worldofpeace 2019-10-19 23:12:53 -04:00
parent b3d7f8125c
commit 48c9c55acc

View file

@ -2,7 +2,7 @@
, fetchFromGitHub
, cmake
, pkgconfig
, vala
, vala_0_40
, pantheon
, curl
, glib
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
vala
vala_0_40 # https://github.com/davidmhewitt/torrential/issues/135
pkgconfig
wrapGAppsHook
];