mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
* Install genfkey, a tool for creating triggers from foreign key
constraints (which Sqlite doesn't support directly). svn path=/nixpkgs/trunk/; revision=14515
This commit is contained in:
parent
cef5be0bc9
commit
dbfcf0c5f4
@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = "--disable-static --with-readline-inc=-I${readline}/include";
|
||||
|
||||
postInstall = ''
|
||||
gcc -L$out/lib -I$out/include tool/genfkey.c -lsqlite3 -o $out/bin/genfkey
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.sqlite.org/;
|
||||
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
|
||||
|
Loading…
Reference in New Issue
Block a user