diff --git a/default.nix b/default.nix index d37d07fb..b156e15a 100644 --- a/default.nix +++ b/default.nix @@ -11,7 +11,7 @@ buildInputs = with pkgs; [ git xorg.libxcb openssl zlib ]; # Packages needed during the build - nativeBuildInputs = with pkgs; [ git python311 ]; + nativeBuildInputs = with pkgs; [ git ]; # Amp creates files and directories in $HOME/.config/amp when run. # Since the checkPhase of the build process runs the test suite, we diff --git a/documentation/pages/installation.md b/documentation/pages/installation.md index c487cbe5..9ad202a7 100644 --- a/documentation/pages/installation.md +++ b/documentation/pages/installation.md @@ -52,7 +52,6 @@ brew install amp * `cmake` * `rust` -* `python3` if building on Linux ### Building