Remove hard dependency on readline, split makefile config into config.mk
This commit is contained in:
parent
a72a34370c
commit
8b4a0f86cf
3 changed files with 9 additions and 5 deletions
|
@ -3,7 +3,6 @@ pkgs.mkShell {
|
|||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
bmake
|
||||
clang
|
||||
readline
|
||||
];
|
||||
shellHook = "alias make=bmake";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue