mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
bedrock: Don't bulid Cito without the platform
This commit is contained in:
parent
4dc215baed
commit
86bead829a
@ -15,12 +15,15 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildFlags = "cito";
|
||||
buildPhase = ''
|
||||
make -j$NIX_BUILD_CORES -C src/reification
|
||||
make -j$NIX_BUILD_CORES -C src
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
COQLIB=$out/lib/coq/${coq.coq-version}/
|
||||
mkdir -p $COQLIB/user-contrib/Bedrock
|
||||
cp -pR src $COQLIB/user-contrib/Bedrock
|
||||
cp -pR src/* $COQLIB/user-contrib/Bedrock
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user