mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
9878a15478
The problem of transitive imports needs to be adressed, though, as evidenced by, e.g., the descriptor for pan. That is, if C depends on library B, and B depends on library A, then C also depends on library A. However, this breaks modularity: C should not have to declare a dependency on A explicitly. The solution is to have B re-export A, e.g., by creating symlinks from B to the files in A. svn path=/nixpkgs/trunk/; revision=68
18 lines
689 B
Text
18 lines
689 B
Text
Descr(
|
|
[ Bind("pkgId", "gtkspell-2.0.2")
|
|
, Bind("releaseId", "1")
|
|
|
|
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
|
|
, Bind("glib", Fix("./glib-2.2.1.fix"))
|
|
, Bind("atk", Fix("./atk-1.2.0.fix"))
|
|
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
|
|
, Bind("fontconfig", Fix("./fontconfig-20021121.fix"))
|
|
, Bind("Xft", Fix("./Xft-20021121.fix"))
|
|
, Bind("pango", Fix("./pango-1.2.1.fix"))
|
|
, Bind("gtk", Fix("./gtk+-2.2.1.fix"))
|
|
, Bind("pspell", Fix("./pspell-.12.2.fix"))
|
|
|
|
, Bind("src", Url("385daba9bebfdc7fdbdf524e07deb920", "http://pan.rebelbase.com/download/extras/gtkspell/SOURCES/gtkspell-2.0.2.tar.gz"))
|
|
, Bind("build", Local("../build/gtkspell-build.sh"))
|
|
]
|
|
)
|