summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/seafile-shared
diff options
context:
space:
mode:
authorRam Kromberg <ramkromberg@mail.com>2016-08-21 20:15:14 +0300
committerRam Kromberg <ramkromberg@mail.com>2016-08-21 20:15:14 +0300
commit5b047ac9b5dd49219d9cba295df8c62c7d022094 (patch)
tree5e14bb441d53e29417ff65a094e1cd7dfef28750 /pkgs/misc/seafile-shared
parent1457159889b55ba7bd23a55be29ac7421fbf38b4 (diff)
seafile-shared: vala -> vala_0_23
Diffstat (limited to 'pkgs/misc/seafile-shared')
-rw-r--r--pkgs/misc/seafile-shared/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/seafile-shared/default.nix b/pkgs/misc/seafile-shared/default.nix
index 16464ab27e3e..4404d5d6fec7 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, which, automake, autoconf, pkgconfig, curl, libtool, vala, python, intltool, fuse, ccnet}:
+{stdenv, fetchurl, which, automake, autoconf, pkgconfig, curl, libtool, vala_0_23, python, intltool, fuse, ccnet}:
stdenv.mkDerivation rec
{
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec
sha256 = "ec166c86a41e7ab3b1ae97a56326ab4a2b1ec38686486b956c3d153b8023c670";
};
- buildInputs = [ which automake autoconf pkgconfig libtool vala python intltool fuse ];
+ buildInputs = [ which automake autoconf pkgconfig libtool vala_0_23 python intltool fuse ];
propagatedBuildInputs = [ ccnet curl ];
preConfigure = ''