From 48c9c55accfdd7d9155bf2629a80d54221783506 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sat, 19 Oct 2019 23:12:53 -0400 Subject: [PATCH] torrential: use vala 0.40 https://github.com/davidmhewitt/torrential/issues/135 --- pkgs/applications/networking/p2p/torrential/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/p2p/torrential/default.nix b/pkgs/applications/networking/p2p/torrential/default.nix index 1070350116b..0ca5402d6da 100644 --- a/pkgs/applications/networking/p2p/torrential/default.nix +++ b/pkgs/applications/networking/p2p/torrential/default.nix @@ -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 ];