Skip to content

Commit

Permalink
seafile-shared: vala -> vala_0_23
Browse files Browse the repository at this point in the history
  • Loading branch information
RamKromberg committed Aug 21, 2016
1 parent 1457159 commit 5b047ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/seafile-shared/default.nix
Original file line number Diff line number Diff line change
@@ -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
{
Expand All @@ -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 = ''
Expand Down

0 comments on commit 5b047ac

Please sign in to comment.