about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-19 23:12:53 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-19 23:13:05 -0400
commit48c9c55accfdd7d9155bf2629a80d54221783506 (patch)
tree18cf2282552bec75995d21ad5edb4b2ff98d91ee
parentb3d7f8125ce9cf91b860b3334830d27edb8ac043 (diff)
downloadnixlib-48c9c55accfdd7d9155bf2629a80d54221783506.tar
nixlib-48c9c55accfdd7d9155bf2629a80d54221783506.tar.gz
nixlib-48c9c55accfdd7d9155bf2629a80d54221783506.tar.bz2
nixlib-48c9c55accfdd7d9155bf2629a80d54221783506.tar.lz
nixlib-48c9c55accfdd7d9155bf2629a80d54221783506.tar.xz
nixlib-48c9c55accfdd7d9155bf2629a80d54221783506.tar.zst
nixlib-48c9c55accfdd7d9155bf2629a80d54221783506.zip
torrential: use vala 0.40
https://github.com/davidmhewitt/torrential/issues/135
-rw-r--r--pkgs/applications/networking/p2p/torrential/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/torrential/default.nix b/pkgs/applications/networking/p2p/torrential/default.nix
index 1070350116bb..0ca5402d6dae 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
   ];