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
10 lines
301 B
Text
10 lines
301 B
Text
Descr(
|
|
[ Bind("pkgId", "fontconfig-20021121")
|
|
, Bind("releaseId", "1")
|
|
|
|
, Bind("freetype", Fix("./freetype-2.1.4.fix"))
|
|
|
|
, Bind("src", Url("2f2852c80924a9b5356c3037a471c1a1", "http://fontconfig.org/release/fcpackage.2_1.tar.gz"))
|
|
, Bind("build", Local("../build/fontconfig-build.sh"))
|
|
]
|
|
)
|