Commit ee4541be authored by Ilia's avatar Ilia
Browse files

mergiraf: do not install "mgf_dev"

it's the same size as the main binary
parent 3cad0c8e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,6 +31,12 @@ rustPlatform.buildRustPackage (finalAttrs: {

  versionCheckProgramArg = "--version";

  cargoBuildFlags = [
    # don't install the `mgf_dev`
    "--bin"
    "mergiraf"
  ];

  passthru.updateScript = nix-update-script { };

  meta = {