gnome3.gspell: fix eval

This commit is contained in:
Jan Tojnar 2018-03-01 02:47:24 +01:00
parent 850c9d805a
commit d984f3e347
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, glib, gtk3, enchant, isocodes, vala, gobjectIntrospection }:
{ stdenv, fetchurl, pkgconfig, glib, gtk3, enchant, isocodes, vala, gobjectIntrospection, gnome3 }:
stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;