diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-23T23·28+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-23T23·28+0000 |
commit | 8d682ba551c44daecd427999114b9c520eef0296 (patch) | |
tree | 8705544a047453246d11ecfa03ecb75789fd9614 /test/tmpl/gtkspell-2.0.2.nix | |
parent | 20d165c34467338f07c4808783cd50318c38a47b (diff) |
* A descriptor for running the Pan newsreader.
* Added descriptors for gtkspell and its support package pspell. Gtkspell is an optional dependency of Pan, so we should add the ability to nix-instantiate to instantiate variants of a package based on a selection of features.
Diffstat (limited to 'test/tmpl/gtkspell-2.0.2.nix')
-rw-r--r-- | test/tmpl/gtkspell-2.0.2.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/tmpl/gtkspell-2.0.2.nix b/test/tmpl/gtkspell-2.0.2.nix new file mode 100644 index 000000000000..844a75867696 --- /dev/null +++ b/test/tmpl/gtkspell-2.0.2.nix @@ -0,0 +1,10 @@ +pkgconfig <- ./pkgconfig-0.15.0.nix +glib <- ./glib-2.2.1.nix +atk <- ./atk-1.2.0.nix +pango <- ./pango-1.2.1.nix +gtk <- ./gtk+-2.2.1.nix +pspell <- ./pspell-.12.2.nix + +src = url(http://pan.rebelbase.com/download/extras/gtkspell/SOURCES/gtkspell-2.0.2.tar.gz) + +build = ../build/gtkspell-build.sh |