8 pname = "foundationdb";
9 version = foundationdb.version;
11 src = foundationdb.pythonsrc;
12 unpackCmd = "tar xf $curSrc";
15 substituteInPlace ./fdb/impl.py \
16 --replace libfdb_c.so "${foundationdb.lib}/lib/libfdb_c.so"
22 description = "Python bindings for FoundationDB";
23 homepage = "https://www.foundationdb.org";
24 license = with licenses; [ asl20 ];
25 maintainers = with maintainers; [ thoughtpolice ];