mirror of
https://github.com/NixOS/nix.git
synced 2025-11-30 22:20:59 +01:00
8 lines
243 B
Text
8 lines
243 B
Text
Descr(
|
|
[ Bind("pkgId", Str("pspell-.12.2"))
|
|
, Bind("releaseId", Str("1"))
|
|
|
|
, Bind("src", File(Url("http://unc.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz")))
|
|
, Bind("build", File(Local("../build/pspell-build.sh")))
|
|
]
|
|
)
|