Merge branch 'enable-nano' into 'master'

Enable GNU nano by default

See merge request redox-os/redox!1422
This commit is contained in:
Jeremy Soller 2024-01-26 17:29:28 +00:00
commit ea2b2ed1b8
4 changed files with 4 additions and 0 deletions

View file

@ -102,6 +102,7 @@ mesa = {}
mesa-glu = {}
mgba = {}
#miniserve = {} # actix
nano = {}
nasm = {}
#ncdu = {} # fails to link with ncurses
ncurses = {}

View file

@ -25,6 +25,7 @@ installer-gui = {}
ion = {}
ipcd = {}
kernel = {}
nano = {}
netdb = {}
netstack = {}
netsurf = {}

View file

@ -21,6 +21,7 @@ findutils = {}
git = {}
installer = {}
ion = {}
nano = {}
netdb = {}
pkgutils = {}
redoxfs = {}

View file

@ -102,6 +102,7 @@ mesa = {}
mesa-glu = {}
mgba = {}
#miniserve = {} # actix
nano = {}
nasm = {}
#ncdu = {} # fails to link with ncurses
ncurses = {}