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 , 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
]; ];