languagemachines: fix darwin build

This commit is contained in:
Badi Abdul-Wahid 2018-03-11 01:39:04 -05:00
parent 3117ae6c4f
commit ff0f112527
No known key found for this signature in database
GPG Key ID: 5C02A763FA1FF588
6 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl
, automake, autoconf, libtool, pkgconfig, autoconf-archive
, automake, autoconf, bzip2, libtar, libtool, pkgconfig, autoconf-archive
, libxml2, icu
, languageMachines
}:
@ -14,7 +14,7 @@ stdenv.mkDerivation {
src = fetchurl { inherit (release) url sha256;
name = "frog-${release.version}.tar.gz"; };
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ automake autoconf libtool autoconf-archive
buildInputs = [ automake autoconf bzip2 libtar libtool autoconf-archive
libxml2 icu
languageMachines.ticcutils
languageMachines.timbl

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl
, automake, autoconf, libtool, pkgconfig, autoconf-archive
, libxml2, icu
, libxml2, icu, bzip2, libtar
, languageMachines }:
let
@ -13,7 +13,7 @@ stdenv.mkDerivation {
src = fetchurl { inherit (release) url sha256;
name = "libfolia-${release.version}.tar.gz"; };
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ automake autoconf libtool autoconf-archive libxml2 icu languageMachines.ticcutils ];
buildInputs = [ automake autoconf bzip2 libtool autoconf-archive libtar libxml2 icu languageMachines.ticcutils ];
preConfigure = "sh bootstrap.sh";
meta = with stdenv.lib; {

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl
, automake, autoconf, libtool, pkgconfig, autoconf-archive
, automake, autoconf, bzip2, libtar, libtool, pkgconfig, autoconf-archive
, libxml2
, languageMachines
}:
@ -14,7 +14,7 @@ stdenv.mkDerivation {
src = fetchurl { inherit (release) url sha256;
name = "mbt-${release.version}.tar.gz"; };
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ automake autoconf libtool autoconf-archive
buildInputs = [ automake autoconf bzip2 libtar libtool autoconf-archive
libxml2
languageMachines.ticcutils
languageMachines.timbl

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl
, automake, autoconf, libtool, pkgconfig, autoconf-archive
, libxml2
, libxml2, bzip2, libtar
, languageMachines
}:
@ -14,7 +14,7 @@ stdenv.mkDerivation {
src = fetchurl { inherit (release) url sha256;
name = "timbl-${release.version}.tar.gz"; };
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ automake autoconf libtool autoconf-archive
buildInputs = [ automake autoconf bzip2 libtar libtool autoconf-archive
libxml2
languageMachines.ticcutils
];

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl
, automake, autoconf, libtool, pkgconfig, autoconf-archive
, automake, autoconf, bzip2, libtar, libtool, pkgconfig, autoconf-archive
, libxml2
, languageMachines
}:
@ -14,7 +14,7 @@ stdenv.mkDerivation {
src = fetchurl { inherit (release) url sha256;
name = "timblserver-${release.version}.tar.gz"; };
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ automake autoconf libtool autoconf-archive
buildInputs = [ automake autoconf bzip2 libtar libtool autoconf-archive
libxml2
languageMachines.ticcutils
languageMachines.timbl

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl
, automake, autoconf, libtool, pkgconfig, autoconf-archive
, libxml2, icu
, libxml2, icu, bzip2, libtar
, languageMachines
}:
@ -14,8 +14,8 @@ stdenv.mkDerivation {
src = fetchurl { inherit (release) url sha256;
name = "ucto-${release.version}.tar.gz"; };
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ automake autoconf libtool autoconf-archive
icu libxml2
buildInputs = [ automake autoconf bzip2 libtool autoconf-archive
icu libtar libxml2
languageMachines.ticcutils
languageMachines.libfolia
languageMachines.uctodata