cuter: Fix build

This commit is contained in:
Silvan Mosberger 2018-07-21 10:50:30 +02:00
parent def387a70f
commit 027d52ff34
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ autoreconfHook ];
buildInputs = with beamPackages; [ python27.pkgs.setuptools erlang z3 python27 makeWrapper which ];
buildInputs = with beamPackages; [ python27.pkgs.setuptools erlang z3.python python27 makeWrapper which ];
buildFlags = "PWD=$(out)/lib/erlang/lib/cuter-${version} cuter_target";
configurePhase = ''