haskellPackages.z3: fix #16357

This commit is contained in:
Domen Kožar 2017-01-03 23:08:14 +01:00
parent 4bba954e13
commit af2cfc076f

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, python2 }:
{ stdenv, fetchFromGitHub, python2, fixDarwinDylibNames }:
let
python = python2;
@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
sha256 = "0ssp190ksak93hiz61z90x6hy9hcw1ywp8b2dzmbhn6fbd4bnxzp";
};
buildInputs = [ python ];
buildInputs = [ python fixDarwinDylibNames ];
enableParallelBuilding = true;
configurePhase = ''