aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/examples/beaglebone-black.tmpl
diff options
context:
space:
mode:
authorPeter Polidoro <peter@polidoro.io>2022-04-06 15:21:14 -0400
committerLudovic Courtès <ludo@gnu.org>2022-04-29 18:07:17 +0200
commit1bb177d08401feb4370d6422f2c6fc746adc7c2a (patch)
tree6d09782b5a5c75a4b5470dc538043e465eb9bfa1 /gnu/system/examples/beaglebone-black.tmpl
parent6ce8d9be438f9d16338232ebf03a4f749cc1ff4f (diff)
downloadguix-1bb177d08401feb4370d6422f2c6fc746adc7c2a.tar.gz
guix-1bb177d08401feb4370d6422f2c6fc746adc7c2a.zip
gnu: Add python-flatten-json.
* gnu/packages/python-xyz.scm (python-flatten-json): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/system/examples/beaglebone-black.tmpl')
0 files changed, 0 insertions, 0 deletions
to build 'desktop.tmpl' for x86_64, i686, and aarch64. Ludovic Courtès 2022-09-04guix system: Do not use 'vm-image.tmpl' in tests....This is a followup to 95a03aa5c507d48e2cde19ea007b8f90a4e0108a. Since that commit, merely evaluating 'vm-image.tmpl' would trigger the build of 'current-guix' so skip it. * tests/guix-system.sh: Do not try to build 'vm-image.tmpl'. Ludovic Courtès