mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
c5f23f10a8
Using linenoise avoids a license compatibility issue (#1356), is a lot smaller and doesn't pull in ncurses.
9 lines
210 B
Makefile
9 lines
210 B
Makefile
programs += nix
|
|
|
|
nix_DIR := $(d)
|
|
|
|
nix_SOURCES := $(wildcard $(d)/*.cc) src/linenoise/linenoise.c
|
|
|
|
nix_LIBS = libexpr libmain libstore libutil libformat
|
|
|
|
$(eval $(call install-symlink, nix, $(bindir)/nix-hash))
|