Skip to content

Commit

Permalink
libsoup: 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 4ce4a79 commit a206e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libsoup/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, glib, libxml2, pkgconfig
, gnomeSupport ? true, libgnome_keyring, sqlite, glib_networking, gobjectIntrospection
, valaSupport ? true, vala
, valaSupport ? true, vala_0_23
, libintlOrEmpty
, intltool, python }:
let
Expand All @@ -25,7 +25,7 @@ stdenv.mkDerivation {
outputs = [ "dev" "out" ];

buildInputs = libintlOrEmpty ++ [ intltool python sqlite ]
++ stdenv.lib.optionals valaSupport [ vala ];
++ stdenv.lib.optionals valaSupport [ vala_0_23 ];
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ glib libxml2 gobjectIntrospection ]
++ stdenv.lib.optionals gnomeSupport [ libgnome_keyring ];
Expand Down

0 comments on commit a206e13

Please sign in to comment.