diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-02-06 23:47:09 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-02-07 00:08:11 +0100 |
commit | 63302a4e55241a41eab4c21d7af9fbd0d5817459 (patch) | |
tree | 1cdb5e2f2c26250b628f021a4c212bda80af1632 /gnu/local.mk | |
parent | c90db25f4cf1f98f3f4f3af38d175a14ffb8c32a (diff) | |
download | patches-63302a4e55241a41eab4c21d7af9fbd0d5817459.tar patches-63302a4e55241a41eab4c21d7af9fbd0d5817459.tar.gz |
Add (gnu build shepherd).
* gnu/build/shepherd.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 5c1634e021..63ce3af713 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -451,6 +451,7 @@ GNU_SYSTEM_MODULES = \ %D%/build/linux-initrd.scm \ %D%/build/linux-modules.scm \ %D%/build/marionette.scm \ + %D%/build/shepherd.scm \ %D%/build/svg.scm \ %D%/build/vm.scm \ \ |