ec3b5134c1
* A solution to the library abstraction problem (i.e., if package X needs library Y, and library Y needs library Z, then we do not (generally) want to declare Z as a input to X since that would break abstraction). This was not possible under the old Nix. svn path=/nixpkgs/trunk/; revision=150
10 lines
313 B
Plaintext
10 lines
313 B
Plaintext
Package(
|
|
[ ("name", "freetype-2.1.4")
|
|
, ("build", Relative("freetype/freetype-build.sh"))
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "http://easynews.dl.sourceforge.net/sourceforge/freetype/freetype-2.1.4.tar.bz2")
|
|
, ("md5", "1fc0b188f1fe1216776e5855d2da141f")
|
|
]))
|
|
]
|
|
)
|