mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01: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
|