summaryrefslogtreecommitdiff
path: root/unmaintained/systems/nodejs-system-x86_64.morph
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/systems/nodejs-system-x86_64.morph')
-rw-r--r--unmaintained/systems/nodejs-system-x86_64.morph57
1 files changed, 44 insertions, 13 deletions
diff --git a/unmaintained/systems/nodejs-system-x86_64.morph b/unmaintained/systems/nodejs-system-x86_64.morph
index 7fba330b..8be3325f 100644
--- a/unmaintained/systems/nodejs-system-x86_64.morph
+++ b/unmaintained/systems/nodejs-system-x86_64.morph
@@ -1,24 +1,55 @@
name: nodejs-system-x86_64
-kind: system
+kind: assemblage
description: A system that is able to build other systems based on the 64-bit x86
architecture.
-arch: x86_64
-strata:
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/nfsboot
+- extensions/install-files
+- extensions/install-essential-files
+contents:
- name: build-essential
morph: strata/build-essential.morph
+ build-depends: []
- name: core
morph: strata/core.morph
-- name: foundation
- morph: strata/foundation.morph
-- name: bsp-x86_64-generic
- morph: strata/bsp-x86_64-generic.morph
+ build-depends:
+ - build-essential
- name: python2-core
morph: strata/python2-core.morph
+ build-depends:
+ - build-essential
+ - core
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: coreutils-common
+ morph: strata/coreutils-common.morph
+- name: foundation
+ morph: strata/foundation.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
- name: nodejs
morph: strata/nodejs.morph
-configuration-extensions:
-- extensions/set-hostname
-- extensions/add-config-files
-- extensions/nfsboot
-- extensions/install-files
-- extensions/install-essential-files
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+ name: docutils
+ morph: strata/docutils.morph
+- name: bsp-x86_64-generic
+ morph: strata/bsp-x86_64-generic.morph
+ build-depends:
+ - build-essential
+ - core
+ - docutils
+ - python2-core