mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
* Handle out of memory condition.
This commit is contained in:
parent
8a788e38ac
commit
e11e6fb1c6
5 changed files with 28 additions and 10 deletions
|
@ -4,8 +4,7 @@ nix_env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh hel
|
|||
|
||||
nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
|
||||
../libstore/libstore.la ../libutil/libutil.la \
|
||||
../boost/format/libformat.la @ADDITIONAL_NETWORK_LIBS@ \
|
||||
@boehmgc_lib@
|
||||
../boost/format/libformat.la @ADDITIONAL_NETWORK_LIBS@
|
||||
|
||||
nix-env.o: help.txt.hh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue