* 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.
This commit is contained in:
parent
20d165c344
commit
8d682ba551
8 changed files with 86 additions and 0 deletions
7
test/build/pan-run.sh
Executable file
7
test/build/pan-run.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#! /bin/sh
|
||||
|
||||
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$gnet/lib:$pspell/lib:$gtkspell/lib
|
||||
|
||||
ldd $pan/bin/pan
|
||||
|
||||
$pan/bin/pan
|
||||
Loading…
Add table
Add a link
Reference in a new issue