some libintl and libiconv cleanups + non-linux fixes

This commit is contained in:
Vladimír Čunát
2013-04-14 13:27:58 +02:00
parent 56afb97e87
commit d8a2ae8d01
5 changed files with 15 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, yacc, flex, pkgconfig, glib, xz, libiconvOrEmpty }:
{ stdenv, fetchurl, yacc, flex, pkgconfig, glib, libintlOrEmpty }:
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ yacc flex pkgconfig ];
buildInputs = [ glib ] ++ libiconvOrEmpty;
buildInputs = [ glib ] ++ libintlOrEmpty;
meta = {
description = "Compiler for the GObject type system";