Re: Want help with writing package recipe

2014-03-07 Thread Nikita Karetnikov
I used guix hash -f base32 to export the base32 hash, which is: i5q225g6twsg5egicgpt6ub7hn4m7pdzg56hwxx57jm4o4ns5fgq You need ‘nix-base32’, which is the default format, so use ‘guix hash’. I've written a recipe for gtypist located here: http://pastebin.com/ysLHJUWg Please include

Want help with writing package recipe

2014-03-06 Thread Joshua Branson
Hello, I'm trying to write a recipe to install GNU typist: http://www.gnu.org/software/gtypist/ Just to be clear, one cannot install gtypist with guix package -i gtypist, because guix does not currently have a recipe for gtypist. Anyway, I used guix download path to tarball