This commit is contained in:
Eelco Dolstra 2014-07-01 13:16:22 +02:00
parent e303e18608
commit 24e8c3ac41
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@
, libxml2, tzdata, desktop_file_utils, shared_mime_info, doCheck ? false , libxml2, tzdata, desktop_file_utils, shared_mime_info, doCheck ? false
}: }:
with stdenv.lib;
# TODO: # TODO:
# * Add gio-module-fam # * Add gio-module-fam
# Problem: cyclic dependency on gamin # Problem: cyclic dependency on gamin
@ -38,7 +40,6 @@ let
ver_maj = "2.40"; ver_maj = "2.40";
ver_min = "0"; ver_min = "0";
in in
with { inherit (stdenv.lib) optional optionals optionalString; };
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "glib-${ver_maj}.${ver_min}"; name = "glib-${ver_maj}.${ver_min}";