treewide: fix eval

This commit is contained in:
Matthew Bauer
2018-03-22 16:50:12 -05:00
parent 929f469ede
commit a59003d58f
2 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, glib, pkgconfig, intltool, libxslt, docbook_xsl, gtk-doc
, libgcrypt, gobjectIntrospection, vala_0_38, gnome3 }:
, libgcrypt, gobjectIntrospection, vala_0_38, gnome3, libintl }:
let
pname = "libsecret";
version = "0.18.5";