From bf711cf06f6335009c78813816c8e759da21dba9 Mon Sep 17 00:00:00 2001 From: Jordan MacDonald Date: Mon, 9 Sep 2024 22:05:03 -0400 Subject: [PATCH] Remove python build dependency --- default.nix | 2 +- documentation/pages/installation.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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