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
+2 -2
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";
};
};