nixpkgs/pkgs/pspell/pspell.fix
Eelco Dolstra eeabccf147 * Updated packages to use our own glibc.
* Disabled gtkspell support in pan since it (and it alone) has a conflict with the 
  system glibc.
* Use CPU detection in MPlayer so that it also works on systems with different CPUs 
  than the build system's.

svn path=/nixpkgs/trunk/; revision=206
2003-07-25 20:43:25 +00:00

14 lines
348 B
Plaintext

Package(
[ ("name", "pspell-.12.2")
, ("build", Relative("pspell/pspell-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://unc.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz")
, ("md5", "cfd3816b2372932a1b71c0ce4e9f881e")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)