forked from lix-project/lix
8d682ba551
* 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.
12 lines
239 B
Nix
12 lines
239 B
Nix
pan <- ./pan-0.13.91.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
|
|
gnet <- ./gnet-1.1.8.nix
|
|
pspell <- ./pspell-.12.2.nix
|
|
gtkspell <- ./gtkspell-2.0.2.nix
|
|
|
|
run = ../build/pan-run.sh
|