sherpa: fix sqlite dependency

This commit is contained in:
Dmitry Kalinkin 2017-01-04 04:59:06 +00:00
parent fa89f84c54
commit 2f23d60323

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
configureFlags = "--with-sqlite3=${sqlite.dev}";
meta = {
description = "Simulation of High-Energy Reactions of PArticles in lepton-lepton, lepton-photon, photon-photon, lepton-hadron and hadron-hadron collisions";
license = stdenv.lib.licenses.gpl2;