packages

root/

🖹 README.org[raw]2020-07-02 19:42
🖹 anki.scm[raw]2020-07-02 19:42
🖹 captcha.scm[raw]2020-07-02 19:42
🖹 crawl-webtiles.scm[raw]2020-07-02 19:42
🖹 cum.scm[raw]2020-07-02 19:42
🖹 darkradiant.scm[raw]2020-07-02 19:42
🖹 dhewm.scm[raw]2020-07-02 19:42
🖹 ecwolf.scm[raw]2020-07-02 19:42
🖹 freeciv.scm[raw]2020-07-02 19:42
🖹 ghc-sdl2.scm[raw]2020-07-02 19:42
🖹 gnu-social.scm[raw]2020-07-02 19:42
🖹 gtkradiant.scm[raw]2020-07-02 19:42
🖹 guile-gcrypt.scm[raw]2020-07-02 19:42
🖹 guile-pg.scm[raw]2020-07-02 19:42
🖹 php.scm[raw]2020-07-02 19:42
🖹 postgre-dbd.scm[raw]2020-07-02 19:42
🖹 rpcs3.scm[raw]2020-07-02 19:42
🖹 sil.scm[raw]2020-07-02 19:42
🖹 trenchbroom.scm[raw]2020-07-02 19:42
🖹 xmpp.scm[raw]2020-07-02 19:42

Latest Logs

2018-04-29 fix obvious faults with the password generator, generating new passwords was untested before; some attempted code to make checkschema.php generate core tables at first installation (doesn't work,yet); add a gnu-social shepherd service to assure mysql is running at activation (doesn't seem to autostop like the home-dirs service, yet);
2018-04-29 upgrade php, failing intl tests seem to be auto skipped now
2018-04-10 gnu social: package plugins and themes, qvitter now works. php: update version.

README.org

1. Hidamari.blue guix packages

This is a repository for guix recipes of some packages I use.
They might be personal garbage software I don't want in master, or
work-in-progress packages that still bundle stuff and I might send in later.

Read the .scm files to figure out what packages it adds.

2. How to

Clone this directory as 'hidamari-blue'.
Then add the parent directory to your GUIX_PACKAGE_PATH (using : as a separator)

3. Example

cd ~/
mkdir packages
cd packages
git clone https://hidamari.blue/git/packages hidamari-blue
echo 'export GUIX_PACKAGE_PATH="~/packages/:${GUIX_PACKAGE_PATH}"' >> ~/.bashrc

Now you can install packages with guix package -i

4. Requirements

You will Need the Guix package manager.