mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
s/dependancy/dependency/
This commit is contained in:
parent
e3fd4499ef
commit
7e5d0ee0c3
@ -8,7 +8,7 @@ stdenv.mkDerivation (rec {
|
||||
sha256 = "0pz58vr12qihq2f0bypjxsb6cf6ajq5258fmfm8s6lvwm3b9xz6a";
|
||||
};
|
||||
|
||||
# If architecture-dependant MO files aren't available, they're generated
|
||||
# If architecture-dependent MO files aren't available, they're generated
|
||||
# during build, so we need gettext for cross-builds.
|
||||
crossAttrs.buildInputs = [ gettext ];
|
||||
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
prefixKey = "--prefix ";
|
||||
|
||||
meta = {
|
||||
description = "An editor-independant tool to ease the developpement of programs in OCaml";
|
||||
description = "An editor-independent tool to ease the development of programs in OCaml";
|
||||
homepage = "http://the-lambda-church.github.io/merlin/";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
|
@ -6,7 +6,7 @@ Systeemvereisten
|
||||
* glib >= 2.2.0
|
||||
* gtk >= 2.2.0
|
||||
|
||||
Glib 2 is een 'dependancy' van gtk2. Als je gtk2 op je systeem hebt staan dan heb je ongetwijfeld ook glib2 op je systeem. Zie: www.gtk.org voor meer informatie omtrent Glib/gtk2
|
||||
Glib 2 is een 'dependency' van gtk2. Als je gtk2 op je systeem hebt staan dan heb je ongetwijfeld ook glib2 op je systeem. Zie: www.gtk.org voor meer informatie omtrent Glib/gtk2
|
||||
Alhoewel FTD4Linux gtk 2.2 als minimumvereiste heeft raden we toch aan om gtk 2.4 te gebruiken. Dit vanwege een bug in gtk versies 2.2.2 t/m 2.2.4.
|
||||
|
||||
* libxml2 >= 2.2.5
|
||||
|
@ -301,7 +301,7 @@ let self = _self // overrides; _self = with self; {
|
||||
and produces an XML document in Dia format (or images via graphviz
|
||||
and vcg). Its goal is to be a UML / DB Schema diagram autocreation
|
||||
package. The diagrams its creates are standard UML diagrams showing
|
||||
dependancies, superclasses, packages, classes and inheritances, as
|
||||
dependencies, superclasses, packages, classes and inheritances, as
|
||||
well as the methods, etc of each class.
|
||||
|
||||
AutoDia supports any language that a Handler has been written for,
|
||||
|
@ -3456,7 +3456,7 @@ rec {
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
# dateutil dependancy: requirement is dateutil !=2.0 and != 2.2,
|
||||
# dateutil dependency: requirement is dateutil !=2.0 and != 2.2,
|
||||
# dateutil_1_5 is used as it's supported, but a newer version could be used
|
||||
propagatedBuildInputs = [ paver feedparser sqlalchemy pyyaml rpyc
|
||||
beautifulsoup4 html5lib pyrss2gen pynzb progressbar jinja2 flask
|
||||
|
Loading…
Reference in New Issue
Block a user