Skip to content

Commit

Permalink
Remove python build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Sep 10, 2024
1 parent 8e99f0d commit bf711cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion documentation/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ brew install amp

* `cmake`
* `rust`
* `python3` if building on Linux

### Building

Expand Down

0 comments on commit bf711cf

Please sign in to comment.