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
commit b2e5044b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {