.
This commit is contained in:
parent
e1ebaf4a8f
commit
5bed7b557a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
pname = "qc";
|
pname = "qc";
|
||||||
version = "1.0";
|
version = "1.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
nativeBuildInputs = with pkgs; [ gcc gnumake ];
|
nativeBuildInputs = with pkgs; [ gcc gnumake readline.dev gmp.dev ];
|
||||||
buildInputs = with pkgs; [ readline.dev gmp.dev ];
|
buildInputs = with pkgs; [ readline.dev gmp.dev ];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue