Merge branch 'enable-nano' into 'master'
Enable GNU nano by default See merge request redox-os/redox!1422
This commit is contained in:
commit
ea2b2ed1b8
|
@ -102,6 +102,7 @@ mesa = {}
|
||||||
mesa-glu = {}
|
mesa-glu = {}
|
||||||
mgba = {}
|
mgba = {}
|
||||||
#miniserve = {} # actix
|
#miniserve = {} # actix
|
||||||
|
nano = {}
|
||||||
nasm = {}
|
nasm = {}
|
||||||
#ncdu = {} # fails to link with ncurses
|
#ncdu = {} # fails to link with ncurses
|
||||||
ncurses = {}
|
ncurses = {}
|
||||||
|
|
|
@ -25,6 +25,7 @@ installer-gui = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
ipcd = {}
|
ipcd = {}
|
||||||
kernel = {}
|
kernel = {}
|
||||||
|
nano = {}
|
||||||
netdb = {}
|
netdb = {}
|
||||||
netstack = {}
|
netstack = {}
|
||||||
netsurf = {}
|
netsurf = {}
|
||||||
|
|
|
@ -21,6 +21,7 @@ findutils = {}
|
||||||
git = {}
|
git = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
ion = {}
|
ion = {}
|
||||||
|
nano = {}
|
||||||
netdb = {}
|
netdb = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
|
|
|
@ -102,6 +102,7 @@ mesa = {}
|
||||||
mesa-glu = {}
|
mesa-glu = {}
|
||||||
mgba = {}
|
mgba = {}
|
||||||
#miniserve = {} # actix
|
#miniserve = {} # actix
|
||||||
|
nano = {}
|
||||||
nasm = {}
|
nasm = {}
|
||||||
#ncdu = {} # fails to link with ncurses
|
#ncdu = {} # fails to link with ncurses
|
||||||
ncurses = {}
|
ncurses = {}
|
||||||
|
|
Loading…
Reference in a new issue