23154d034f
* Remove all references to set-env.sh; it has been merged into stdenv.fix (actually baseenv.fix). svn path=/nixpkgs/trunk/; revision=316
17 lines
494 B
Plaintext
17 lines
494 B
Plaintext
Package(
|
|
[ ("name", "gtkspell-2.0.4")
|
|
|
|
, ("build", Relative("gtkspell/gtkspell-build.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "http://gtkspell.sourceforge.net/download/gtkspell-2.0.4.tar.gz")
|
|
, ("md5", "4ded985b8eefdf9ac6fbf79cad69ccbd")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
|
|
, ("gtk", IncludeFix("gtk+/gtk+.fix"))
|
|
, ("pspell", IncludeFix("pspell/pspell.fix"))
|
|
]
|
|
)
|