blob: 303af603afa3c91b170aad2516576f33b95f8bc6 (
plain) (
blame)
1
2
3
4
5
6
7
|
PROGRAMS += nix-env
nix-env_DIR := $(d)
nix-env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh
nix-env_LIBS = libexpr libmain libstore libutil libformat
|