Skip to content

Commit

Permalink
torrential: use vala 0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace authored and peti committed Oct 21, 2019
1 parent 4b74833 commit 180db87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/torrential/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, fetchFromGitHub
, cmake
, pkgconfig
, vala
, vala_0_40
, pantheon
, curl
, glib
Expand Down Expand Up @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [
cmake
vala
vala_0_40 # https://github.com/davidmhewitt/torrential/issues/135
pkgconfig
wrapGAppsHook
];
Expand Down

0 comments on commit 180db87

Please sign in to comment.