-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
k3b misses cdrkit dependency #6002
Comments
This is a known issue, and cannot be fixed with the current architecture of Nix. The As a workaround, we should add a NixOS option, such as |
IIRC, cdrecord doesn't have to be setuid root. That's only necessary to get realtime scheduling. But that's probably not so important anymore. |
In that case, I'll wrap |
I might be missing something, but wouldn't just adding cdrkit as a dependency solve the problem? If you look at this: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/cd-dvd/cdrkit/default.nix#L19 it makes wodin alias to cdrecord, which seems to work just fine in this case. |
@solatis That will make cdrecord available at build-time, but not at runtime. |
Fixed in 95829c8. I used |
In the current unstable channel, k3b complains about a missing "cdrecord" executable. This executable can be found in the "cdrkit" package. After manually installing this package, k3b works fine.
This dependency should be added to the k3b package.
The text was updated successfully, but these errors were encountered: