* `Fix' is a high-level descriptor instantiator for Nix. It replaces
nix-instantiate.
This commit is contained in:
parent
814b256da4
commit
0d2b24cdd1
8 changed files with 405 additions and 217 deletions
|
|
@ -1,9 +1,13 @@
|
|||
bin_PROGRAMS = nix
|
||||
bin_PROGRAMS = nix fix
|
||||
|
||||
nix_SOURCES = nix.cc md5.c
|
||||
nix_CXXFLAGS = -DSYSTEM=\"@host@\"
|
||||
nix_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall
|
||||
nix_LDADD = -ldb_cxx-4 -lATerm
|
||||
|
||||
fix_SOURCES = fix.cc md5.c
|
||||
fix_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall
|
||||
fix_LDADD = -lATerm
|
||||
|
||||
install-data-local:
|
||||
$(INSTALL) -d $(localstatedir)/nix
|
||||
$(INSTALL) -d $(localstatedir)/nix/descriptors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue