Adding libffi to autogen dependencies to fix the build

This commit is contained in:
Michael Raskin 2013-04-15 09:46:42 +04:00
parent e2a1c15772
commit 0d9d2a65ba

View file

@ -1,4 +1,4 @@
{ fetchurl, stdenv, guile, which }:
{ fetchurl, stdenv, guile, which, libffi }:
let version = "5.17"; in
@ -10,7 +10,7 @@ let version = "5.17"; in
sha256 = "065mg9gfb605wxbsk3inf93528ygcjgg6j8ml51691f6ghj363ff";
};
buildInputs = [ guile which ];
buildInputs = [ guile which libffi ];
patchPhase =
'' for i in $(find -name \*.in)