mergiraf: do not install "mgf_dev" (#424807)

This commit is contained in:
Felix Bargfeldt
2025-07-13 19:27:18 +02:00
committed by GitHub
+6
View File
@@ -31,6 +31,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
versionCheckProgramArg = "--version";
cargoBuildFlags = [
# don't install the `mgf_dev`
"--bin"
"mergiraf"
];
passthru.updateScript = nix-update-script { };
meta = {