Merge pull request #214363 from jerith666/k3b-cdrtools

k3b: use cdrecord from cdrtools rather than cdrkit
This commit is contained in:
Nick Cao 2023-02-08 10:48:09 +08:00 committed by GitHub
commit 41460f747c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ with lib;
k3b
dvdplusrwtools
cdrdao
cdrkit
cdrtools
];
security.wrappers = {
@ -44,7 +44,7 @@ with lib;
owner = "root";
group = "cdrom";
permissions = "u+wrx,g+x";
source = "${pkgs.cdrkit}/bin/cdrecord";
source = "${pkgs.cdrtools}/bin/cdrecord";
};
};