spook

A "game" for the 2023 Autumn Lisp Game Jam. Won first place! (from the bottom...)
git clone https://kaka.farm/~git/spook
Log | Files | Refs | LICENSE

manifest.scm (460B)


      1 ;;; SPDX-FileCopyrightText: 2023 Yuval Langer <yuvallangerontheroad@gmail.com>
      2 ;;;
      3 ;;; SPDX-License-Identifier: AGPL-3.0-or-later
      4 
      5 ;; What follows is a "manifest" equivalent to the command line you gave.
      6 ;; You can store it in a file that you may then pass to any 'guix' command
      7 ;; that accepts a '--manifest' (or '-m') option.
      8 
      9 (specifications->manifest
     10   (list
     11    "chicken"
     12    "coreutils"
     13    "entr"
     14    "git"
     15    "less"
     16    "make"
     17    "nss-certs"
     18    "python"
     19 ))