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
11 lines
361 B
Text
11 lines
361 B
Text
Package(
|
|
[ ("name", "system")
|
|
, ("build", Relative("system/populate-linkdirs.pl"))
|
|
|
|
, ("actATerm", IncludeFix("aterm/aterm.fix"))
|
|
, ("actPkgConfig", IncludeFix("pkgconfig/pkgconfig.fix"))
|
|
, ("actOpenSSL", IncludeFix("openssl/openssl.fix"))
|
|
, ("actSubversion", IncludeFix("subversion/subversion.fix"))
|
|
, ("actXft", IncludeFix("Xft/Xft.fix"))
|
|
]
|
|
)
|