1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

switch to lowdown-unsandboxed package

This is needed for macos support as the sandboxed version of lowdown
doesn't work in the nix sandbox.
This commit is contained in:
Jörg Thalheim 2024-12-03 15:51:29 +01:00
parent cf0ba0d20e
commit 2512619cb6

View file

@ -3,7 +3,7 @@
, meson
, ninja
, lowdown
, lowdown-unsandboxed
, mdbook
, mdbook-linkcheck
, jq
@ -42,7 +42,7 @@ mkMesonDerivation (finalAttrs: {
passthru.externalNativeBuildInputs = [
meson
ninja
(lib.getBin lowdown)
(lib.getBin lowdown-unsandboxed)
mdbook
mdbook-linkcheck
jq