6a70252255
* Turn off pedantic checking because of a bug in Firebird. svn path=/nixpkgs/trunk/; revision=348
20 lines
645 B
Plaintext
20 lines
645 B
Plaintext
Package(
|
|
[ ("name", "firebird-0.6.1")
|
|
|
|
, ("build", Relative("firebird/firebird-build.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "http://ftp.mozilla.org/pub/firebird/releases/0.6.1/MozillaFirebird-source-0.6.1.tar.bz2")
|
|
, ("md5", "35191de0d02601f7a190b5065a26de85")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
|
|
, ("gtk", IncludeFix("gtk+/gtk+.fix"))
|
|
, ("perl", IncludeFix("perl/perl.fix"))
|
|
, ("zip", IncludeFix("zip/zip.fix"))
|
|
, ("unzip", IncludeFix("unzip/unzip.fix"))
|
|
, ("libIDL", IncludeFix("libIDL/libIDL.fix"))
|
|
]
|
|
)
|