mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 03:25:02 +00:00
seafile-shared: vala -> vala_0_23
This commit is contained in:
parent
1457159889
commit
5b047ac9b5
|
@ -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
|
stdenv.mkDerivation rec
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec
|
||||||
sha256 = "ec166c86a41e7ab3b1ae97a56326ab4a2b1ec38686486b956c3d153b8023c670";
|
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 ];
|
propagatedBuildInputs = [ ccnet curl ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue