Remove unnecessary `buildPhase`.

pull/1/head
Joshua Potter 2024-01-03 13:12:09 -07:00
parent 372550d2d0
commit c1298f0b80
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@
src = ./.; src = ./.;
version = "0.1.3"; version = "0.1.3";
nativeBuildInputs = with pkgs; [ cmake ]; nativeBuildInputs = with pkgs; [ cmake ];
buildPhase = ''
cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build .
'';
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp ./bootstrap $out/bin cp ./bootstrap $out/bin