summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-05-15 15:07:15 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-05-15 16:13:47 +0100
commit47c68b4a61d8f1f185ca8e2d634d5f02eda8449f (patch)
treea6e39afa5f30a983bf27c29d4210ffb1c4903724 /core.morph
parente0f5d65f6573de2349c31d2454ac1841808dad4f (diff)
downloaddefinitions-47c68b4a61d8f1f185ca8e2d634d5f02eda8449f.tar.gz
Add nano text editor to the core morphology
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/core.morph b/core.morph
index 8cc7e642..a3d8c88f 100644
--- a/core.morph
+++ b/core.morph
@@ -271,6 +271,14 @@
"gettext",
"libtool"
]
+ },
+ {
+ "name": "nano",
+ "repo": "upstream:nano-tarball",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "ncurses"
+ ]
}
]
}