diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-04-07 16:16:21 -0700 |
---|---|---|
committer | jade <lix@jade.fyi> | 2024-04-08 04:05:13 +0000 |
commit | 0145d45806b1f60e9c7221a1f063a1b336a98eb4 (patch) | |
tree | cfe9ec77f0323da70fb297667c7df14ab137fcf5 /Makefile.config.in | |
parent | b995c17f0eb8d9598f339c080c467101c1f55feb (diff) |
nix-doc -> lix-doc, make self-contained in package.nix
package.nix previously needed this callPackage'd externally, which
didn't make a lot of sense to us since this is an internal dependency.
Thus we changed it to make it more self contained.
Change-Id: I4935bc0bc80e1a132bc9b1519e917791da95037c
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index de1ace921..7367d0a3f 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -19,7 +19,7 @@ LIBBROTLI_LIBS = @LIBBROTLI_LIBS@ LIBCURL_LIBS = @LIBCURL_LIBS@ LIBSECCOMP_LIBS = @LIBSECCOMP_LIBS@ LOWDOWN_LIBS = @LOWDOWN_LIBS@ -NIXDOC_LIBS = -lnix_doc +NIXDOC_LIBS = -llix_doc OPENSSL_LIBS = @OPENSSL_LIBS@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ |