Hi Alex!
> Hello,
>
> Since there is a permission error, I try to chmod some files and it
> works. Here is the code:
Thanks a lot!
It is working now for me as well.
I am running Guix as additional package manager on Ubuntu.
I had to set the following environment variable to make the video down
Hello,
Since there is a permission error, I try to chmod some files and it
works. Here is the code:
(define-public instantmusic
(let ((commit "300891d09c703525215fa5a116b9294af1c923c8")
(revision "1"))
(package
(name "instantmusic")
(version (string-append "0.1-" revisi
Hi there,
I am currently trying to package instantmusic.
There are several things that I have already solved:
- The official release is very old - so I use the latest git revision
- I listed the dependencies as propagated-inputs
- The build must be started in the directory instantmusic-0.1
Here