This commit is contained in:
Zander Thannhauser 2025-07-26 19:41:10 -05:00
parent e1ebaf4a8f
commit 5bed7b557a

View file

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