parent
abea0c6eeb
commit
e973188bcc
@ -1,4 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, autoconf, automake, boost, bison, flex, openjdk, doxygen, perl, graphviz, libtool, lsb-release, ncurses, zlib, sqlite }:
|
||||
{ stdenv, fetchFromGitHub
|
||||
, boost, bison, flex, openjdk, doxygen
|
||||
, perl, graphviz, libtool, ncurses, zlib, sqlite
|
||||
, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.2.0";
|
||||
@ -11,12 +14,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1g8yvm40h102mab8lacpl1cwgqsw1js0s1yn4l84l9fjdvlh2ygd";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook bison flex ];
|
||||
|
||||
buildInputs = [
|
||||
autoconf automake boost bison flex openjdk
|
||||
# Used for 1.2.0
|
||||
libtool lsb-release ncurses zlib sqlite
|
||||
# Used for docs
|
||||
doxygen perl graphviz
|
||||
boost openjdk ncurses zlib sqlite doxygen perl graphviz
|
||||
];
|
||||
|
||||
patchPhase = ''
|
||||
@ -29,8 +30,6 @@ stdenv.mkDerivation rec {
|
||||
# for boost and failing there, so we tell it what's what here.
|
||||
configureFlags = [ "--with-boost-libdir=${boost}/lib" ];
|
||||
|
||||
preConfigure = "./bootstrap";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A translator of declarative Datalog programs into the C++ language";
|
||||
homepage = "http://souffle-lang.github.io/";
|
||||
|
Loading…
Reference in New Issue
Block a user