mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
Package libnixmain and libnixcmd with Meson
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
0b901e10ee
commit
3acf3fc746
12 changed files with 441 additions and 2 deletions
15
src/libcmd/meson.options
Normal file
15
src/libcmd/meson.options
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# vim: filetype=meson
|
||||
|
||||
option(
|
||||
'markdown',
|
||||
type: 'feature',
|
||||
description: 'Enable Markdown rendering in the Nix binary (requires lowdown)',
|
||||
)
|
||||
|
||||
option(
|
||||
'readline-flavor',
|
||||
type : 'combo',
|
||||
choices : ['editline', 'readline'],
|
||||
value : 'editline',
|
||||
description : 'Which library to use for nice line editing with the Nix language REPL',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue