Commit graph

2 commits

Author SHA1 Message Date
b86754cb92 Add ‘guile-termios’ dependency to set the speed of the inkplate TTY
There seems to be magic going on here. Once the speed has been set for the
device once the OS (at least GNU/Linux) remembers the setting and it doesn't
have to happen again after. Since I was porting from my Emacs module, I kept
running Emacs and it kept setting the speed, which meant that my tests with
Guile kept working.

After a reboot, it stopped.

This change makes sure that the speed is set. I'm not sure if the raw is
necessary, but it's in the example, and it seems to work for now, so I'll keep
it around.
2023-07-12 15:08:31 -07:00
97e3757498 Add distribution file
This file can be used either with ‘guix shell -D --file=guix.scm’ or to install
the package from source:

  hall build -x
  autoreconv -ivf
  ./configure
  make dist
  guix shell -f guix.scm
2023-07-06 23:58:48 -07:00