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:
parent
cf0ba0d20e
commit
2512619cb6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue