Re: How to handle package udev rules?

2021-12-17 Thread Alexander Asteroth
Now that the package is working and after I read the guidelines for contributing a package description I was wondering one thing: guix is not only guix system but also running as a packet manager on other distros. But a package developed for guix system, has to handle files like udev rule files di

How to handle package udev rules?

2021-12-12 Thread Alexander Asteroth
Dear all, I'm trying to build my first guix package and so far, after a lot of trial and error to find the right packages providing the necessary cmake functionality I managed to get the package to compile. (up to the point where the install script want's to copy some udev rules file) The packag