Skip to content

Commit

Permalink
fix: Add missing buildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aiotter committed May 2, 2024
1 parent 5904616 commit 80fbc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
version = getVersion pyenv;
src = pyenv;
sourceRoot = "source/plugins/python-build";
buildInputs = with pkgs; [ bash ];
buildInputs = with pkgs; [ bash readline zlib openssl gcc gnumake ];
installPhase = ''
PREFIX=$out ./install.sh
'';
Expand Down

0 comments on commit 80fbc1a

Please sign in to comment.