stdenv: bootstrap cmake and python on darwin

This commit is contained in:
Daiderd Jordan
2017-01-03 18:01:47 +01:00
parent d496f23df0
commit 538d1b688a
5 changed files with 134 additions and 35 deletions
@@ -1,6 +1,6 @@
{ newScope, stdenv, isl, fetchurl, overrideCC, wrapCC, ccWrapperFun }:
{ newScope, stdenv, cmake, libxml2, python2, isl, fetchurl, overrideCC, wrapCC, ccWrapperFun }:
let
callPackage = newScope (self // { inherit stdenv isl version fetch; });
callPackage = newScope (self // { inherit stdenv cmake libxml2 python2 isl version fetch; });
version = "3.7.1";