This commit is contained in:
Zander Thannhauser 2025-07-26 19:37:51 -05:00
parent 9be542c93c
commit e1ebaf4a8f

View file

@ -40,7 +40,7 @@
version = "1.0";
src = ./.;
nativeBuildInputs = with pkgs; [ gcc gnumake ];
buildInputs = with pkgs; [ readline.dev ];
buildInputs = with pkgs; [ readline.dev gmp.dev ];
};
});
}