summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-10-01 10:00:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-10-01 10:00:42 +0200
commit6ce68674a45a1c0e7fe0dcdb8635d474c454c1a6 (patch)
tree89f1801d16ee5f093924b38a80c9e1216d3684c4 /pkgs/top-level/all-packages.nix
parent9fcf682bd1076e52f878c55b44b6c58f8ed41b8a (diff)
mdbook-toc: init at 0.9.0mdbook-toc
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 8bd18b618f8a..485f9e39efa2 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -8408,6 +8408,10 @@ with pkgs;
openssl = openssl_1_1;
};
+ mdbook-toc = callPackage ../tools/text/mdbook-toc {
+ inherit (darwin.apple_sdk.frameworks) CoreServices;
+ };
+
mdbook-admonish = callPackage ../tools/text/mdbook-admonish {
inherit (darwin.apple_sdk.frameworks) CoreServices;
};