mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 09:46:16 +02:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
programs += nix-env
|
|
|
|
nix-env_DIR := $(d)
|
|
|
|
nix-env_SOURCES := $(wildcard $(d)/*.cc)
|
|
|
|
nix-env_LIBS = libexpr libmain libstore libutil libformat
|