lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bedrock: Change build to use "src native"

+3
+3
pkgs/development/coq-modules/bedrock/default.nix
··· 18 18 buildPhase = '' 19 19 make -j$NIX_BUILD_CORES -C src/reification 20 20 make -j$NIX_BUILD_CORES -C src 21 + make -j$NIX_BUILD_CORES -C src native 22 + # make -j$NIX_BUILD_CORES -C platform 23 + # make -j$NIX_BUILD_CORES -C platform -f Makefile.cito 21 24 ''; 22 25 23 26 installPhase = ''