livcxx build

This commit is contained in:
Joel Taylor
2014-09-09 13:54:25 -07:00
parent 7da056233f
commit 2e26f7bef1
6 changed files with 18 additions and 10 deletions
+8
View File
@@ -37,6 +37,14 @@ rec {
inherit config;
stdenv = stdenvNative;
pkgs = stdenvNativePkgs;
haveLibCxx = true;
};
stdenvDarwinNaked = import ./darwin {
inherit config;
stdenv = stdenvNative;
pkgs = stdenvNativePkgs;
haveLibCxx = false;
};