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