mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 18:26:16 +02:00
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.
10 lines
119 B
Bash
Executable file
10 lines
119 B
Bash
Executable file
#! /bin/sh
|
|
|
|
export PATH=/bin:/usr/bin
|
|
|
|
top=`pwd`
|
|
tar xvfz $src
|
|
cd pspell-*
|
|
./configure --prefix=$top
|
|
make
|
|
make install
|