4f155b0f7a
svn path=/nixpkgs/trunk/; revision=853
6 lines
111 B
Bash
Executable file
6 lines
111 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
buildInputs="$pkgconfig $gtk $gtkspell $gnet $libxml2 $perl $pcre"
|
|
. $stdenv/setup
|
|
genericBuild
|