diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-21 01:20:53 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-21 01:20:53 +0000 |
commit | 5055c595bd08c7aea494767d309645e8f3ef6f3d (patch) | |
tree | e15710d689799e53633837eea007a3bb2bd814e2 /Makefile.config.in | |
parent | 362ae93851830ecce6ade70462fe991cc522d27b (diff) | |
parent | 9aae179f34ec2f38167585c07f18a8ab8acefafb (diff) |
Merge branch 'fix-and-document-addToStoreSlow' of github.com:obsidiansystems/nix into ca-derivation-data-types
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index b632444e8..5c245b8e9 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -19,6 +19,7 @@ LIBLZMA_LIBS = @LIBLZMA_LIBS@ OPENSSL_LIBS = @OPENSSL_LIBS@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ +SHELL = @bash@ SODIUM_LIBS = @SODIUM_LIBS@ SQLITE3_LIBS = @SQLITE3_LIBS@ bash = @bash@ |