Skip to content

Commit b18a489

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents c430331 + 5886bc5 commit b18a489

File tree

204 files changed

+21997
-14666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+21997
-14666
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ perl/Makefile.config
8181
/tests/common.sh
8282
/tests/dummy
8383
/tests/result*
84+
/tests/restricted-innocent
85+
/tests/shell
86+
/tests/shell.drv
8487

8588
# /tests/lang/
8689
/tests/lang/*.out

Makefile

-10
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,7 @@ makefiles = \
55
src/libmain/local.mk \
66
src/libexpr/local.mk \
77
src/nix/local.mk \
8-
src/nix-store/local.mk \
9-
src/nix-instantiate/local.mk \
10-
src/nix-env/local.mk \
11-
src/nix-daemon/local.mk \
12-
src/nix-collect-garbage/local.mk \
13-
src/nix-copy-closure/local.mk \
14-
src/nix-prefetch-url/local.mk \
158
src/resolve-system-dependencies/local.mk \
16-
src/nix-channel/local.mk \
17-
src/nix-build/local.mk \
18-
src/build-remote/local.mk \
199
scripts/local.mk \
2010
corepkgs/local.mk \
2111
misc/systemd/local.mk \

Makefile.config.in

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
AR = @AR@
12
BDW_GC_LIBS = @BDW_GC_LIBS@
3+
BUILD_SHARED_LIBS = @BUILD_SHARED_LIBS@
24
CC = @CC@
35
CFLAGS = @CFLAGS@
46
CXX = @CXX@
57
CXXFLAGS = @CXXFLAGS@
68
ENABLE_S3 = @ENABLE_S3@
79
HAVE_SODIUM = @HAVE_SODIUM@
810
HAVE_READLINE = @HAVE_READLINE@
9-
HAVE_BROTLI = @HAVE_BROTLI@
1011
HAVE_SECCOMP = @HAVE_SECCOMP@
1112
LIBCURL_LIBS = @LIBCURL_LIBS@
1213
OPENSSL_LIBS = @OPENSSL_LIBS@
@@ -16,9 +17,9 @@ SODIUM_LIBS = @SODIUM_LIBS@
1617
LIBLZMA_LIBS = @LIBLZMA_LIBS@
1718
SQLITE3_LIBS = @SQLITE3_LIBS@
1819
LIBBROTLI_LIBS = @LIBBROTLI_LIBS@
20+
EDITLINE_LIBS = @EDITLINE_LIBS@
1921
bash = @bash@
2022
bindir = @bindir@
21-
brotli = @brotli@
2223
lsof = @lsof@
2324
datadir = @datadir@
2425
datarootdir = @datarootdir@

0 commit comments

Comments
 (0)