~unwox/guix-pkgs

My badly done guix packages
fix a small typo in mpris-proxy service description
add docker-compose-plugin-bin
fix build of binary php packages

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~unwox/guix-pkgs
read/write
git@git.sr.ht:~unwox/guix-pkgs

You can also use your local clone with git send-email.

Add to $HOME/.config/guix/channels.scm

(cons* (channel
        (name 'unwox)
        (url "https://git.sr.ht/~unwox/guix-pkgs")
        (introduction
          (make-channel-introduction
            "9e7a681dece5688c792755bf047f664fb859b47a"
            (openpgp-fingerprint
            "43E6 223B 3497 270A 6162  82FF B675 80AB 5694 9C84"))))
       %default-channels)