mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
valum: vala -> vala_0_28
This commit is contained in:
parent
2acfb62caa
commit
672cf9455d
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, pkgconfig, fetchFromGitHub, python, glib, vala, ctpl
|
||||
{ stdenv, pkgconfig, fetchFromGitHub, python, glib, vala_0_28, ctpl
|
||||
, libgee, libsoup, fcgi }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1lciwqk4k9sf1hl4drl207g0ydlxl906kx9lx5fqhfb8gwcfqh2g";
|
||||
};
|
||||
|
||||
buildInputs = [ python pkgconfig glib vala ctpl libgee libsoup fcgi ];
|
||||
buildInputs = [ python pkgconfig glib vala_0_28 ctpl libgee libsoup fcgi ];
|
||||
|
||||
configurePhase = ''python waf configure --prefix=$out'';
|
||||
|
||||
|
|
|
@ -4039,7 +4039,6 @@ in
|
|||
|
||||
valum = callPackage ../development/web/valum {
|
||||
inherit (gnome3) libgee;
|
||||
vala = vala_0_28;
|
||||
};
|
||||
|
||||
varnish = callPackage ../servers/varnish { };
|
||||
|
|
Loading…
Reference in a new issue